Commit Graph

2262 Commits

Author SHA1 Message Date
George Rhoten
9446caf3e7 ICU-5426 TestUDataSetAppData doesn't use any of the malloc'd data. Use a static const data item instead.
X-SVN-Rev: 20468
2006-10-02 07:01:10 +00:00
George Rhoten
40c34e49af ICU-5426 Reduce running VM size by making more data const.
X-SVN-Rev: 20467
2006-10-01 07:12:18 +00:00
George Rhoten
f8b72498c9 ICU-5426 Fix last check-in
X-SVN-Rev: 20444
2006-09-29 03:44:03 +00:00
George Rhoten
0cacc1f2f0 ICU-5426 Don't use ctst_malloc when it's not required.
X-SVN-Rev: 20443
2006-09-29 03:38:06 +00:00
George Rhoten
a77abc97f4 ICU-5426 Reduce size of rarely used static buffer.
X-SVN-Rev: 20442
2006-09-29 03:37:37 +00:00
George Rhoten
c5ea978686 ICU-5426 More size reduction.
X-SVN-Rev: 20441
2006-09-29 02:41:37 +00:00
George Rhoten
673021b6f8 ICU-5426 Reduce the VM size on Windows by a few megabytes.
X-SVN-Rev: 20429
2006-09-28 15:58:13 +00:00
George Rhoten
83a4330cb6 ICU-5426 Make sure that some functions can use const data.
X-SVN-Rev: 20428
2006-09-28 15:38:06 +00:00
George Rhoten
69d78b9bfc ICU-5426 Make some static buffers non-static.
X-SVN-Rev: 20427
2006-09-28 15:37:40 +00:00
George Rhoten
87de76da1e ICU-5426 Declare some data static const.
X-SVN-Rev: 20426
2006-09-28 08:41:37 +00:00
George Rhoten
4d50a8bd57 ICU-5426 Reduce the size of intltest & cintltst
X-SVN-Rev: 20425
2006-09-28 08:40:44 +00:00
George Rhoten
e5ba281869 ICU-5426 Declare some data const.
X-SVN-Rev: 20424
2006-09-28 08:40:02 +00:00
George Rhoten
ad9f26b669 ICU-5426 These buffers don't need to be static.
X-SVN-Rev: 20423
2006-09-28 08:39:03 +00:00
George Rhoten
3c329acc44 ICU-5426 Build cintltst just like the Unix makefiles. Incremental linking isn't needed, which add 25% to the test suite.
X-SVN-Rev: 20421
2006-09-28 08:35:56 +00:00
Vladimir Weinstein
3c78c1dea4 ICU-5367 fix handling of implicit expansions on indirect resets (regression test)
X-SVN-Rev: 20254
2006-09-07 20:12:11 +00:00
George Rhoten
a981e196f5 ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1
X-SVN-Rev: 20175
2006-08-29 03:23:51 +00:00
George Rhoten
4c36af547c ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1
X-SVN-Rev: 20174
2006-08-29 02:09:12 +00:00
George Rhoten
6e750cbb3b ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20156
2006-08-24 21:03:52 +00:00
George Rhoten
8a5f6873a0 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20154
2006-08-24 19:03:06 +00:00
George Rhoten
b5c0573660 ICU-5275 Fix for z/OS.
X-SVN-Rev: 20144
2006-08-23 03:08:48 +00:00
George Rhoten
6e0af572ca ICU-5275 Fix for z/OS.
X-SVN-Rev: 20143
2006-08-23 03:07:26 +00:00
George Rhoten
f608687eb4 ICU-5275 Fix a memory leak in the new code.
X-SVN-Rev: 20140
2006-08-23 00:04:31 +00:00
Vladimir Weinstein
fe2ddf269b ICU-5232 Regression test for partial sortkey Thai failure
X-SVN-Rev: 20135
2006-08-22 17:51:36 +00:00
George Rhoten
dbdf6e8019 ICU-5333 Whitespace changes.
X-SVN-Rev: 20119
2006-08-20 05:08:35 +00:00
George Rhoten
c3079acd36 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 20113
2006-08-19 18:05:31 +00:00
Ram Viswanadha
5e5b329038 ICU-5275 tests for bug fix
X-SVN-Rev: 20071
2006-08-15 23:21:39 +00:00
George Rhoten
55f0035338 ICU-4913 Add a test for the result of cross tree aliases.
X-SVN-Rev: 20039
2006-08-11 20:03:54 +00:00
George Rhoten
3b3554498c ICU-5161 Fix a memory leak.
X-SVN-Rev: 20027
2006-08-11 03:50:42 +00:00
John Emmons
e965dc47cf ICU-5241 Added tests for single setters of quarters
X-SVN-Rev: 20004
2006-08-08 22:00:10 +00:00
George Rhoten
9c87c17463 ICU-5220 This test shouldn't fail when the specific test case is suppose to fail.
X-SVN-Rev: 20001
2006-08-07 23:58:13 +00:00
George Rhoten
feddeaa84c ICU-5243 Undo last change
X-SVN-Rev: 19997
2006-08-07 20:59:59 +00:00
John Emmons
26587784a8 ICU-5032 Increase coverage on DateFormatSymbolsSingleSetter
X-SVN-Rev: 19993
2006-08-07 16:32:50 +00:00
Markus Scherer
d9e954dc93 ICU-5220 uenum_next() must not set an error code for just enumerating past the end
X-SVN-Rev: 19989
2006-08-06 22:38:31 +00:00
Matitiahu Allouche
fc3f2caf98 ICU-5243 add 2 test cases
X-SVN-Rev: 19927
2006-07-31 15:03:02 +00:00
Eric Mader
87731aeae7 ICU-5282 Fix problems found by uconfigtest.
X-SVN-Rev: 19922
2006-07-28 22:58:29 +00:00
Matitiahu Allouche
0b47bd5489 ICU-5243 add a test case for REORDER_RUNS_ONLY
X-SVN-Rev: 19900
2006-07-27 14:26:10 +00:00
Matitiahu Allouche
6edbf4304e ICU-5243 add tests for a few APIs, test new implementation of REORDER_RUNS_ONLY
X-SVN-Rev: 19895
2006-07-26 13:55:25 +00:00
George Rhoten
b077601956 ICU-5243 Fix gcc compiler warnings.
X-SVN-Rev: 19886
2006-07-25 03:14:44 +00:00
George Rhoten
4397926a33 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19885
2006-07-25 02:52:22 +00:00
George Rhoten
02a714e77c ICU-5277 Fix the aliases for the ISO-2022 converters, which includes the proper designation of IANA/MIME/CCSID names.
X-SVN-Rev: 19881
2006-07-24 21:14:00 +00:00
Steven R. Loomis
f0b3b7f44a ICU-5274 move uprv_log10 to test code
X-SVN-Rev: 19877
2006-07-21 22:16:30 +00:00
Steven R. Loomis
993fb18289 ICU-5270 dont crash on no-data situation
X-SVN-Rev: 19863
2006-07-20 18:08:00 +00:00
George Rhoten
a0f456dad5 ICU-5261 Don't crash when Solaris 10 with gcc is crashing.
X-SVN-Rev: 19837
2006-07-13 18:53:36 +00:00
Matitiahu Allouche
b3666ae3d3 ICU-5243 handle memory shortage exceptions, improve pseudoBidi tables and functions for EBCDIC
X-SVN-Rev: 19835
2006-07-13 14:05:52 +00:00
Matitiahu Allouche
31f8cf39d7 ICU-5243 fix pseudoBidi tables and functions for EBCDIC
X-SVN-Rev: 19832
2006-07-12 23:51:14 +00:00
Eric Mader
58de79fd9f ICU-5241 Add getQuarters / setQuarters, and tests.
X-SVN-Rev: 19831
2006-07-12 23:21:02 +00:00
Ram Viswanadha
b4504a450f ICU-5247 update data
X-SVN-Rev: 19830
2006-07-12 00:29:30 +00:00
Ram Viswanadha
7fbceb5fe0 ICU-5247 update data
X-SVN-Rev: 19829
2006-07-12 00:17:21 +00:00
George Rhoten
d9920d751c ICU-5243 Properly name failing tests.
X-SVN-Rev: 19828
2006-07-11 23:59:02 +00:00
George Rhoten
346c70d8c7 ICU-5092 Fixes for i5/OS.
X-SVN-Rev: 19825
2006-07-11 21:16:20 +00:00
George Rhoten
3b145459fa ICU-5092 Fixes for i5/OS.
X-SVN-Rev: 19822
2006-07-11 17:28:50 +00:00
George Rhoten
9c874f2cc1 ICU-5257 Give the correct parse position when parsing currency numbers.
X-SVN-Rev: 19817
2006-07-10 23:40:17 +00:00
George Rhoten
eae4ca652d ICU-5243 Fix memory initialization from last check-in
X-SVN-Rev: 19816
2006-07-10 23:02:23 +00:00
Matitiahu Allouche
1e8ec765f0 ICU-5243 add tests for new options for bidi support (fix for EBCDIC environment)
X-SVN-Rev: 19811
2006-07-10 15:45:00 +00:00
Andy Heninger
556c0d780a ICU-4707 Fix C++ comments in C file
X-SVN-Rev: 19809
2006-07-10 05:19:34 +00:00
George Rhoten
9fa73dc2dd ICU-5247 update data from CLDR 1.4 beta
X-SVN-Rev: 19804
2006-07-07 21:01:30 +00:00
George Rhoten
105ca72591 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19803
2006-07-07 17:07:50 +00:00
Matitiahu Allouche
51dbdaa5c0 ICU-5243 add tests for new options for bidi support
X-SVN-Rev: 19798
2006-07-07 14:13:41 +00:00
George Rhoten
fc09f8cce8 ICU-5253 The last check-in undid some of the changes in version 1.160.
Readd version 1.160 changes.

