Commit Graph

19428 Commits

Author SHA1 Message Date
George Rhoten
ff75f65af6 ICU-5445 code formatting fix
X-SVN-Rev: 22009
2007-07-17 05:59:37 +00:00
George Rhoten
d1f7d0ed12 ICU-5445 Fix some compiler warnings.
X-SVN-Rev: 22008
2007-07-17 05:57:55 +00:00
George Rhoten
0abc6413d3 ICU-5764 Undo fix for 64-bit Windows detection. Implement real fix later.
X-SVN-Rev: 22006
2007-07-17 02:51:31 +00:00
Michael Ow
e92c0d36f3 ICU-5410 Improve code coverage for UTF16. Comment out unreachable code in UTF16.
X-SVN-Rev: 22005
2007-07-16 23:15:12 +00:00
Steven R. Loomis
db71bd3ffe ICU-4567 DebugUtilitiesData generation from C
X-SVN-Rev: 22004
2007-07-16 22:07:35 +00:00
Steven R. Loomis
707a17fae1 ICU-4567 data driven test basis
X-SVN-Rev: 22003
2007-07-16 22:06:17 +00:00
Yoshito Umaoka
5a13e65149 ICU-5454 Use the AnnualTimeZoneRule constructor which adopts DateTimeRule
X-SVN-Rev: 22002
2007-07-16 21:40:40 +00:00
George Rhoten
f7d42996e2 ICU-5617 Fix compiler error on Cygwin
X-SVN-Rev: 22001
2007-07-16 20:08:07 +00:00
Steven R. Loomis
c7aa864773 ICU-4567 Cleanup for udbg functions
X-SVN-Rev: 22000
2007-07-16 19:23:26 +00:00
George Rhoten
dcf48124cc ICU-5656 Remove unused file
X-SVN-Rev: 21999
2007-07-16 19:02:30 +00:00
George Rhoten
25c7eca3ab ICU-5617 Fix compiler error on Windows.
X-SVN-Rev: 21998
2007-07-16 18:52:55 +00:00
Michael Ow
4c888fe973 ICU-5410 Improve code coverage for UTF-8 decoder.
X-SVN-Rev: 21997
2007-07-16 18:30:09 +00:00
George Rhoten
6fd0c4676b ICU-5764 Fix 64-bit Windows detection
X-SVN-Rev: 21993
2007-07-16 17:10:02 +00:00
Matitiahu Allouche
f7f3dd4244 ICU-5489 remove some private methods which are not used anyway; this will improve test coverage.
X-SVN-Rev: 21992
2007-07-16 07:55:54 +00:00
George Rhoten
18feb5702e ICU-5744 Use DataInputStream.readFully instead of DataInputStream.read
X-SVN-Rev: 21990
2007-07-15 22:37:18 +00:00
George Rhoten
395deb0564 ICU-5784 Partially undo last fix for UTF-32.
X-SVN-Rev: 21989
2007-07-15 22:23:21 +00:00
Michael Ow
db4ec4f9d0 ICU-5410 Improve code coverage for UTF8 decoder.
X-SVN-Rev: 21986
2007-07-15 05:46:28 +00:00
George Rhoten
12102e94b0 ICU-5784 Better fix for double substitution.
X-SVN-Rev: 21985
2007-07-14 18:47:27 +00:00
Michael Ow
d21643cfbf ICU-5410 Improve code coverage for UTF8 encoder.
X-SVN-Rev: 21984
2007-07-14 16:08:58 +00:00
George Rhoten
eb3f3bc9c0 ICU-5454 Fix some new memory leaks.
X-SVN-Rev: 21983
2007-07-14 07:04:17 +00:00
George Rhoten
670a36a8cc ICU-5784 Fix a double substitution.
X-SVN-Rev: 21982
2007-07-14 05:04:04 +00:00
George Rhoten
57f9ad80e7 ICU-5454 Fix some new memory leaks.
X-SVN-Rev: 21981
2007-07-14 03:58:14 +00:00
George Rhoten
f7b943c98e ICU-5784 Mostly documentation updates
X-SVN-Rev: 21980
2007-07-14 02:27:14 +00:00
Andrew J Macheret
7210dac2fb ICU-5784 Take that back, the fix for #8 is bad, need to produce a better fix
X-SVN-Rev: 21979
2007-07-14 01:48:17 +00:00
Andrew J Macheret
d1a6d204cb ICU-5784 Fix for TestForUnicode[8] in TestConversion (double substitution character in result)
X-SVN-Rev: 21978
2007-07-14 01:18:46 +00:00
Andrew J Macheret
91b87f249d ICU-5784 API Added. Upon enabling the tests in TestConversion that required this API, a number of them failed. CharsetMBCS, CharsetEncoderICU and CharsetDecoderICU required changes to fix these issues. There are still a few tests that are failing in TestFromUnicode in TestConversion: 8, 57, 64, 65, 66.
X-SVN-Rev: 21977
2007-07-13 23:21:08 +00:00
Michael Ow
85536a2691 ICU-5410 Improve code coverage for UTF-8.
X-SVN-Rev: 21976
2007-07-13 23:18:41 +00:00
George Rhoten
9e731f9f52 ICU-5783 Add CharsetEncoderICU fallback API, and remove original private implementation.
X-SVN-Rev: 21974
2007-07-13 22:27:48 +00:00
Andy Heninger
2d8fa82c26 ICU-5617 Update set of characters that are ignored for the purposes of finding word boundaries, for simple (not UAX 29) \b boundaries.
X-SVN-Rev: 21973
2007-07-13 22:12:31 +00:00
Eric Mader
0399dc31cf ICU-5410 remove copy of TestFont1.otf checked in from the wrong dir.
X-SVN-Rev: 21971
2007-07-13 21:00:53 +00:00
Eric Mader
76289f4338 ICU-5410 Add Hangul test case, TestFont1.otf. (w/ Tim Band's permission)
X-SVN-Rev: 21970
2007-07-13 20:57:14 +00:00
Steven R. Loomis
f01d6bed60 ICU-4567 yet another fix
X-SVN-Rev: 21969
2007-07-13 19:46:27 +00:00
Steven R. Loomis
b2ee79e337 ICU-4567 Solaris fix
X-SVN-Rev: 21968
2007-07-13 19:36:02 +00:00
Steven R. Loomis
75b000dece ICU-4567 IWIW (it works in windows)
X-SVN-Rev: 21967
2007-07-13 18:32:08 +00:00
Steven R. Loomis
e16d87f409 ICU-4567 build fixes
X-SVN-Rev: 21966
2007-07-13 18:16:21 +00:00
George Rhoten
0347fcbe3d ICU-5764 Fix static library installation on Windows.
X-SVN-Rev: 21965
2007-07-13 17:59:16 +00:00
Steven R. Loomis
ded9418a56 ICU-4567 build fixes
X-SVN-Rev: 21964
2007-07-13 17:34:22 +00:00
Eric Mader
a80c52ce78 ICU-5410 Add Hangul test case, TestFont1.otf. (w/ Tim Band's permission)
X-SVN-Rev: 21963
2007-07-13 17:31:00 +00:00
Eric Mader
fa93ad03f5 ICU-5357 describe current implementation, update references to fonts.
X-SVN-Rev: 21962
2007-07-13 17:28:41 +00:00
Eric Mader
be198d3420 ICU-5357 describe current implementation, update references to fonts.
X-SVN-Rev: 21961
2007-07-13 17:27:44 +00:00
Steven R. Loomis
e083454621 ICU-4567 build fixes
X-SVN-Rev: 21960
2007-07-13 17:01:31 +00:00
George Rhoten
9bc3cbe26e ICU-5764 Cygwin's ar currently doesn't handle win64, and GNU make's implicit rules are incompatible with gmake -j2. This is the first attempt to fix these issues.
X-SVN-Rev: 21959
2007-07-13 08:10:41 +00:00
George Rhoten
fa26cd5d10 ICU-5710 Don't create a static library when dll mode is not used.
X-SVN-Rev: 21958
2007-07-13 06:12:59 +00:00
Steven R. Loomis
8350ca45c4 ICU-4567 test data generation for J
X-SVN-Rev: 21957
2007-07-12 23:57:26 +00:00
Steven R. Loomis
1e3c43e8e5 ICU-4567 Win32 fixes for Data Driven CalTest
X-SVN-Rev: 21956
2007-07-12 22:58:54 +00:00
Steven R. Loomis
01a0744b62 ICU-4567 Taiwan calendar testing.. data driven calendar test.. enum generation and programmatic access
X-SVN-Rev: 21955
2007-07-12 21:53:20 +00:00
Michael Ow
40268bd4fb ICU-5410 Increase code coverage for UTF32 up to desired level. Commented out unreachable code in UTF32 decoder.
X-SVN-Rev: 21954
2007-07-12 21:20:42 +00:00
Michael Ow
217d931e35 ICU-5410 Improve code coverage for UTF32 generic encoder.
X-SVN-Rev: 21953
2007-07-12 17:59:18 +00:00
Matitiahu Allouche
43410b4db8 ICU-5489 some fixes for REORDER_RUNS_ONLY mode
X-SVN-Rev: 21952
2007-07-12 07:53:45 +00:00
George Rhoten
7c46afb68c ICU-5765 Fix windows-1252 partial surrogate conversion error behavior.
X-SVN-Rev: 21951
2007-07-12 06:21:02 +00:00