Commit Graph

2064 Commits

Author SHA1 Message Date
Eric Mader
5e69676523 ICU-3927 initial checkin of C version of Universal Time Scale.
X-SVN-Rev: 16587
2004-10-21 17:15:52 +00:00
Markus Scherer
fbb584dbda ICU-3969 add test for ucase_openBinary()
X-SVN-Rev: 16568
2004-10-19 23:00:46 +00:00
Steven R. Loomis
b713df344d ICU-4144 getFunctionalEquivalent test updates
X-SVN-Rev: 16566
2004-10-19 22:53:25 +00:00
George Rhoten
74fa020d9b ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16563
2004-10-19 18:31:51 +00:00
George Rhoten
dbf6b9b765 ICU-4068 Use C variable declarations instead of C++ variable declarations,
and separate ICU API tests from CLDR.

X-SVN-Rev: 16556
2004-10-19 05:31:51 +00:00
Deborah Goldsmith
95bbad7347 ICU-4115 Set warning code when falling back to parent or root
X-SVN-Rev: 16546
2004-10-18 23:59:41 +00:00
Deborah Goldsmith
9cc484fdb3 ICU-4068 Fix warning code for non-existent language
X-SVN-Rev: 16545
2004-10-18 23:58:03 +00:00
George Rhoten
83b0d17af1 ICU-4078 Revert the move of the invariant conversion routines back to putil.h.
They are stable APIs, and they should not be moved.

X-SVN-Rev: 16530
2004-10-18 03:03:13 +00:00
George Rhoten
9fe39e1c8c ICU-3805 Break putil.h/utypes.h header file dependancy loop
X-SVN-Rev: 16529
2004-10-18 02:43:33 +00:00
George Rhoten
0e1c5bf499 ICU-4078 Fix a compiler warning from previous check-in
X-SVN-Rev: 16507
2004-10-15 06:23:05 +00:00
Vladimir Weinstein
3f2eaaf702 ICU-3938 Changes in tests due to changes in zh collation names. Could be a bug in getFunctionalEquivalent
X-SVN-Rev: 16488
2004-10-14 20:13:13 +00:00
George Rhoten
94a92cdceb ICU-3938 Add CLDR changes for English.
X-SVN-Rev: 16465
2004-10-13 00:44:55 +00:00
George Rhoten
e10141ecc9 ICU-3938 Partial incorporation of CLDR data. Some of the currency, weekend and DateTimeElements will be fixed later when the draftness is removed from some of the data.
X-SVN-Rev: 16464
2004-10-13 00:39:42 +00:00
George Rhoten
5e3d7989dd ICU-3938 Make fewer tests fail by not leaking resource bundles.
X-SVN-Rev: 16455
2004-10-12 19:03:54 +00:00
George Rhoten
6b11c1a3af ICU-4084 Improve doOpenChoice performance, and make sure that tests can run against the shared data library.
X-SVN-Rev: 16445
2004-10-11 21:23:12 +00:00
George Rhoten
36bd9780aa ICU-3938 Fix previous test fix so that it won't leak memory.
X-SVN-Rev: 16394
2004-10-05 23:02:26 +00:00
George Rhoten
2fec9a203b ICU-3938 Fix previous test fix so it won't crash on Windows.
X-SVN-Rev: 16386
2004-10-02 04:59:29 +00:00
Steven R. Loomis
61d6352299 ICU-3938 more cldr 1.2 test updates
X-SVN-Rev: 16383
2004-10-01 21:04:48 +00:00
Steven R. Loomis
81d9667f1a ICU-3938 fix test so it won't crash, bump buffer size
X-SVN-Rev: 16382
2004-10-01 20:25:18 +00:00
George Rhoten
6a80fd1c86 ICU-3805 Break the circular dependency between utypes.h and putil.h
X-SVN-Rev: 16356
2004-09-23 00:24:36 +00:00
George Rhoten
d9258ee74b ICU-4078 Don't depend on Memory stream anymore, and fix some typos
X-SVN-Rev: 16349
2004-09-21 21:01:31 +00:00
Steven R. Loomis
2b8b121963 ICU-3651 uloc_setKeywordValue: test removal, and sorting of added keywords.
X-SVN-Rev: 16348
2004-09-21 00:00:24 +00:00
George Rhoten
209c7b9bbd ICU-4078 Don't depend on Memory stream anymore
X-SVN-Rev: 16340
2004-09-17 04:19:30 +00:00
Andy Heninger
73c7376f73 ICU-4101 add translit ID test.
X-SVN-Rev: 16336
2004-09-16 22:48:37 +00:00
Andy Heninger
e04ddd2239 ICU-4086 regex match/lookingAt/find at end of string with zero length match not working.
X-SVN-Rev: 16328
2004-09-15 01:28:15 +00:00
Vladimir Weinstein
015097925c ICU-4102 Test for direct access handling of aliases fix
X-SVN-Rev: 16327
2004-09-14 23:36:24 +00:00
Andy Heninger
90ef9b5f95 ICU-4101 add translit ID test.
X-SVN-Rev: 16324
2004-09-14 17:55:43 +00:00
Markus Scherer
5aa9e27ac0 ICU-4078 move functions for invariant characters from putil to new uinvchar, public prototypes into utypes.h
X-SVN-Rev: 16320
2004-09-14 16:58:51 +00:00
George Rhoten
86e489fb77 ICU-4098 Prevent missing break iterators from crashing the build.
X-SVN-Rev: 16310
2004-09-13 15:39:02 +00:00
George Rhoten
9d54cafb75 ICU-4078 Move dependency of uloc API from locmap to uloc.
X-SVN-Rev: 16279
2004-09-08 23:28:51 +00:00
Markus Scherer
3ba67ae1c2 ICU-4078 use USetAdder interface to remove dependencies of low-level code on the USet/UnicodeSet implementation
X-SVN-Rev: 16266
2004-09-07 18:05:01 +00:00
Markus Scherer
44415c556a ICU-3969 swap ucase.icu
X-SVN-Rev: 16261
2004-09-06 16:02:27 +00:00
George Rhoten
08382a4b07 ICU-3938 Related to cldrbug 235.
Separate cldr tests from cloctst, and depend on testLocale instead of root for testing