X-SVN-Rev: 19795
2006-07-06 15:54:20 +00:00
Vladimir Weinstein
5d24ef7fdd ICU-5223 fix primary strength sortkey termination bug
X-SVN-Rev: 19794
2006-07-06 06:30:06 +00:00
Markus Scherer
8e5f03bcd1 ICU-5188 add ucnv_setSubstString()
X-SVN-Rev: 19789
2006-07-05 23:08:50 +00:00
Markus Scherer
6b3d20d454 ICU-5253 add ures_getUTF8String() and ByIndex, ByKey variants
X-SVN-Rev: 19786
2006-07-03 21:37:45 +00:00
Markus Scherer
57b730acf8 ICU-5253 add ures_getUTF8String() and ByIndex, ByKey variants
X-SVN-Rev: 19785
2006-07-03 21:05:30 +00:00
Markus Scherer
2b532c1ddf ICU-2027 charset name matching ignore leading zeroes and all non-alnum characters
X-SVN-Rev: 19780
2006-06-28 23:16:45 +00:00
Markus Scherer
f049a5f607 ICU-5211 the Universal Time Scale must use the proleptic Gregorian calendar because it is supposed to be compatible with .Net System.DateTime which uses that calendar
X-SVN-Rev: 19778
2006-06-28 22:39:00 +00:00
Eric Mader
27c7ccf73b ICU-5247 Change timebomb to ICU 3.7 - localPatternChars is deprecated in CLDR and won't be updated.
X-SVN-Rev: 19777
2006-06-28 19:21:43 +00:00
Eric Mader
02657fcc8b ICU-5247 fix incorrect escaping, timebomb localPatternChars test 'till CLDR data is corrected.
X-SVN-Rev: 19776
2006-06-28 00:38:53 +00:00
Markus Scherer
2c56554cbb ICU-5211 add API functions: ucal_setGregorianChange() and ucal_getGregorianChange()
X-SVN-Rev: 19775
2006-06-27 23:06:25 +00:00
Ram Viswanadha
55df551f1c ICU-5247 update data from CLDR 1.4 beta
X-SVN-Rev: 19756
2006-06-23 16:36:46 +00:00
Ram Viswanadha
29182d9041 ICU-5247 update data from CLDR 1.4 beta
X-SVN-Rev: 19755
2006-06-23 16:31:07 +00:00
Markus Scherer
23fc923706 ICU-5172 fix ucnv_safeClone(iso-2022-kr) to not unnecessarily heap-allocate currentConverter clones
X-SVN-Rev: 19737
2006-06-16 23:13:50 +00:00
Markus Scherer
825412e319 ICU-5229 document and check that ucnv_convertEx() streaming conversion requires an explicit pivot buffer
X-SVN-Rev: 19736
2006-06-16 21:55:52 +00:00
Vladimir Weinstein
1b2e91e2ac ICU-5231 Update UCA 5.0 CE values
X-SVN-Rev: 19731
2006-06-16 05:48:37 +00:00
Vladimir Weinstein
0c0bad0938 ICU-5231 Update UCA 5.0 version and sortkey values
X-SVN-Rev: 19730
2006-06-16 05:47:24 +00:00
Markus Scherer
1d687cde69 ICU-5230 faster u_strToUTF8() and u_strFromUTF8() functions, added ...WithSub() variants, added u_strFromUTF8Lenient()
X-SVN-Rev: 19723
2006-06-15 19:22:04 +00:00
George Rhoten
ec174ab671 ICU-5226 Better testing of default converter.
X-SVN-Rev: 19715
2006-06-13 15:58:39 +00:00
George Rhoten
a706c5b441 ICU-5226 Fix a problem from the last check that will cause default algorithmic converters with options to be created incorrectly.
X-SVN-Rev: 19714
2006-06-13 15:50:01 +00:00
George Rhoten
7724842efe ICU-5226 Fix some issues with ucnv_setDefaultName.
X-SVN-Rev: 19708
2006-06-12 22:43:49 +00:00
George Rhoten
fbd6fd7e16 ICU-5032 Improve code coverage
X-SVN-Rev: 19686
2006-06-06 01:11:22 +00:00
George Rhoten
1b31bc0493 ICU-5190 Added equality test for ucol_safeClone
X-SVN-Rev: 19685
2006-06-06 00:57:04 +00:00
George Rhoten
f4b0ed0368 ICU-5190 Fix a bug where the cloned collator uses UCA instead of customized rules.
X-SVN-Rev: 19682
2006-06-05 21:56:14 +00:00
George Rhoten
cae2846c2a ICU-5032 Improve code coverage
X-SVN-Rev: 19672
2006-05-27 04:01:42 +00:00
George Rhoten
5753843bb8 ICU-5032 Improve code coverage
X-SVN-Rev: 19668
2006-05-26 22:24:52 +00:00
George Rhoten
3b6078d331 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19661
2006-05-26 05:34:26 +00:00
George Rhoten
714e31a22e ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19660
2006-05-26 04:44:31 +00:00
George Rhoten
020abe6693 ICU-5190 Fix some offset allocation issues for unaligned buffers.
X-SVN-Rev: 19659
2006-05-26 04:00:52 +00:00
George Rhoten
33bc5c6399 ICU-5032 Improve code coverage
X-SVN-Rev: 19655
2006-05-25 22:27:14 +00:00
George Rhoten
1d2faec9b6 ICU-5032 Improve code coverage
X-SVN-Rev: 19653
2006-05-25 19:27:08 +00:00
George Rhoten
9d357b5a09 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19640
2006-05-22 06:11:18 +00:00
George Rhoten
a33e2d37a9 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19637
2006-05-22 05:29:53 +00:00
George Rhoten
36e78e6d21 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19636
2006-05-22 05:20:52 +00:00
George Rhoten
cbb891e5ec ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19635
2006-05-22 05:01:21 +00:00
George Rhoten
319d2629b3 ICU-5190 Test and fix some allocation issues from ucol_safeClone
X-SVN-Rev: 19632
2006-05-21 21:09:01 +00:00
George Rhoten
d9fe86302a ICU-5190 Perform better testing of ucol_safeClone.
X-SVN-Rev: 19630
2006-05-21 17:56:44 +00:00
George Rhoten
dd2917fc9b ICU-5195 Fix codepoint handling that stradle buffers.
X-SVN-Rev: 19614
2006-05-05 07:08:37 +00:00
George Rhoten
7e90d04bc0 ICU-4985 Update for LUF
X-SVN-Rev: 19611
2006-05-05 01:41:21 +00:00
Andy Heninger
3a31ab328e ICU-5170 fix invalid paramater checking & test for ubrk_open()
X-SVN-Rev: 19605
2006-05-03 03:32:18 +00:00
George Rhoten
79637baca1 ICU-5032 Improve code coverage, and improve testing
X-SVN-Rev: 19592
2006-04-25 23:28:06 +00:00
George Rhoten
f5e940afb4 ICU-5161 Fix valgrind and Purify warnings about uninitialized memory copies.
Make it more efficient to copy and initialize a UResourceBundle.
Don't use U_INTERNAL_PROGRAM_ERROR when U_ILLEGAL_ARGUMENT_ERROR was meant.