X-SVN-Rev: 16253
2004-09-03 20:51:11 +00:00
George Rhoten
4f4a5b9518 ICU-3651 Remove debugging information from test output.
X-SVN-Rev: 16245
2004-09-01 22:27:55 +00:00
Steven R. Loomis
9b4ae3bd1b ICU-3651 uloc_setKeywordValue (partial: need test for removal of keywords)
X-SVN-Rev: 16241
2004-09-01 02:25:14 +00:00
George Rhoten
692558749f ICU-3744 Fix a compiler warning
X-SVN-Rev: 16233
2004-08-31 21:33:56 +00:00
George Rhoten
32a46bedba ICU-4084 Sync the C and C++ API, and move internal function to internal headers.
X-SVN-Rev: 16232
2004-08-31 21:32:49 +00:00
Steven R. Loomis
a12161ce8d ICU-3744 new test for multiple keywords in uloc_getDisplayName()
X-SVN-Rev: 16224
2004-08-31 20:30:04 +00:00
George Rhoten
4804d98d00 ICU-4078 Further separate the default converter from the rest of the ustring internal API
X-SVN-Rev: 16201
2004-08-27 17:56:01 +00:00
Ram Viswanadha
b4f6b28433 ICU-3925 add data generated from CLDR
X-SVN-Rev: 16173
2004-08-20 23:12:31 +00:00
Ram Viswanadha
69e7f9fdf3 ICU-3301 add test for weekend data
X-SVN-Rev: 16166
2004-08-17 19:55:19 +00:00
Ram Viswanadha
15bd863941 ICU-3925 various fixes
X-SVN-Rev: 16159
2004-08-13 20:34:31 +00:00
George Rhoten
608ca77ba5 ICU-3677 uprv_getUTCtime should return UDate instead of int32_t.
This is for cases where time_t is 64-bit.

X-SVN-Rev: 16150
2004-08-13 01:20:26 +00:00
George Rhoten
6fd8f0e5b7 ICU-3341 Add some missing uset_* API.
X-SVN-Rev: 16142
2004-08-10 23:22:21 +00:00
George Rhoten
a89a43144b ICU-4017 Fix behavior of explicitly requested non-existent currency
X-SVN-Rev: 16137
2004-08-10 05:37:11 +00:00
Markus Scherer
27f1dd1bda ICU-3497 provide correct NFC/NFKC normalization for both before and after the PRI #29 fix
X-SVN-Rev: 16134
2004-08-09 14:47:53 +00:00
George Rhoten
ded716bf2c ICU-4017 Fix failure behavior of explicitly requested non-existent currency
X-SVN-Rev: 16133
2004-08-09 07:07:33 +00:00
Ram Viswanadha
422c958275 ICU-3925 look for data in test data bundle on ICU data bundle
X-SVN-Rev: 16116
2004-08-05 20:24:31 +00:00
George Rhoten
8900cd8fab ICU-4043 Use a real path to source data.
X-SVN-Rev: 16109
2004-08-04 23:40:31 +00:00
George Rhoten
698109e3fe ICU-4012 Hide the time bomb test failure again.
X-SVN-Rev: 16076
2004-07-27 04:58:42 +00:00
George Rhoten
a1e37e9cd9 ICU-3609 Test that ja_JP is cannonicalized correctly
X-SVN-Rev: 16045
2004-07-18 10:34:46 +00:00
George Rhoten
37c5efea11 ICU-3688 Fix UNUM_SECONDARY_GROUPING_SIZE
X-SVN-Rev: 16044
2004-07-18 10:22:23 +00:00
George Rhoten
a8c47516eb ICU-3857 Return a CCSID for gb18030
X-SVN-Rev: 16043
2004-07-18 09:57:18 +00:00
George Rhoten
1406c1d12b ICU-3754 Make u_formatMessage pay attention to patternLength
X-SVN-Rev: 16042
2004-07-18 09:41:16 +00:00
George Rhoten
017c34c872 ICU-3837 Add UCONFIG_NO_SERVICE
X-SVN-Rev: 16036
2004-07-18 02:02:06 +00:00
Ram Viswanadha
faa56bc083 ICU-3019 add dectetion of UTF-EBCDIC signature
X-SVN-Rev: 16027
2004-07-16 21:48:33 +00:00
George Rhoten
979fe56ff2 ICU-3947 Fix udat_parse when parsePos is NULL
X-SVN-Rev: 16022
2004-07-16 16:22:08 +00:00
George Rhoten
e8f3a97f77 ICU-3946 Fix some tests to use U_EXPORT2 and U_CALLCONV more often
X-SVN-Rev: 16018
2004-07-16 06:52:44 +00:00
Vladimir Weinstein
0a61ee4332 ICU-3100 changes according to the code review
X-SVN-Rev: 15870
2004-06-14 21:00:06 +00:00
Steven R. Loomis
6758c17f35 ICU-3831 uconfig.h fixes.
X-SVN-Rev: 15863
2004-06-12 08:56:20 +00:00
George Rhoten
0e56433529 ICU-3500 Fix some compiler warnings.
X-SVN-Rev: 15860
2004-06-12 06:16:57 +00:00
George Rhoten
e230984e3f ICU-3500 Fix some compiler warnings.
X-SVN-Rev: 15844
2004-06-11 00:35:03 +00:00
Steven R. Loomis
2f7efe7cc9 ICU-3831 uconfig fixes
X-SVN-Rev: 15842
2004-06-10 23:51:33 +00:00
Vladimir Weinstein
c5c3b0948d ICU-3764 Finnish collation test was wrong since 1999!!!!
X-SVN-Rev: 15772
2004-06-07 23:01:23 +00:00
George Rhoten
619eb97d95 ICU-3699 Add \u02bc to the script set for uk and uk_UA.
X-SVN-Rev: 15771
2004-06-07 22:46:02 +00:00
George Rhoten
437efd9802 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15745
2004-06-05 06:54:01 +00:00
Steven R. Loomis
a12842ac57 ICU-3809 test that the returned keyword value length is 0
X-SVN-Rev: 15738
2004-06-04 23:54:07 +00:00
Steven R. Loomis
81c99a4987 ICU-3809 uloc_getDisplayKeywordValue failure
X-SVN-Rev: 15719
2004-06-04 20:32:25 +00:00
Vladimir Weinstein
57c951da6c ICU-3500 fix some compiler warnings
X-SVN-Rev: 15692
2004-06-03 22:08:39 +00:00
Vladimir Weinstein
b32214b04a ICU-3100 Add tests for getContractions and getUnsafeSet
X-SVN-Rev: 15685
2004-06-03 20:13:58 +00:00
Ram Viswanadha
d95bb2171f ICU-3635 handle _PREEURO correctly
X-SVN-Rev: 15680
2004-06-03 17:44:02 +00:00
Deborah Goldsmith
b501ed1a54 ICU-3699 fix tests to conform to CLDR 1.1 data
X-SVN-Rev: 15679
2004-06-02 22:38:57 +00:00
Alan Liu
dfaf3b1d70 ICU-3795 do default conversion, not invariant conversion
X-SVN-Rev: 15651
2004-06-01 17:31:17 +00:00
Markus Scherer
a8e00a0bba ICU-3794 UNormIterator bug in buffer contents moving
X-SVN-Rev: 15647
2004-05-31 23:25:31 +00:00
George Rhoten
3f78c8e26b ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15642
2004-05-30 21:25:27 +00:00
Alan Liu
f30027fcca ICU-3664 replace unsafe casts to void* and int32_t with correct API calls
X-SVN-Rev: 15573
2004-05-27 02:11:08 +00:00
George Rhoten
0bb1744bb8 ICU-3500 Remove some tabs.
X-SVN-Rev: 15559
2004-05-26 18:28:09 +00:00
Vladimir Weinstein
f9d36f208d ICU-3100 collator <> identifier, bug fix
X-SVN-Rev: 15545
2004-05-25 23:00:52 +00:00
Steven R. Loomis
2ad377ab12 ICU-2487 test for ucol_getKeywordValues with incoming warning
X-SVN-Rev: 15527
2004-05-25 05:43:23 +00:00
Steven R. Loomis
dea3ffda73 ICU-2487 test for ures_openDirect with incoming warning
X-SVN-Rev: 15526
2004-05-25 05:41:55 +00:00
Vladimir Weinstein
7dab9028c4 ICU-3729 Uncomment some tests, fix compiler warnings
X-SVN-Rev: 15514
2004-05-24 22:17:31 +00:00
Vladimir Weinstein
c1d8c7c551 ICU-3100 collator <> identifier, short string tests
X-SVN-Rev: 15510
2004-05-24 22:08:38 +00:00
Vladimir Weinstein
99200b1bf5 ICU-3729 More tests for pinyin rules
X-SVN-Rev: 15509
2004-05-24 22:07:40 +00:00
Vladimir Weinstein
13cab794d3 ICU-3718 change intltest and cintltst to relocatable exes. Purify seems to like it better.
X-SVN-Rev: 15505
2004-05-24 21:00:56 +00:00
Alan Liu
a1b393c257 ICU-3659 limit UDate range to +/-7F000000 julian days; matches ICU4J
X-SVN-Rev: 15502
2004-05-24 20:32:59 +00:00
Alan Liu
0bfd502d22 ICU-3659 temporarily disable...
X-SVN-Rev: 15498
2004-05-24 17:36:53 +00:00
Alan Liu
390b02ec5b ICU-3659 add test and fix for udat_format failing with extreme dates (circa 10^27)
X-SVN-Rev: 15463
2004-05-21 20:25:52 +00:00
Alan Liu
7816d4e3c4 ICU-3659 incidental cleanup
X-SVN-Rev: 15443
2004-05-20 22:02:34 +00:00
Alan Liu
801b7f6f5a ICU-3748 add test cases
X-SVN-Rev: 15416
2004-05-19 23:09:12 +00:00
Eric Mader
c5705d3767 ICU-3770 Updated copyright notices for ICU 3.0
X-SVN-Rev: 15413
2004-05-19 21:19:13 +00:00
George Rhoten
319c409205 ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15406
2004-05-19 18:49:54 +00:00
Alan Liu
cb65962ab6 ICU-3500 fix msvc6 warnings
X-SVN-Rev: 15405
2004-05-19 17:28:20 +00:00
Steven R. Loomis
205d2d29aa ICU-3748 remove //
X-SVN-Rev: 15403
2004-05-19 15:40:28 +00:00
George Rhoten
cdb62c7c6a ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15402
2004-05-19 06:28:40 +00:00
George Rhoten
bbc7043dbf ICU-3500 Fix some compiler warnings
X-SVN-Rev: 15400
2004-05-19 06:13:31 +00:00
Vladimir Weinstein
854360738c ICU-3699 More problems with the wrong test. Needed \\u instead of \u
X-SVN-Rev: 15392
2004-05-19 00:31:51 +00:00
Alan Liu
efb6226a7a ICU-3748 remove U_ASSERT
X-SVN-Rev: 15384
2004-05-18 21:46:38 +00:00
Ram Viswanadha
5fa6f4724a ICU-3764 fixed tests so that it looks for data in the correct location
X-SVN-Rev: 15383
2004-05-18 21:39:18 +00:00
Alan Liu
bc6990362b ICU-3748 clean up and enhance TestCanonicalization
X-SVN-Rev: 15374
2004-05-18 18:32:17 +00:00
Ram Viswanadha
7e8b2aed7c ICU-3764 fix the tests
X-SVN-Rev: 15368
2004-05-18 06:34:26 +00:00
Steven R. Loomis
61d3a101a0 ICU-2487 further getFunctionalEquivalent test changes
X-SVN-Rev: 15354
2004-05-18 01:53:46 +00:00
Steven R. Loomis
2e9def5cdb ICU-2487 test readability
X-SVN-Rev: 15353
2004-05-18 01:52:57 +00:00
Vladimir Weinstein
1a0ae2ff73 ICU-3699 sh locale now aliases to hr, thus the test has to change
X-SVN-Rev: 15346
2004-05-17 22:09:58 +00:00
Vladimir Weinstein
e9f15b4995 ICU-3699 Wrong test commited. fixed.
X-SVN-Rev: 15345
2004-05-17 22:06:14 +00:00
Alan Liu
850661f537 ICU-3746 add option for case folding to getExemplarSet
X-SVN-Rev: 15342
2004-05-17 21:42:43 +00:00
Alan Liu
b2d2fcd9c3 ICU-3748 implement canonicalize and getName for 3.0
X-SVN-Rev: 15320
2004-05-14 22:45:27 +00:00
George Rhoten
7a91fe3d9a ICU-3546 TestFlushCache doesn't need internal API for testing anymore,
but TestDefaultConverterError does need internal API for testing.