X-SVN-Rev: 19586
2006-04-25 19:32:35 +00:00
Ram Viswanadha
aca85b53cf ICU-4855 fix a failure
X-SVN-Rev: 19578
2006-04-22 00:46:03 +00:00
Ram Viswanadha
bbbee77fe0 ICU-4855 synch data with CLDR
X-SVN-Rev: 19572
2006-04-21 01:18:35 +00:00
George Rhoten
216965ea92 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19544
2006-04-14 15:49:37 +00:00
George Rhoten
303da65207 ICU-5032 Test swapping a 32-bit key resource bundle table
X-SVN-Rev: 19476
2006-03-30 04:50:01 +00:00
George Rhoten
d5bc69e7f4 ICU-5032 Increase code coverage numbers
X-SVN-Rev: 19466
2006-03-28 22:00:11 +00:00
George Rhoten
81b211ef90 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19444
2006-03-26 00:18:23 +00:00
George Rhoten
4763cb63a0 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19440
2006-03-25 23:00:58 +00:00
George Rhoten
0b0d6328ab ICU-4707 Properly define range checking
X-SVN-Rev: 19439
2006-03-25 22:29:09 +00:00
George Rhoten
485ca2f705 ICU-5032 Increase code coverage.
X-SVN-Rev: 19433
2006-03-24 23:43:25 +00:00
George Rhoten
044a33ac62 ICU-5032 Increase code coverage.
X-SVN-Rev: 19431
2006-03-24 23:29:08 +00:00
George Rhoten
a818a144e1 ICU-4639 Make it easier to find charset detection.
X-SVN-Rev: 19430
2006-03-24 23:20:25 +00:00
George Rhoten
64483b9dd3 ICU-5117 Remove unused BreakDictionary and ucmp8 APIs.
X-SVN-Rev: 19427
2006-03-24 21:24:39 +00:00
George Rhoten
b51bdf2a60 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19417
2006-03-23 05:53:36 +00:00
George Rhoten
1e184956a8 ICU-4707 Fix some compiler warnings.
X-SVN-Rev: 19415
2006-03-23 04:11:36 +00:00
Deborah Goldsmith
490cb834fa ICU-5117 Thai break should work in all locales
X-SVN-Rev: 19408
2006-03-23 00:54:12 +00:00
George Rhoten
35c4c75f13 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19383
2006-03-20 07:53:07 +00:00
George Rhoten
2dd590c668 ICU-5032 Refactor code while increasing code coverage.
X-SVN-Rev: 19382
2006-03-20 07:49:49 +00:00
George Rhoten
db92b0f4f9 ICU-5032 Increase code coverage of UTF-32 converter
X-SVN-Rev: 19381
2006-03-20 07:43:13 +00:00
George Rhoten
efedac815e ICU-5032 Refactor code while increasing code coverage.
X-SVN-Rev: 19380
2006-03-20 07:42:35 +00:00
Markus Scherer
e7aa3f3380 ICU-5084 Unicode 5.0 beta (d13)
X-SVN-Rev: 19329
2006-03-03 20:59:01 +00:00
George Rhoten
dc2dae588a ICU-5070 Better fix for Visual Age 7
X-SVN-Rev: 19228
2006-02-21 17:49:03 +00:00
George Rhoten
422d7dbe64 ICU-5070 Fix for Visual Age 7
X-SVN-Rev: 19226
2006-02-21 07:11:41 +00:00
Andy Heninger
cfd5650611 ICU-4699 add Freeze to UText
X-SVN-Rev: 19197
2006-02-17 02:16:01 +00:00
Ram Viswanadha
8a9c47c61a ICU-5045 fix the tests
X-SVN-Rev: 19175
2006-02-16 17:41:18 +00:00
Eric Mader
1e5f4efef9 ICU-4639 Initial version of C test. Clean up error messages.
X-SVN-Rev: 19138
2006-02-11 00:28:36 +00:00
Eric Mader
ee7482efd7 ICU-4639 Initial version of C test. Clean up error messages.
X-SVN-Rev: 19137
2006-02-10 23:49:09 +00:00
Markus Scherer
05c910e183 ICU-5043 low-level code for lenient-UTF-8 UText provider
X-SVN-Rev: 19123
2006-02-09 21:16:20 +00:00
Ram Viswanadha
3657fc5b7f ICU-5045 tests for codes in iso 15924
X-SVN-Rev: 19106
2006-02-09 01:28:31 +00:00
George Rhoten
dd7f893fec ICU-5032 Increase code coverage numbers
X-SVN-Rev: 19089
2006-02-07 23:20:38 +00:00
George Rhoten
d160dc506e ICU-5032 Increase code coverage numbers
X-SVN-Rev: 19087
2006-02-07 22:15:47 +00:00
George Rhoten
6b7b464bfd ICU-5032 Increase code coverage numbers
X-SVN-Rev: 19082
2006-02-07 19:47:39 +00:00
George Rhoten
8b6eb2b923 ICU-5032 Increase code coverage numbers by enabling a test.
X-SVN-Rev: 19081
2006-02-07 19:26:37 +00:00
George Rhoten
662ae65d54 ICU-5032 Increase code coverage numbers
X-SVN-Rev: 19080
2006-02-07 19:22:47 +00:00
George Rhoten
60fc56a0de ICU-4932 Don't parse unlocalized patterns and localized patterns.
X-SVN-Rev: 19062
2006-02-03 23:20:43 +00:00
Vladimir Weinstein
4ee9d29ce1 ICU-4960 test for case level fixes.
X-SVN-Rev: 19038
2006-01-28 08:25:52 +00:00
Vladimir Weinstein
6b10461c41 ICU-4960 Additional convenience test methods
X-SVN-Rev: 19037
2006-01-28 08:25:24 +00:00
George Rhoten
69ffe9f919 ICU-4869 Fixes for z/OS Authorized LE. Output fewer errors when data can't be loaded.
X-SVN-Rev: 19019
2006-01-24 18:55:47 +00:00
Eric Mader
ed5ad9b463 ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found!
X-SVN-Rev: 19016
2006-01-23 23:25:00 +00:00
George Rhoten
f9397a445c ICU-3085 Change ICU to use the /Zc:wchar_t option.
X-SVN-Rev: 18994
2006-01-17 21:12:17 +00:00
Ram Viswanadha
6a9942d925 ICU-4450 update the data with Mark's config
X-SVN-Rev: 18927
2005-12-27 22:23:05 +00:00
George Rhoten
a435304124 ICU-4315 Fix for HP-UX.
X-SVN-Rev: 18925
2005-12-22 20:15:40 +00:00
George Rhoten
ef4d466273 ICU-4714 Fixes for collation
X-SVN-Rev: 18879
2005-12-07 19:57:50 +00:00
George Rhoten
d0559ac03c ICU-4948 Make the makefiles easier to compare against each other
X-SVN-Rev: 18852
2005-12-02 10:21:39 +00:00
George Rhoten
9a33e3b976 ICU-4450 Fix test for new version
X-SVN-Rev: 18846
2005-12-01 16:19:51 +00:00
Markus Scherer
e08d580655 ICU-4739 add "no fallback" flag to resource bundles
X-SVN-Rev: 18836
2005-11-29 00:10:07 +00:00
George Rhoten
46d580dc28 ICU-4885 Check for unassigned characters in the exemplar set.
X-SVN-Rev: 18812
2005-11-17 21:40:18 +00:00
George Rhoten
f4ca940144 ICU-4315 Fix memory leak
X-SVN-Rev: 18811
2005-11-17 21:31:01 +00:00
Ram Viswanadha
b70227e2c7 ICU-4741 make compare functions for Hashtable and StringEnumeration general
X-SVN-Rev: 18788
2005-11-11 19:23:09 +00:00
George Rhoten
b2425000cc ICU-4707 Fix some xlc compiler warnings.
X-SVN-Rev: 18776
2005-11-08 22:44:37 +00:00
Ram Viswanadha
aded11936e ICU-4913 add tests for package level aliases
X-SVN-Rev: 18759
2005-11-04 22:05:31 +00:00
George Rhoten
db2b1d1b3f ICU-4707 Fix some compiler warnings
X-SVN-Rev: 18752
2005-11-02 08:03:19 +00:00