X-SVN-Rev: 15317
2004-05-14 22:06:34 +00:00
George Rhoten
cb8a4f23aa ICU-3546 No need to use internal headers here.
X-SVN-Rev: 15315
2004-05-14 22:02:45 +00:00
Vladimir Weinstein
cae8e956b8 ICU-3699 removed obsolete test. We already have a new test in place for Chinese ordering.
X-SVN-Rev: 15308
2004-05-14 07:10:56 +00:00
George Rhoten
d2e837a8c0 ICU-3718 Fix some memory leaks
X-SVN-Rev: 15307
2004-05-14 05:39:37 +00:00
George Rhoten
06f6c1f99e ICU-2487 Don't use // in C files
X-SVN-Rev: 15274
2004-05-12 17:39:35 +00:00
Steven R. Loomis
65fc3d4eb4 ICU-2487 add unit tests for new resource/locale functions
X-SVN-Rev: 15255
2004-05-11 20:24:13 +00:00
Steven R. Loomis
b9f38d5dd6 ICU-2487 Fix this test error message to be more informative
X-SVN-Rev: 15254
2004-05-11 20:23:54 +00:00
George Rhoten
1bf207e545 ICU-3741 Ignore some things that appear on Cygwin
X-SVN-Rev: 15251
2004-05-11 16:15:58 +00:00
George Rhoten
fef83bf1ee ICU-3542 uprv_digitsAfterDecimal isn't used. Comment it out for now.
X-SVN-Rev: 15235
2004-05-10 19:27:09 +00:00
Vladimir Weinstein
e37c56616b ICU-3729 some fixes to [before]. Not complete.
X-SVN-Rev: 15209
2004-05-08 07:59:36 +00:00
George Rhoten
7677c0c437 ICU-3080 Add translation for Hans
X-SVN-Rev: 15183
2004-05-06 19:06:14 +00:00
Markus Scherer
54240564c2 ICU-3703 add ICU properties NF*_Inert and Segment_Starter
X-SVN-Rev: 15141
2004-05-04 18:52:35 +00:00
Markus Scherer
68824cf3d8 ICU-3170 undo fixes to UnicodeData.txt and instead keep test from complaining about bugs
X-SVN-Rev: 15139
2004-05-04 17:07:16 +00:00
George Rhoten
0e4f9b7b78 ICU-3080 Commit uncontested changes so far. Work on this more later.
X-SVN-Rev: 15134
2004-05-04 00:27:11 +00:00
Alan Liu
a873c1261d ICU-3549 add keyword param to getFunctionalEquivalent
X-SVN-Rev: 15123
2004-05-03 18:15:13 +00:00
Alan Liu
3f7159ba11 ICU-2202 allow MessageFormat to have "dumb" getLocale for another release
X-SVN-Rev: 15102
2004-04-29 20:13:16 +00:00
George Rhoten
b3c89b024d ICU-2334 Add test for decimal presence & sig digits
X-SVN-Rev: 15095
2004-04-29 17:50:01 +00:00
Alan Liu
13533a4657 ICU-3549 add TestSeparateTrees
X-SVN-Rev: 15080
2004-04-28 05:31:19 +00:00
Alan Liu
05f8f157f3 ICU-3549 add assertTrue, assertSuccess, assertEquals
X-SVN-Rev: 15079
2004-04-28 05:31:02 +00:00
George Rhoten
4514814ae6 ICU-3718 Fix some memory leaks
X-SVN-Rev: 15028
2004-04-23 18:02:55 +00:00
Steven R. Loomis
7a88373d9c ICU-3405 undo temporary test
X-SVN-Rev: 15027
2004-04-23 01:47:17 +00:00
Alan Liu
e5e913f93f ICU-3549 fix tests for separate coll tree
X-SVN-Rev: 15002
2004-04-16 21:31:41 +00:00
Alan Liu
c879b59862 ICU-2825 add unum_formatDoubleCurrency and unum_parseDoubleCurrency
X-SVN-Rev: 14984
2004-04-15 18:15:17 +00:00
Steven R. Loomis
db880037f8 ICU-2487 change ures_findResource tests to not use collation as an example.
X-SVN-Rev: 14982
2004-04-15 08:06:17 +00:00
Steven R. Loomis
4d9959385c ICU-2487 fix some more bugs (don't use ures_findResource on collation)
X-SVN-Rev: 14980
2004-04-15 07:50:53 +00:00
Steven R. Loomis
baaf3bc2aa ICU-2487 move collation data into new tree
X-SVN-Rev: 14968
2004-04-14 20:28:35 +00:00
Markus Scherer
84ba3a515e ICU-3518 test Limbu and No_Block from int property
X-SVN-Rev: 14938
2004-04-12 22:47:11 +00:00
Ram Viswanadha
5e2748f025 ICU-3405 temporary update for testing
X-SVN-Rev: 14916
2004-04-09 18:56:12 +00:00
Markus Scherer
f45b8cdac6 ICU-3170 test new properties
X-SVN-Rev: 14915
2004-04-09 17:38:19 +00:00
George Rhoten
a71788120e ICU-2421 Fix for os/400
X-SVN-Rev: 14914
2004-04-09 17:06:42 +00:00
Markus Scherer
f65ee799e6 ICU-2758 add APIs for FCD properties lccc & tccc
X-SVN-Rev: 14894
2004-04-07 02:57:06 +00:00
Markus Scherer
81f1506e2a ICU-2757 add APIs for NF*_QC properties
X-SVN-Rev: 14892
2004-04-07 00:28:39 +00:00
Vladimir Weinstein
d3014f6caa ICU-3594 Use C style comments in .c files
X-SVN-Rev: 14881
2004-04-06 05:53:12 +00:00
Ram Viswanadha
623c46d430 ICU-3594 tests for U_IDNA_STD3_ASCII_RULES_ERROR
X-SVN-Rev: 14878
2004-04-06 02:07:44 +00:00
Markus Scherer
fc50af2fd9 ICU-3170 cope with bidi class changes for +-/ in Unicode 4.0.1
X-SVN-Rev: 14873
2004-04-05 23:25:59 +00:00
Markus Scherer
7086c608ca ICU-3170 modify default bidi classes according to PRI #28
X-SVN-Rev: 14872
2004-04-05 23:00:32 +00:00
Vladimir Weinstein
b738c82b0d ICU-3170 0x200b became control, was a space
X-SVN-Rev: 14862
2004-04-05 19:42:40 +00:00
Markus Scherer
c2ef9b9084 ICU-3170 cope with bidi class changes for +-/ in Unicode 4.0.1
X-SVN-Rev: 14860
2004-04-05 18:06:41 +00:00
George Rhoten
fa077be618 ICU-3675 A better platform dependent test with va_args.
X-SVN-Rev: 14836
2004-04-01 23:04:47 +00:00
Alan Liu
602ed54376 ICU-3666 remove CVS keywords from source
X-SVN-Rev: 14832
2004-04-01 06:52:12 +00:00
George Rhoten
7486bfb6e8 ICU-3389 CygWin/MSVC changes
X-SVN-Rev: 14813
2004-03-31 22:33:46 +00:00
George Rhoten
c6be3074bb ICU-2421 Don't use // in a C file.
X-SVN-Rev: 14784
2004-03-27 01:31:40 +00:00
Andy Heninger
c685748636 ICU-2421 regexp C API
X-SVN-Rev: 14777
2004-03-26 20:20:21 +00:00
Andy Heninger
3854e7ced0 ICU-2421 C API for regular expressions
X-SVN-Rev: 14768
2004-03-26 01:23:01 +00:00
George Rhoten
7fe030d918 ICU-3612 Don't explicitly specify the import libraries. Use the project dependencies.
X-SVN-Rev: 14750
2004-03-24 23:09:55 +00:00
Andy Heninger
0581a09aa5 ICU-2421 more regexp C API tests
X-SVN-Rev: 14747
2004-03-24 18:34:36 +00:00
George Rhoten
1a0bbd037f ICU-2421 Fix the project files for Andy
X-SVN-Rev: 14741
2004-03-24 02:23:03 +00:00
Andy Heninger
ae49bd5e94 ICU-2421 C API for regular expressions
X-SVN-Rev: 14740
2004-03-24 01:57:51 +00:00
George Rhoten
ff7f72151c ICU-3389 Fix the case when newline translation is or is not used.
X-SVN-Rev: 14734
2004-03-23 06:46:35 +00:00
Andy Heninger
93db088bd3 ICU-2421 more regexp C API tests
X-SVN-Rev: 14731
2004-03-23 05:20:48 +00:00
Andy Heninger
4e16290930 ICU-2421 Redo Regex C API changes lost in OSS crash
X-SVN-Rev: 14723
2004-03-22 23:41:10 +00:00
Andy Heninger
8be1908bd3 ICU-2421 Redo Regex C API changes lost in OSS crash
X-SVN-Rev: 14722
2004-03-22 22:35:35 +00:00
Andy Heninger
efeb3b480d ICU-2421 Redo Regex C API changes lost in OSS crash
X-SVN-Rev: 14721
2004-03-22 22:16:21 +00:00
George Rhoten
54333cfd25 ICU-3612 Fix optimization when __FILE__ doesn't contain the directory name
X-SVN-Rev: 14716
2004-03-16 23:52:07 +00:00
George Rhoten
78cac2603c ICU-1282 Fix this code for various compilers.
X-SVN-Rev: 14715
2004-03-16 21:20:52 +00:00
George Rhoten
64dd6012c8 ICU-1282 Fix this code for various compilers.
X-SVN-Rev: 14710
2004-03-16 17:09:44 +00:00
George Rhoten
a247032acd ICU-3612 Fix optimization and some other options.
X-SVN-Rev: 14705
2004-03-15 06:33:36 +00:00
Doug Felt
ed4dc729f1 ICU-1282 add C APIs for rule based number format
X-SVN-Rev: 14698
2004-03-12 20:15:13 +00:00
Doug Felt
91e47d74d3 ICU-3215 bidi should respect explicitly set base line direction
X-SVN-Rev: 14688
2004-03-11 19:56:02 +00:00
Alan Liu
3ea86508fa ICU-3391 fix length check in localPatternChars; add uniqueness test; add valid char test
X-SVN-Rev: 14655
2004-03-09 21:11:52 +00:00
Alan Liu
73af76bf64 ICU-3391 update localPatternChars
X-SVN-Rev: 14654
2004-03-09 20:59:08 +00:00
Andy Heninger
29118f48ed ICU-3043 RBBI multiple status values, add C API and test
X-SVN-Rev: 14647
2004-03-08 18:18:42 +00:00
Ram Viswanadha
e9b22210be ICU-3192 tests for string termination
X-SVN-Rev: 14637
2004-03-05 01:37:29 +00:00
Eric Mader
fd89b906f3 ICU-2069 Fix compiler problems w/ testDataEntries.
X-SVN-Rev: 14630
2004-03-04 02:45:09 +00:00
Eric Mader
5d65fbba29 ICU-2069 Use a circular buffer for the paren stack.
X-SVN-Rev: 14628
2004-03-04 02:09:53 +00:00
Alan Liu
b84b8a15a9 ICU-3517 fix compiler warnings
X-SVN-Rev: 14585
2004-02-25 18:48:57 +00:00
George Rhoten
4d1280ac61 ICU-3612 Convert MSVC .NET project files from 2002 to 2003, and enable CygWin builds
X-SVN-Rev: 14559
2004-02-21 00:36:30 +00:00
Vladimir Weinstein
88f247fcf7 ICU-3593 Disable instantiantion of string search when CODAN for collator is on
X-SVN-Rev: 14526
2004-02-16 19:08:50 +00:00
George Rhoten
0c13042969 ICU-3080 Make it easier to see what's wrong when the experimental data is being tested.
X-SVN-Rev: 14521
2004-02-13 23:07:07 +00:00
Vladimir Weinstein
eb36cca353 ICU-3567 Test for CODAN bug fixes
X-SVN-Rev: 14496
2004-02-12 08:32:34 +00:00
George Rhoten
a6211f9054 ICU-3080 Remove the unused traditional calendar translations. Such a calendar doesn't exist anymore.
Add and fix some other translations.

X-SVN-Rev: 14482
2004-02-11 01:32:46 +00:00
Vladimir Weinstein
e875eeb67a ICU-3515 Fix bad test
X-SVN-Rev: 14422
2004-01-27 23:14:06 +00:00
Vladimir Weinstein
42dbc3566e ICU-3515 Fix TestRuleOptions test
X-SVN-Rev: 14420
2004-01-27 22:17:51 +00:00
Vladimir Weinstein
58789c5e46 ICU-3515 Strenghten CE validity test even more
X-SVN-Rev: 14419
2004-01-27 22:16:55 +00:00
Vladimir Weinstein
5d33a85eac ICU-3537 Test should preserve ICU data directory across u_cleanups
X-SVN-Rev: 14408
2004-01-26 22:43:25 +00:00
Alan Liu
f5b8f130b4 ICU-2202 add module #ifdefs
X-SVN-Rev: 14407
2004-01-26 21:58:16 +00:00
Vladimir Weinstein
a4513276b9 ICU-3537 fix for fcdTrieIndex cleanup
X-SVN-Rev: 14406
2004-01-26 21:16:25 +00:00
Alan Liu
775b87f1ff ICU-2202 add C and C++ tests
X-SVN-Rev: 14390
2004-01-23 18:05:46 +00:00
George Rhoten
d9b2a3456f ICU-3346 This test was fixed incorrectly. Test for the correct value.
X-SVN-Rev: 14389
2004-01-23 05:58:39 +00:00
George Rhoten
b1a3b12216 ICU-3346 cctest.c is suppose to be in conversion, not collation.
X-SVN-Rev: 14388
2004-01-23 05:40:31 +00:00
Andy Heninger
adf7b6c0a6 ICU-3522 Tracing, incorrect fn number passed to trace data callbacks
X-SVN-Rev: 14384
2004-01-22 19:32:42 +00:00
Alan Liu
8af4a86e25 ICU-2202 initial tests
X-SVN-Rev: 14374
2004-01-22 00:15:32 +00:00
George Rhoten
d7cb735e72 ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14361
2004-01-17 00:06:19 +00:00
Vladimir Weinstein
99241f7468 ICU-3515 tailoring around implicit bug fix
X-SVN-Rev: 14360
2004-01-16 23:44:58 +00:00
Eric Mader
f74b4bdfad ICU-3514 changes to avoid crahses when there's no ICU data.
X-SVN-Rev: 14354
2004-01-16 21:31:17 +00:00
Vladimir Weinstein
0e23771cdc ICU-3515 trying to please AIX compiler by renaming constants
X-SVN-Rev: 14353
2004-01-16 16:40:30 +00:00
Vladimir Weinstein
8e623db1d4 ICU-3515 no // in C files
X-SVN-Rev: 14352
2004-01-16 14:32:45 +00:00
Vladimir Weinstein
970804fd0b ICU-3515 tests for implicit generation, ce validity + some refactoring
X-SVN-Rev: 14351
2004-01-16 07:14:08 +00:00
Vladimir Weinstein
1286cc7796 ICU-3515 collation API tests updated with new collation version numbers
X-SVN-Rev: 14349
2004-01-16 07:12:16 +00:00
Eric Mader
9d6bfe34c9 ICU-3514 check for false return value from unorm_getCanonStartSet() in TestConsistency.
X-SVN-Rev: 14343
2004-01-16 01:58:04 +00:00
Vladimir Weinstein
9174c179e8 ICU-2751 updated test for getUCAVersion
X-SVN-Rev: 14318
2004-01-14 21:50:51 +00:00
Vladimir Weinstein
904a2126cf ICU-3222 compiler warning fix
X-SVN-Rev: 14313
2004-01-13 19:58:46 +00:00
George Rhoten
b9072652ab ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 14308
2004-01-13 00:09:55 +00:00
George Rhoten
1dd5fd0e82 ICU-3494 Fix a compiler warning from previous check-in
X-SVN-Rev: 14290
2004-01-10 00:22:37 +00:00
Vladimir Weinstein
7a03a9daba ICU-2438 getBaseName test
X-SVN-Rev: 14279
2004-01-09 07:59:45 +00:00
Vladimir Weinstein
880f41d53e ICU-3494 binary collation generation bug test
X-SVN-Rev: 14278
2004-01-09 07:57:34 +00:00
Vladimir Weinstein
398073295c ICU-3184 CODAN bug fix test (go through tailoring instead of root)
X-SVN-Rev: 14277
2004-01-09 07:55:22 +00:00
Vladimir Weinstein
67546d711b ICU-2751 test ucol_getUCAVersion
X-SVN-Rev: 14269
2004-01-08 22:53:45 +00:00
George Rhoten
e6bae15cc6 ICU-2403 Make cintltst work like intltest with regards to how ICU_DATA is handled.
X-SVN-Rev: 14268
2004-01-08 22:33:17 +00:00
George Rhoten
cd569f8b17 ICU-3343 Hide diagnostic message
X-SVN-Rev: 14264
2004-01-08 21:46:49 +00:00
George Rhoten
e2242d1091 ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14240
2004-01-06 21:24:53 +00:00
Markus Scherer
201f1aab34 ICU-3222 test bug fix
X-SVN-Rev: 14223
2003-12-29 03:43:38 +00:00
Eric Mader
f37535fc8a ICU-3473 Update copyright notices for ICU 2.8.
X-SVN-Rev: 14216
2003-12-23 20:56:39 +00:00
Eric Mader
3b02edd4df ICU-3473 Update copyright notices for ICU 2.8.
X-SVN-Rev: 14215
2003-12-23 19:23:42 +00:00
Eric Mader
9a25bee774 ICU-3473 Update copyright notices for ICU 2.8.
X-SVN-Rev: 14195
2003-12-19 22:33:33 +00:00
Markus Scherer
4b813c0c84 ICU-3191 fix spelling error
X-SVN-Rev: 14191
2003-12-19 19:46:19 +00:00
Markus Scherer
ad35a5421a ICU-3059 fixes for 16-bit compilers
X-SVN-Rev: 14190
2003-12-19 19:20:56 +00:00
Markus Scherer
8d2ad27c5d ICU-3343 test bug fix
X-SVN-Rev: 14172
2003-12-18 19:43:07 +00:00
Vladimir Weinstein
536c8582e9 ICU-3461 removed de__PHONEBOOK from RamsRulesTest because I currently don't know how to test "&\u0153<<\u00F6/e" "&\u0152<<\u00D6/E", since the reset is on an expanding codepoint. Need to revisit the test, but not a high priority.
X-SVN-Rev: 14164
2003-12-17 21:24:53 +00:00
Vladimir Weinstein
3bd2f3a26c ICU-3461 fixed test to reflect collation changes
X-SVN-Rev: 14162
2003-12-17 20:50:05 +00:00
Vladimir Weinstein
59e9ec9b92 ICU-3461 Removed Danish test, since rules have changed.
X-SVN-Rev: 14158
2003-12-17 06:51:03 +00:00
Vladimir Weinstein
798564f0f5 ICU-3461 Fixed RamsRulesTest so that it handles &[before 1]x<<y. Removed J831 test, since it was based on Latvian which changed.
X-SVN-Rev: 14157
2003-12-17 06:49:32 +00:00
Markus Scherer
7b5b479d09 ICU-3343 fix and improve ucnv_safeClone() implementations
X-SVN-Rev: 14141
2003-12-16 05:16:55 +00:00
George Rhoten
975d6cfe2c ICU-3298 redefine AIX->U_AIX, HPUX->U_HPUX and IRIX->U_IRIX
X-SVN-Rev: 14126
2003-12-14 18:06:34 +00:00
George Rhoten
5b04614ac5 ICU-2403 Make tracing a configure option
X-SVN-Rev: 14120
2003-12-13 00:18:41 +00:00
George Rhoten
64bf3c14b4 ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14114
2003-12-12 06:59:38 +00:00
Ram Viswanadha
762bdb3c1d ICU-3191 fix the test .. expected data changed!
X-SVN-Rev: 14112
2003-12-12 03:38:07 +00:00
Andy Heninger
7211e3f14a ICU-3008 udata name buffer overflow handling
X-SVN-Rev: 14103
2003-12-11 21:07:32 +00:00
Markus Scherer
725457bca6 ICU-3445 fix tests for UCONFIG_NO_...
X-SVN-Rev: 14099
2003-12-11 17:40:28 +00:00
Andy Heninger
f22ef10cc0 ICU-3008 improve udata path name buffer overflow handling
X-SVN-Rev: 14098
2003-12-11 07:21:36 +00:00
Vladimir Weinstein
92e63a35cb ICU-3259 fixed postion of open/close collation iterator
X-SVN-Rev: 14088
2003-12-10 23:56:55 +00:00
George Rhoten
99666f944d ICU-3360 iso-639 sync
X-SVN-Rev: 14075
2003-12-10 18:27:59 +00:00
Markus Scherer
07e5fd82bb ICU-3179 make ISO-2022-xx return to ASCII mode at the very end of the text
X-SVN-Rev: 14071
2003-12-10 02:03:42 +00:00
George Rhoten
bc0bd1a4b1 ICU-2948 Don't use deprecated Nynorsk data
X-SVN-Rev: 14064
2003-12-09 23:02:16 +00:00
George Rhoten
3d17e5e3c7 ICU-871 Use log_verbose instead of printf
X-SVN-Rev: 14036
2003-12-08 19:01:55 +00:00
Andy Heninger
4ea6b6be45 ICU-3437 improved test coverage
X-SVN-Rev: 14033
2003-12-08 07:12:34 +00:00
Markus Scherer
c720ee3d83 ICU-3361 fix ISO-2022-JP/JIS7/JIS8 according to specs and to handle truncated escape sequences etc.
X-SVN-Rev: 14029
2003-12-06 01:52:37 +00:00
George Rhoten
627fc3a29c ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 14027
2003-12-06 01:29:37 +00:00
George Rhoten
27ae318440 ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14026
2003-12-06 01:06:05 +00:00
George Rhoten
9232c173a9 ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 14021
2003-12-05 22:49:38 +00:00
George Rhoten
0afdc4bba8 ICU-3222 Fix some compiler warnings
X-SVN-Rev: 14020
2003-12-05 22:48:48 +00:00
Markus Scherer
6da8c8c555 ICU-3361 disable the _generic_ ISO-2022 converter
X-SVN-Rev: 13991
2003-12-04 01:20:54 +00:00
Ram Viswanadha
52202b9b9e ICU-2962 convert ASCII strings to their hex equivalent
X-SVN-Rev: 13982
2003-12-03 23:36:31 +00:00
Markus Scherer
fc6ccc795e ICU-3361 disable the _generic_ ISO-2022 converter
X-SVN-Rev: 13981
2003-12-03 22:53:14 +00:00
George Rhoten
734b35159a ICU-3156 Fix for iSeries, which has 16 byte (128-bit pointers)
X-SVN-Rev: 13976
2003-12-03 21:16:34 +00:00
George Rhoten
e5bda74769 ICU-3346 Add some real macos tables
X-SVN-Rev: 13974
2003-12-03 18:29:33 +00:00
Markus Scherer
bfd638cb7d ICU-3361 fix ISO-2022-CN according to RFC 1922 and to handle truncated escape sequences etc.
X-SVN-Rev: 13973
2003-12-03 17:54:17 +00:00
George Rhoten
6c27d539e8 ICU-2947 Undo a partial test addition, which doesn't test anything.
X-SVN-Rev: 13951
2003-12-02 23:56:35 +00:00
George Rhoten
b7c6c48e23 ICU-2942 Fix a test for get display script
X-SVN-Rev: 13950
2003-12-02 23:45:36 +00:00
George Rhoten
6146c58a70 ICU-2403 Fix for iSeries, which has 16 byte (128-bit) pointers.
X-SVN-Rev: 13946
2003-12-02 19:45:02 +00:00
George Rhoten
18a63c92c9 ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13943
2003-12-02 18:53:27 +00:00
Ram Viswanadha
bcb0e9840e ICU-2962 z/os porting fixes
X-SVN-Rev: 13938
2003-12-02 03:12:49 +00:00
George Rhoten
838b8bdfae ICU-3222 Fix some compiler warnings
X-SVN-Rev: 13934
2003-12-02 02:48:19 +00:00
George Rhoten
992ee7ca58 ICU-3222 Undo one of the last changes.
X-SVN-Rev: 13925
2003-12-02 00:55:40 +00:00
George Rhoten
3a787723c6 ICU-2438 Fix two tests in TestPrefixes based on group discussion,
and fix some compiler warnings.

X-SVN-Rev: 13922
2003-12-01 23:37:17 +00:00
George Rhoten
515fd0dd7f ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13921
2003-12-01 22:48:01 +00:00
Vladimir Weinstein
5d0e4f98e5 ICU-2438 complete test data for the added tests
X-SVN-Rev: 13909
2003-12-01 19:11:02 +00:00
George Rhoten
50993e262e ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13908
2003-12-01 06:29:30 +00:00
George Rhoten
71e6d1ff8e ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13903
2003-11-27 01:37:21 +00:00
George Rhoten
b2eb175307 ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13902
2003-11-27 01:23:15 +00:00
Andy Heninger
22b16ab91e ICU-2403 tracing, have cintltst save trace settings across u_cleanup().
Add trace Open and Close option to cintltst

X-SVN-Rev: 13896
2003-11-26 03:09:51 +00:00
George Rhoten
956665413d ICU-2403 Fix EBCDIC issues.
X-SVN-Rev: 13880
2003-11-25 17:58:17 +00:00
Vladimir Weinstein
079031d99c ICU-2438 test keyword support for uloc_getDisplayName
X-SVN-Rev: 13867
2003-11-25 00:05:06 +00:00
George Rhoten
96cd8f87e0 ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13865
2003-11-24 23:56:17 +00:00
Vladimir Weinstein
52a52e88f5 ICU-871 make sure Tibetan is tested properly even in the quick mode
X-SVN-Rev: 13840
2003-11-24 19:40:46 +00:00
Vladimir Weinstein
6be38162d2 ICU-871 revert syn wee's changes to contraction handling
X-SVN-Rev: 13839
2003-11-24 19:40:10 +00:00
Markus Scherer
4cc4e9ed10 ICU-2235 add testdata_icu26e_testtypes.res (big-endian EBCDIC)
X-SVN-Rev: 13812
2003-11-21 18:31:20 +00:00
Andy Heninger
43aca775e3 ICU-2403 tracing, more changes from code review
X-SVN-Rev: 13798
2003-11-21 00:51:56 +00:00
Andy Heninger
6d106efab7 ICU-2403 tracing, more changes from code review
X-SVN-Rev: 13797
2003-11-21 00:41:07 +00:00
Andy Heninger
9ded263c4a ICU-2403 tracing, changes from code review
X-SVN-Rev: 13792
2003-11-20 20:04:34 +00:00
George Rhoten
806f7f8a2c ICU-2403 Properly define a 64-bit type
X-SVN-Rev: 13788
2003-11-20 18:43:12 +00:00
Markus Scherer
d1b25b36e5 ICU-3101 test for leading/trailing whitespace in character names, and for TAB anywhere
X-SVN-Rev: 13775
2003-11-19 23:26:44 +00:00
Markus Scherer
6a4d576318 ICU-3403 cut out @obsolete ICU 2.8 APIs
X-SVN-Rev: 13769
2003-11-19 21:37:56 +00:00
Markus Scherer
53b34387cb ICU-2235 test swap testdata_icu26_testtypes.res
X-SVN-Rev: 13764
2003-11-19 18:45:26 +00:00
Markus Scherer
2993555c1e ICU-2235 test data swapping implementation functions
X-SVN-Rev: 13754
2003-11-19 01:06:31 +00:00
Vladimir Weinstein
09d453333b ICU-3382 change ucurr_forLocale to take a fill in parameter
X-SVN-Rev: 13719
2003-11-13 23:24:45 +00:00
George Rhoten
02c3f249c9 ICU-2942 Make some changes based on the code review
X-SVN-Rev: 13703
2003-11-13 00:20:27 +00:00
Syn Wee Quek
7b219d0761 ICU-871 Fixed forward ignorables skipping bug
X-SVN-Rev: 13695
2003-11-12 20:45:53 +00:00
George Rhoten
cdc6ac3f78 ICU-2403 Add test file for Andy
X-SVN-Rev: 13691
2003-11-12 18:14:45 +00:00
Andy Heninger
555042a1a2 ICU-2403 tracing, minor fix to tests.
X-SVN-Rev: 13686
2003-11-12 17:23:44 +00:00
Andy Heninger
4b35b705b1 ICU-2403 trace tests added
X-SVN-Rev: 13680
2003-11-12 07:02:45 +00:00
Andy Heninger
d1a68204b3 ICU-2403 trace tests added, trace API doc comments tweaked.
X-SVN-Rev: 13679
2003-11-12 07:00:38 +00:00
Vladimir Weinstein
897b88f618 ICU-2438 keyword API change, test update and a bugfix in uresbund.c
X-SVN-Rev: 13677
2003-11-12 06:10:59 +00:00
Vladimir Weinstein
43f8403ace ICU-2438 CollationElements->collations changes in cintltst
X-SVN-Rev: 13670
2003-11-11 21:41:47 +00:00
Markus Scherer
b94f9b874f ICU-3346 support stateless DBCS-only and simple (single-character) conversion extensions
X-SVN-Rev: 13659
2003-11-11 18:47:42 +00:00
Vladimir Weinstein
41955fd0fc ICU-2080 tests for ures_getSize bug fix, ures_getLocaleByType
X-SVN-Rev: 13628
2003-11-07 08:42:32 +00:00
Ram Viswanadha
eb684be491 ICU-2938 add tests for the newly added API
X-SVN-Rev: 13619
2003-11-07 02:48:11 +00:00
Steven R. Loomis
aa0b3e8ccb ICU-3357 INT64_MIN -> U_INT64_MIN
X-SVN-Rev: 13583
2003-11-05 02:31:59 +00:00
Steven R. Loomis
bdb879222e ICU-3357 define U_INT64_MIN, U_INT64_MAX, and U_UINT64_MAX
X-SVN-Rev: 13577
2003-11-05 01:49:45 +00:00
Doug Felt
f05dc3af61 ICU-813 int64 formatting, fix free
X-SVN-Rev: 13576
2003-11-05 01:47:26 +00:00
Doug Felt
6989169362 ICU-813 int64 formatting, unum (C), fmtable (error overloads)
X-SVN-Rev: 13572
2003-11-04 23:10:46 +00:00
Vladimir Weinstein
5005d6e0ec ICU-2438 locale keyword support for ucurr_forLocale
X-SVN-Rev: 13569
2003-11-04 22:35:06 +00:00
Andy Heninger
6c2f85f7cd ICU-2403 tracing, split header file in two, misc. review fixes. Work in process.
X-SVN-Rev: 13545
2003-10-31 21:50:18 +00:00
Markus Scherer
4171085928 ICU-2913 add U_IS_SUPPLEMENTARY(c) and U_IS_BMP(c)
X-SVN-Rev: 13543
2003-10-31 19:17:00 +00:00
Andy Heninger
d6f2e2319e ICU-2403 tracing, split header file in two, misc. review fixes. Work in process.
X-SVN-Rev: 13539
2003-10-31 02:19:42 +00:00
Markus Scherer
a4d1270530 ICU-2949 define and fix ucnv_getMaxCharSize() behavior
X-SVN-Rev: 13538
2003-10-30 23:03:18 +00:00
George Rhoten
09105d9c9a ICU-2942 Create uloc_canonicalize
X-SVN-Rev: 13528
2003-10-29 22:29:19 +00:00
Markus Scherer
4614bfe102 ICU-942 fully handle <subchar1> and |2 in converters
X-SVN-Rev: 13522
2003-10-29 03:18:21 +00:00
Vladimir Weinstein
3d2215268d ICU-2438 uloc_getLocaleNoKeywords (for resource bundles), support for canonizing ICU variants to keywords (disabled).
X-SVN-Rev: 13473
2003-10-22 18:53:54 +00:00
Markus Scherer
5095c16e01 ICU-3115 use ures_ fillIn parameters for efficiency
X-SVN-Rev: 13466
2003-10-21 01:06:00 +00:00
Markus Scherer
55a2251179 ICU-3115 test table32 resources for >64k key chars and >64k table items
X-SVN-Rev: 13464
2003-10-18 00:00:14 +00:00
Markus Scherer
ed80d8854b ICU-3115 allow res_findResource() to modify the path contents
X-SVN-Rev: 13463
2003-10-17 23:58:52 +00:00
Ram Viswanadha
9bf949f010 ICU-3050 remove label separators from the data file
X-SVN-Rev: 13455
2003-10-17 19:26:35 +00:00
George Rhoten
a670c1aa2e ICU-3259 Fix the buffer overflow that I introduced.
X-SVN-Rev: 13442
2003-10-16 22:07:24 +00:00