Commit Graph

1225 Commits

Author SHA1 Message Date
Alan Liu
08ad15127c ICU-1884 remove debug line
X-SVN-Rev: 9468
2002-07-31 19:34:41 +00:00
Alan Liu
55386dbaf5 ICU-1884 remove unused var
X-SVN-Rev: 9467
2002-07-31 19:29:42 +00:00
Alan Liu
e30eecf51d ICU-1884 add test for currency patterns
X-SVN-Rev: 9465
2002-07-31 19:17:34 +00:00
Andy Heninger
2a51b28692 ICU-45 RBBI Bug: fix handling of \uffff in data to be iterated.
Add test for same.
Add test for new line break test data file.

X-SVN-Rev: 9464
2002-07-31 19:05:33 +00:00
Alan Liu
7ab5b0d8dc ICU-1543 add regression test for ms_MY cal
X-SVN-Rev: 9463
2002-07-31 18:25:00 +00:00
George Rhoten
ec1dc60183 ICU-1739 fixed a memory leak
X-SVN-Rev: 9450
2002-07-30 23:50:36 +00:00
Andy Heninger
7de935a168 ICU-45 Add word break enum values. Add test for same.
Bug fix:  bad tag value returned after BreakIterator::first()

X-SVN-Rev: 9438
2002-07-30 19:09:14 +00:00
Ram Viswanadha
1f8060ec97 ICU-2022 Fix TransliteratorTest failures
X-SVN-Rev: 9418
2002-07-30 00:03:36 +00:00
Ram Viswanadha
304f3e290c ICU-2022 Fix TransliteratorTest failures
X-SVN-Rev: 9409
2002-07-29 22:56:05 +00:00
Andy Heninger
f0f44e915e ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9400
2002-07-29 21:04:18 +00:00
George Rhoten
1f04c8de99 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9360
2002-07-25 23:45:39 +00:00
George Rhoten
4c392b1bb4 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9344
2002-07-25 18:41:14 +00:00
George Rhoten
343d6e93ba ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9342
2002-07-25 18:32:04 +00:00
Syn Wee Quek
b0bbfaebe1 ICU-2018
breakiterator bug terminated

X-SVN-Rev: 9335
2002-07-25 17:22:30 +00:00
George Rhoten
2dca4f1c06 ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9307
2002-07-24 14:16:31 +00:00
George Rhoten
3c942bde51 ICU-1891 Use the proper build directory
X-SVN-Rev: 9300
2002-07-24 00:27:11 +00:00
Andy Heninger
e32993b2d8 ICU-45 RBBI, getRuleStatus() works after previous().
More Tests.
Private includes removed from public header
Break rule tag status added to word break rules.

X-SVN-Rev: 9284
2002-07-22 22:02:08 +00:00
Vladimir Weinstein
2b5bb4ffb5 ICU-1930 Bumped collation versions
X-SVN-Rev: 9269
2002-07-20 04:38:14 +00:00
Vladimir Weinstein
2cbb05fdb9 ICU-978 cygwin port
X-SVN-Rev: 9267
2002-07-19 23:25:41 +00:00
George Rhoten
3880202787 ICU-1962 use uprv_malloc/free instead of new/delete for non-class types on this deprecated code.
X-SVN-Rev: 9255
2002-07-19 01:26:19 +00:00
George Rhoten
c676ede6b7 ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9203
2002-07-16 17:23:05 +00:00
Ram Viswanadha
e4011b086e ICU-1986 remove deprecated API
X-SVN-Rev: 9178
2002-07-16 00:15:23 +00:00
George Rhoten
60f40d3ffb ICU-1930 Mac OS X can't have buffers larger than 64KB on the stack.
X-SVN-Rev: 9142
2002-07-13 05:34:31 +00:00
George Rhoten
c85207afbd ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers.
X-SVN-Rev: 9124
2002-07-12 21:42:24 +00:00
Doug Felt
608e614f95 ICU-1981 synch up ICU4J and ICU4C test of swedish collation
X-SVN-Rev: 9118
2002-07-12 20:37:14 +00:00
Helena Chapman
075c882906 ICU-1980 sync up with ICU4J.
X-SVN-Rev: 9116
2002-07-12 19:39:56 +00:00
Andy Heninger
566fa58fff ICU-45 RBBI rule builder, fixed bug in handling of 'quoted' literals.
X-SVN-Rev: 9108
2002-07-12 01:30:23 +00:00
Vladimir Weinstein
c081239e61 ICU-1930 Fix for comparison of results of sortkey and strcoll and more verbosity
X-SVN-Rev: 9099
2002-07-11 17:46:02 +00:00
Vladimir Weinstein
d452fce04f ICU-1978 add info methods to intltest
X-SVN-Rev: 9098
2002-07-11 17:40:35 +00:00
Vladimir Weinstein
57b15cfd55 ICU-1930 Added UCA conformance test and test files stubs
X-SVN-Rev: 9083
2002-07-10 22:23:43 +00:00
Alan Liu
29f886f412 ICU-1097 move currency.* to ucurr.* and change ISO code parameters from char* to UChar*
X-SVN-Rev: 9049
2002-07-08 17:57:10 +00:00
Vladimir Weinstein
46107ce3e7 ICU-1880 more robust data driven collation tests
X-SVN-Rev: 9008
2002-07-02 22:37:47 +00:00
Vladimir Weinstein
d6b9ee3000 ICU-1930 moved backAndForth test so that it is done for all collation tests
X-SVN-Rev: 9006
2002-07-02 22:36:34 +00:00
Vladimir Weinstein
57805e5cd2 ICU-1930 updated tests according to the new UCA
X-SVN-Rev: 9005
2002-07-02 22:36:04 +00:00
Markus Scherer
11948b52df ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
X-SVN-Rev: 8977
2002-06-29 00:04:16 +00:00
Alan Liu
d1773b2571 ICU-1434 initial implementation of source/target set API
X-SVN-Rev: 8971
2002-06-28 21:13:54 +00:00
Andy Heninger
878c84b1d2 ICU-1117 add getRuleStatus() to RBBI
X-SVN-Rev: 8956
2002-06-27 01:50:22 +00:00
Markus Scherer
5a81709c73 ICU-1962 derive all ICU C++ classes from common UObject base class
X-SVN-Rev: 8953
2002-06-27 01:19:20 +00:00
Andy Heninger
32c09250b7 ICU-45 new builder for RBBI rules, initial checkin
X-SVN-Rev: 8939
2002-06-25 17:23:07 +00:00
George Rhoten
31903ee436 ICU-900 Fix some compiler warnings.
X-SVN-Rev: 8901
2002-06-17 21:31:41 +00:00
George Rhoten
d323a9da62 ICU-1900 Linux Alpha shows an error in exhaustive mode. Let's see it.
X-SVN-Rev: 8900
2002-06-17 17:36:55 +00:00
Vladimir Weinstein
cd14071b07 ICU-1880 use InltTest:loadTestData static method for data loading consistency
X-SVN-Rev: 8889
2002-06-14 05:49:18 +00:00
George Rhoten
0c7e57b884 ICU-1880 Fix for other compilers like gcc
X-SVN-Rev: 8884
2002-06-13 20:43:03 +00:00
Vladimir Weinstein
96f743b5ad ICU-1930 updated tests for the new UCA
X-SVN-Rev: 8882
2002-06-13 18:35:05 +00:00
Vladimir Weinstein
cae42f8e2f ICU-1880 fix uninitialized memory read problem
X-SVN-Rev: 8869
2002-06-13 04:09:54 +00:00
George Rhoten
1970f08356 ICU-1880 fixed a memory leak
X-SVN-Rev: 8868
2002-06-12 23:38:59 +00:00
Markus Scherer
23c6da8207 ICU-1781 change comments
X-SVN-Rev: 8855
2002-06-12 03:58:47 +00:00
Markus Scherer
d1f6d99972 ICU-1781 test isNormalized()
X-SVN-Rev: 8854
2002-06-12 03:55:49 +00:00
George Rhoten
d76cc62af5 ICU-1891 Fix for os/390
X-SVN-Rev: 8842
2002-06-11 22:16:22 +00:00
George Rhoten
27de83fc1b ICU-1438 Remember to initialize errorCode.
X-SVN-Rev: 8828
2002-06-10 21:24:47 +00:00
George Rhoten
10aa6818e0 ICU-1880 Make it easier for a data driven test to call this function.
X-SVN-Rev: 8827
2002-06-10 18:31:34 +00:00
Vladimir Weinstein
29847ed422 ICU-1880 don't crash if there are no data files
X-SVN-Rev: 8826
2002-06-08 23:31:36 +00:00
Vladimir Weinstein
3e51b478ed ICU-1880 don't crash if there are no data files
X-SVN-Rev: 8825
2002-06-08 22:59:06 +00:00
Markus Scherer
712900b007 ICU-1920 test UnicodeString::getTerminatedBuffer()
X-SVN-Rev: 8823
2002-06-08 19:36:19 +00:00
Markus Scherer
0a4389fd09 ICU-1923 upgrade to Unicode 3.2: adapt case mapping tests - mostly Turkic changes, un-fix 0307 After_I condition until UTC decides on it
X-SVN-Rev: 8821
2002-06-08 03:55:21 +00:00
Markus Scherer
d2a3d6e0cd ICU-1438 check that unorm_compare conforms to UAX 21 2.5: fold then NFD
X-SVN-Rev: 8819
2002-06-08 03:44:02 +00:00
Alan Liu
9f78c7195e ICU-1532 test Any-X
X-SVN-Rev: 8816
2002-06-07 20:25:56 +00:00
Markus Scherer
85b2ecac9c ICU-1923 upgrade to Unicode 3.2: adapt case mapping tests - mostly Turkic changes, un-fix 0307 After_I condition until UTC decides on it
X-SVN-Rev: 8813
2002-06-07 18:56:16 +00:00
Alan Liu
a0f3beb188 ICU-1933 use PropertyAliases and PropertyValueAliases; add \p{ASCII}
X-SVN-Rev: 8805
2002-06-06 22:38:37 +00:00
Alan Liu
a364327309 ICU-1933 initial support for combining class, bidi class, and binary properties
X-SVN-Rev: 8800
2002-06-06 00:47:14 +00:00
Vladimir Weinstein
0dec45f644 ICU-1880 fixed a memory leak
X-SVN-Rev: 8795
2002-06-05 21:13:38 +00:00
George Rhoten
d6629b8414 ICU-1923 Properly test StringCaseTest
X-SVN-Rev: 8791
2002-06-05 17:56:33 +00:00
George Rhoten
761a3a51dc ICU-1880 Fix for Solaris
X-SVN-Rev: 8790
2002-06-05 16:13:41 +00:00
George Rhoten
03655cdc25 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8778
2002-06-04 16:38:42 +00:00
Vladimir Weinstein
5e047bc8a1 ICU-1880 removing old implementation of the test framework
X-SVN-Rev: 8777
2002-06-04 08:23:04 +00:00
Vladimir Weinstein
69cf3d4da0 ICU-1880 tests updated to use the new data driven framework
X-SVN-Rev: 8775
2002-06-04 08:06:05 +00:00
Vladimir Weinstein
07cd9effbe ICU-1880 data driven test framework changed according to design comments
X-SVN-Rev: 8774
2002-06-04 08:05:18 +00:00
George Rhoten
01ed2720d6 ICU-1749 Don't use dangling pointers.
X-SVN-Rev: 8772
2002-06-03 17:00:20 +00:00
Markus Scherer
0a70506190 ICU-1923 upgrade case folding to Unicode 3.2
X-SVN-Rev: 8769
2002-06-03 03:33:44 +00:00
George Rhoten
0078f2f53e ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8766
2002-06-01 06:36:02 +00:00
Ram Viswanadha
31de668781 ICU-1749 fix Indic roundtrip failures, fix tests to handle sequences in round trip exclusion set, fix Greek and Greek/UNGEGN test
X-SVN-Rev: 8758
2002-05-31 18:05:12 +00:00
Markus Scherer
338fed0add ICU-1923 upgrade to Unicode 3.2: verify all DerivedCoreProperties.txt against u_hasBinaryProperty() which computes most of them
X-SVN-Rev: 8751
2002-05-31 01:21:57 +00:00
Markus Scherer
b694de1bb0 ICU-1923 upgrade to Unicode 3.2: alternate name for U+0009 (TAB) changes with Unicode 3.2
X-SVN-Rev: 8749
2002-05-31 01:20:12 +00:00
Markus Scherer
5e73984fbd ICU-1438 test Normalizer::compare and UnicodeString::caseCompare - thin wrappers for unorm_compare and u_strCaseCompare, all based on same internal implementation function
X-SVN-Rev: 8702
2002-05-24 22:25:34 +00:00
George Rhoten
b89a3b00ab ICU-1872 Make the initialization error into an warning.
X-SVN-Rev: 8688
2002-05-23 23:56:47 +00:00
George Rhoten
d04898abdb ICU-1880 Terminate the string with a 0
X-SVN-Rev: 8680
2002-05-23 18:28:30 +00:00
George Rhoten
394ebf6ffe ICU-1880 Fix memory leaks
X-SVN-Rev: 8679
2002-05-23 17:18:05 +00:00
George Rhoten
a5e64ca4e8 ICU-1880 Temporary fix for when it goes into an endless loop in optimized mode on MacOSX
X-SVN-Rev: 8672
2002-05-22 20:38:33 +00:00
George Rhoten
493e2da8c2 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8657
2002-05-21 23:53:07 +00:00
Alan Liu
51c435ce06 ICU-1097 change API to C
X-SVN-Rev: 8633
2002-05-15 18:52:20 +00:00
Alan Liu
d5c7b20828 ICU-1097 use a char* for the currency code
X-SVN-Rev: 8625
2002-05-14 23:24:58 +00:00
George Rhoten
1a09ea5eda ICU-1868 Properly use CPPFLAGS and other flags
X-SVN-Rev: 8613
2002-05-13 23:51:50 +00:00
Markus Scherer
e64cea6ab7 ICU-1728 add tests for code point order comparisons with surrogate code points
X-SVN-Rev: 8610
2002-05-13 22:55:39 +00:00
Alan Liu
1c06c38715 ICU-1097 tests of UCurrency
X-SVN-Rev: 8600
2002-05-13 19:37:37 +00:00
Vladimir Weinstein
6a1182c921 ICU-1880 added TestDataDriver::utoi - gets an int from UnicodeString
X-SVN-Rev: 8587
2002-05-10 04:42:51 +00:00
Vladimir Weinstein
8675a148e2 ICU-1880 modified casing test so that it uses TestDataDriver
X-SVN-Rev: 8586
2002-05-10 04:42:16 +00:00
Vladimir Weinstein
7472bb4fd2 ICU-1880 use test data driver for collation tests
X-SVN-Rev: 8585
2002-05-10 01:26:46 +00:00
Vladimir Weinstein
c9f1aec713 ICU-1880 added test data driver to projects
X-SVN-Rev: 8584
2002-05-10 01:26:25 +00:00
Vladimir Weinstein
b4ae6e5d10 ICU-1880 test data driver that uses resource bundles
X-SVN-Rev: 8583
2002-05-10 01:26:01 +00:00
Vladimir Weinstein
0facf683a5 ICU-1880 base class for abstraction of test data storage
X-SVN-Rev: 8582
2002-05-10 01:25:35 +00:00
Steven R. Loomis
2912227ccb ICU-1886 platform fix (AIX) - cast UChar32 explicitly to avoid ambiguous conversion
X-SVN-Rev: 8570
2002-05-08 16:38:32 +00:00
George Rhoten
9d8d0d3940 ICU-1868 Make DEFS be used for macros and includes only for compile
time, not for link time, and other various fixes.

X-SVN-Rev: 8562
2002-05-01 23:48:15 +00:00
Vladimir Weinstein
277a918e33 ICU-1880 forget to reset status in one case
X-SVN-Rev: 8561
2002-05-01 21:56:57 +00:00
Vladimir Weinstein
01b94d7d33 ICU-1880 Allow for testing of multiple locales/rulesets/argument lists on the same test data
X-SVN-Rev: 8558
2002-05-01 18:33:04 +00:00
Vladimir Weinstein
04ea819bf6 ICU-1880 use the testdata library, not the individual files
X-SVN-Rev: 8555
2002-05-01 04:10:21 +00:00
Vladimir Weinstein
3461dda8d6 ICU-1880 added dadrcoll to intltest unix build
X-SVN-Rev: 8554
2002-05-01 00:43:21 +00:00
Vladimir Weinstein
7516bc1023 ICU-1880 added collation data driven test - reads resource bundle and tests collation
X-SVN-Rev: 8551
2002-04-30 23:03:51 +00:00
Vladimir Weinstein
1bc2cacb8e ICU-1880 moved doTest to collation test base class. All the tests should use this common function
X-SVN-Rev: 8550
2002-04-30 23:02:45 +00:00
Vladimir Weinstein
d9a4b4ce88 ICU-1880 removed doTest from dacoll - classes such as this will eventually be completely removed. This is just the first step
X-SVN-Rev: 8549
2002-04-30 23:01:44 +00:00
Alan Liu
1bcb0d4f0c ICU-1749 update tests to use new API, fix iteration bug
X-SVN-Rev: 8548
2002-04-30 22:12:28 +00:00
Alan Liu
6b058615b7 ICU-1749 update tests to use new API
X-SVN-Rev: 8546
2002-04-30 22:11:18 +00:00
George Rhoten
739e08c7b2 ICU-1749 Use TRUE, not true
X-SVN-Rev: 8535
2002-04-29 20:24:16 +00:00
George Rhoten
df30dfbd29 ICU-1877 Add Win64 support.
X-SVN-Rev: 8531
2002-04-26 23:04:32 +00:00
Alan Liu
a73bfe7d24 ICU-1749 port TestMulticharStringSet to C++
X-SVN-Rev: 8530
2002-04-26 21:31:55 +00:00
Doug Felt
77b6719b9b ICU-970 add substring constructors and setTo overload to UnicodeString
X-SVN-Rev: 8527
2002-04-26 18:02:49 +00:00
Alan Liu
2edd9a085e ICU-1749 ported TestStrings TestStringPatterns and edited exhaustive test to check iterator and round trip
X-SVN-Rev: 8525
2002-04-26 06:28:15 +00:00
Alan Liu
daea6a76cb ICU-1749 temporary changes until test is updated to use real iterator
X-SVN-Rev: 8524
2002-04-26 06:26:17 +00:00
George Rhoten
db3c628396 ICU-1872 A better test for the global mutex
X-SVN-Rev: 8517
2002-04-25 22:15:52 +00:00
George Rhoten
3c7398060a ICU-1874 Make the tests work on individual files when ICU_DATA is set to ....\data\out\build\
X-SVN-Rev: 8512
2002-04-25 18:59:32 +00:00
George Rhoten
5ba437bbb1 ICU-1872 Don't do static initialization, just in case the global mutex gets initialized.
X-SVN-Rev: 8508
2002-04-24 17:31:27 +00:00
George Rhoten
8cf8b12ddb ICU-1872 Leaving the static init in because I don't know what the test is doing, but use the invariant converter instead.
X-SVN-Rev: 8507
2002-04-24 17:29:52 +00:00
George Rhoten
8cd90d7b88 ICU-1872 Test for mutex initialization
X-SVN-Rev: 8503
2002-04-23 23:24:25 +00:00
George Rhoten
78b2d83a32 ICU-1868 Consolodate most definitions into icudefs.mk.in
X-SVN-Rev: 8494
2002-04-19 02:19:24 +00:00
Alan Liu
8ed4fea84a ICU-1825 allow filters in &func calls; fix canonicalization of &func
X-SVN-Rev: 8478
2002-04-17 16:38:18 +00:00
George Rhoten
8543ddb66b ICU-1847 Do proper roundtripping of dates when yy is specified for the year.
X-SVN-Rev: 8451
2002-04-12 19:05:31 +00:00
George Rhoten
8d8f74fdf0 ICU-1847 Change the root yyyy back to yy
X-SVN-Rev: 8447
2002-04-11 23:29:14 +00:00
George Rhoten
0498229081 ICU-1847 Improve the testing coverage and error messages. Change the root yy to yyyy
X-SVN-Rev: 8443
2002-04-11 18:36:11 +00:00
George Rhoten
339c7bde32 ICU-1847 Improve the testing coverage and error messages.
X-SVN-Rev: 8441
2002-04-11 02:44:53 +00:00
George Rhoten
74f2a261cf ICU-162 Use a double when you want a double.
X-SVN-Rev: 8430
2002-04-10 21:55:43 +00:00
Alan Liu
0f3d8578e1 ICU-162 add C++ API test, improve C API test
X-SVN-Rev: 8422
2002-04-09 23:24:42 +00:00
Alan Liu
621729e015 ICU-1351 make fieldDifference handle leap years and large ranges better
X-SVN-Rev: 8419
2002-04-09 22:06:14 +00:00
George Rhoten
8465aa1354 ICU-1828 Simplify the test names so that you can call them individually.
X-SVN-Rev: 8409
2002-04-09 03:20:50 +00:00
George Rhoten
b350a09121 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8380
2002-04-04 22:33:08 +00:00
George Rhoten
b4d7c5dd4b ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8379
2002-04-04 20:06:49 +00:00
Steven R. Loomis
9c16796676 ICU-1686 test for uchariter
X-SVN-Rev: 8350
2002-04-03 00:02:31 +00:00
George Rhoten
7777030a4f ICU-1828 Remove tabs
X-SVN-Rev: 8331
2002-04-02 02:55:31 +00:00
George Rhoten
642919633d ICU-1740 Don't use CVS keywords.
X-SVN-Rev: 8321
2002-04-01 22:45:06 +00:00
Ram Viswanadha
25956f4439 ICU-1726 Add the test case submitted in bug report
X-SVN-Rev: 8318
2002-04-01 22:08:28 +00:00
George Rhoten
4395815832 ICU-1740 remove keywords
X-SVN-Rev: 8305
2002-03-29 20:02:48 +00:00
George Rhoten
c8d971c599 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8304
2002-03-29 19:56:29 +00:00
Ram Viswanadha
04877922ce ICU-1811 fix for linux gcc
X-SVN-Rev: 8301
2002-03-29 19:47:01 +00:00
George Rhoten
a4bcbf47aa ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8299
2002-03-29 19:42:30 +00:00
Ram Viswanadha
630f90dcb3 ICU-1811 increase code coverage of Normalizer class
X-SVN-Rev: 8296
2002-03-29 18:59:30 +00:00
George Rhoten
bfda0bbcee ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8295
2002-03-29 18:59:00 +00:00
Ram Viswanadha
b1beaca7fa ICU-1811 increase code coverage of BIDI class
X-SVN-Rev: 8294
2002-03-29 18:58:48 +00:00
Alan Liu
841f1e8d2b ICU-1726 handle invalid $n gracefully
X-SVN-Rev: 8292
2002-03-29 18:23:03 +00:00
George Rhoten
837c7710b4 ICU-1816 Disable language extensions for the compiler.
X-SVN-Rev: 8283
2002-03-28 18:26:25 +00:00
Vladimir Weinstein
6a7942ec53 ICU-1769 bumped up collation version in intltest
X-SVN-Rev: 8281
2002-03-28 17:52:19 +00:00
Andy Heninger
fb01e3d968 ICU-1815 RBBI test updates for improved code coverage.
X-SVN-Rev: 8276
2002-03-28 01:14:02 +00:00
Alan Liu
d243400c66 ICU-1681 test whitespace handling
X-SVN-Rev: 8261
2002-03-27 19:11:07 +00:00
George Rhoten
7bc5d45c83 ICU-1811 Increase the code coverage of Locale:get methods
X-SVN-Rev: 8255
2002-03-26 23:18:57 +00:00
Steven R. Loomis
b1a2cac0cd ICU-1629 test for UNICODE_STRING_SIMPLE
X-SVN-Rev: 8249
2002-03-26 19:55:28 +00:00
George Rhoten
89b00e64c8 ICU-1739 Fix uninitialized memory
X-SVN-Rev: 8248
2002-03-26 17:06:31 +00:00
George Rhoten
2b306f08e1 ICU-1732 Use #ifdef U_INT64_T_UNAVAILABLE in case int64_t is unavailable.
X-SVN-Rev: 8236
2002-03-26 01:17:49 +00:00
George Rhoten
f3dac24505 ICU-1766 It's an error if RBNF is unavailable. The user can ignore it at their own risk.
X-SVN-Rev: 8235
2002-03-26 01:16:49 +00:00
George Rhoten
c5458ce1e5 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8231
2002-03-25 22:56:46 +00:00
George Rhoten
6d5ecbfc08 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8216
2002-03-23 00:25:51 +00:00
George Rhoten
910fc5468f ICU-1733 Don't need to call this function.
X-SVN-Rev: 8215
2002-03-23 00:24:48 +00:00
George Rhoten
65e867f1b2 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8214
2002-03-23 00:20:35 +00:00
Vladimir Weinstein
77eaad2b77 ICU-1594 reenabled a test that was disabled and since forgotten
X-SVN-Rev: 8213
2002-03-22 23:53:57 +00:00
Alan Liu
7ca66bdd1d ICU-1612 remove illegal calls from TestJ186
X-SVN-Rev: 8190
2002-03-22 00:58:40 +00:00
George Rhoten
c133d2c01d ICU-1682 Don't continue with the test, if a transliterator can't be created.
X-SVN-Rev: 8184
2002-03-21 20:04:29 +00:00
George Rhoten
a1f5332dab ICU-1682 (weiv) fixed a leak in canonical iterator test
X-SVN-Rev: 8182
2002-03-21 19:38:00 +00:00
George Rhoten
9783018bb2 ICU-1682 Fix for AIX, remove tabs, remove CVS tags.
X-SVN-Rev: 8176
2002-03-21 17:59:20 +00:00
Yves Arrouye
aebdf524d1 ICU-900 fix VS warnings
X-SVN-Rev: 8174
2002-03-21 17:07:44 +00:00
George Rhoten
71f955b6cc ICU-1556 Fixes for 64-bit AIX.
X-SVN-Rev: 8170
2002-03-21 01:26:40 +00:00
George Rhoten
735824aa36 ICU-1686 Fix for AIX
X-SVN-Rev: 8168
2002-03-21 00:42:28 +00:00
George Rhoten
63d65ac286 ICU-1682 Fix for AIX, remove tabs, remove CVS tags.
X-SVN-Rev: 8166
2002-03-20 23:47:53 +00:00
Ram Viswanadha
44bcd6ca19 ICU-1769 Add warning if the data is loaded from dat file instead of the dll
X-SVN-Rev: 8156
2002-03-20 18:36:17 +00:00
Markus Scherer
f3481aa67a ICU-1686 add tests for UCharIterator.move and getIndex
X-SVN-Rev: 8151
2002-03-20 17:26:20 +00:00
Vladimir Weinstein
6da03430ed ICU-1682 faster exhaustive test for debug runs
X-SVN-Rev: 8147
2002-03-20 05:14:00 +00:00
Ram Viswanadha
f7ba75d9af ICU-1775 Test for exemplar characters
X-SVN-Rev: 8133
2002-03-20 01:10:04 +00:00
Syn Wee Quek
ce3295e827 ICU-1745
strictly restrict matches to fit the breakiterator range exactly.

X-SVN-Rev: 8125
2002-03-19 21:50:15 +00:00
George Rhoten
60e6fc4054 ICU-1199 Stop using the deprecated Unicode C++ class
X-SVN-Rev: 8117
2002-03-19 17:50:15 +00:00
Vladimir Weinstein
bb169f4e74 ICU-1682 fixed 'permute' invokation to satisfy pedantic gcc
X-SVN-Rev: 8112
2002-03-19 07:52:44 +00:00
Vladimir Weinstein
90ab5fb750 ICU-1682 added test for canonical iterator
X-SVN-Rev: 8111
2002-03-19 07:18:39 +00:00
Vladimir Weinstein
610dcd1971 ICU-1682 added a real test for canonical iterator
X-SVN-Rev: 8110
2002-03-19 07:18:07 +00:00
Vladimir Weinstein
304d055ed7 ICU-1682 removed dummy canonical iterator test
X-SVN-Rev: 8109
2002-03-19 07:17:09 +00:00
Steven R. Loomis
1e18f51b94 ICU-1686 fix missing header file
X-SVN-Rev: 8106
2002-03-19 06:55:07 +00:00
Markus Scherer
04460db13c ICU-1686 test UCharIterator
X-SVN-Rev: 8101
2002-03-19 00:20:53 +00:00
George Rhoten
5b52c2da46 ICU-1126 Fix for Visual Age on AIX.
X-SVN-Rev: 8049
2002-03-15 17:21:01 +00:00
Doug Felt
f3acab9495 ICU-1766 Make RBNF in ICU4C use 64-bit ints
(still need to remove llong.h, llong.cpp and commented-out code)

X-SVN-Rev: 8008
2002-03-14 00:28:22 +00:00
Markus Scherer
e26e3a9cb7 ICU-1126 add strcase.cpp to intltest
X-SVN-Rev: 7999
2002-03-13 19:23:54 +00:00
Markus Scherer
ecd81a00fa ICU-1126 test titlecasing
X-SVN-Rev: 7998
2002-03-13 19:22:05 +00:00
Markus Scherer
49ac6b4d18 ICU-1126 move case mapping tests to new strcase.cpp
X-SVN-Rev: 7997
2002-03-13 19:21:27 +00:00
Vladimir Weinstein
41d3cfad9b ICU-898 Removed a test that was commited in error
X-SVN-Rev: 7979
2002-03-13 06:49:24 +00:00
Vladimir Weinstein
cf9c395347 ICU-898 updated C++ tests for Collator::getLocale()
X-SVN-Rev: 7977
2002-03-13 06:02:54 +00:00
Vladimir Weinstein
82c614068b ICU-1735 updated test for Locale::setToBogus()
X-SVN-Rev: 7975
2002-03-13 05:56:10 +00:00
Markus Scherer
43bbd95cc4 ICU-845 test normalizing concatenation
X-SVN-Rev: 7961
2002-03-12 23:00:50 +00:00
Markus Scherer
8c78422db2 ICU-1561 replace all UTextOffset with int32_t
X-SVN-Rev: 7942
2002-03-12 01:32:42 +00:00
George Rhoten
fd856f83f5 ICU-900 Better fix for some compiler warnings.
X-SVN-Rev: 7837
2002-03-01 17:00:29 +00:00
George Rhoten
b30223a76a ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7836
2002-03-01 03:47:13 +00:00
George Rhoten
a5539d4e82 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7834
2002-03-01 03:41:41 +00:00
George Rhoten
2b34d2924e ICU-1733 Integrate some changes from Lotus with Vladimir's consent.
X-SVN-Rev: 7814
2002-02-28 22:16:27 +00:00
Vladimir Weinstein
61faa92f98 ICU-898 C++ tests for the getLocale method for Collator
X-SVN-Rev: 7813
2002-02-28 21:51:25 +00:00
Vladimir Weinstein
b57a64b909 ICU-1735 added setBogus and isBogus APIs
X-SVN-Rev: 7810
2002-02-28 21:32:28 +00:00
Andy Heninger
13e01fb91d ICU-1126 Add title break iterator
X-SVN-Rev: 7801
2002-02-28 01:28:04 +00:00
George Rhoten
475e05801c ICU-1732 Add int64_t and uint64_t
X-SVN-Rev: 7796
2002-02-27 21:52:11 +00:00
Alan Liu
a3fb0df20c ICU-1544 add virtual extractBetween() to Replaceable and new UReplaceableCallback member 'extract'
X-SVN-Rev: 7789
2002-02-26 19:00:57 +00:00
George Rhoten
c1c6ae2e8c ICU-837 Test the lower case "e" for the exponent normally.
X-SVN-Rev: 7784
2002-02-25 22:51:51 +00:00
Yves Arrouye
ba127f9b6a ICU-1688 update test.
X-SVN-Rev: 7759
2002-02-25 02:49:07 +00:00
Yves Arrouye
504a75e931 ICU-1709 do not tweak the UCD data to mark some control characters
as spacing ones.

X-SVN-Rev: 7749
2002-02-24 21:00:19 +00:00
Markus Scherer
b24a8e910f ICU-1542 fix indexOf(UChar32 surrogate), lastIndexOf(UChar32 surrogate), u_strchr32(surrogate) to match char32At()/UTF_GET_CHAR()
X-SVN-Rev: 7744
2002-02-22 02:00:42 +00:00
George Rhoten
fcb5c405a8 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7720
2002-02-20 17:49:14 +00:00
George Rhoten
83656c2517 ICU-1627 Make the new directory structure work better with the tests.
X-SVN-Rev: 7702
2002-02-19 02:07:41 +00:00
Yves Arrouye
b52105aed5 ICU-1681 check the new features of the Any-Name/Name-Any transliterators
X-SVN-Rev: 7659
2002-02-14 05:46:07 +00:00
Syn Wee Quek
ee5752c14a ICU-1702
getRules() implemented using ucol_getRulesEx().

X-SVN-Rev: 7645
2002-02-13 02:57:21 +00:00
Ram Viswanadha
876e5cd929 ICU-1698 fix out of source and insource testdata path
X-SVN-Rev: 7591
2002-02-07 19:37:34 +00:00
Yves Arrouye
4686f26d64 ICU-1681 fix Name-Any and test. Note for Alan: this is just to
stabilize the test until we sort out how to change u_charName and the
Java issue. Whatever the result of this sorting out is, we can then
revert these changes.

X-SVN-Rev: 7590
2002-02-07 07:14:42 +00:00
Alan Liu
47c47a5cd9 ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support
X-SVN-Rev: 7582
2002-02-07 01:07:55 +00:00
Yves Arrouye
212b0a808b ICU-1600 do not generate depends for install.
X-SVN-Rev: 7574
2002-02-06 02:08:02 +00:00
Yves Arrouye
3f69cbabfb ICU-1681 fix test for Any-Name and Name-Any. Note that the tests will
fail until jitterbug 1688 is fixed.

X-SVN-Rev: 7573
2002-02-06 02:06:26 +00:00
George Rhoten
ba9864502d ICU-770 Add the repeat option.
X-SVN-Rev: 7566
2002-02-05 17:59:16 +00:00
Steven R. Loomis
ff75f5eacf ICU-1627 fix location of Archive (.dat) file for tests, also fix ICU's name from Classes to Components
X-SVN-Rev: 7554
2002-02-01 21:52:42 +00:00
George Rhoten
53d6bdbe2a ICU-1616 Locale data verification.
Remove duplicates.
Fix malformed data.
Add some missing data.
and so on.

X-SVN-Rev: 7530
2002-01-30 06:16:26 +00:00
Ram Viswanadha
7ef6ef2d77 ICU-1627 implement fallback for loading data
X-SVN-Rev: 7517
2002-01-29 03:56:11 +00:00
Ram Viswanadha
9f0e696804 ICU-1627 fix paths for out of source builds
X-SVN-Rev: 7503
2002-01-24 23:06:21 +00:00
Vladimir Weinstein
eeff1a3772 ICU-1599 fixed safeclonetest - collator should have been instantiated from en_US not the default locale
X-SVN-Rev: 7498
2002-01-24 19:45:08 +00:00
Yves Arrouye
b72ca14bb5 ICU-1632 Darwin has pthread, but Rhapsody doesn't.
X-SVN-Rev: 7486
2002-01-24 07:51:02 +00:00
Ram Viswanadha
ab1317f800 ICU-1627 Update paths to find data from new location
X-SVN-Rev: 7466
2002-01-21 21:10:18 +00:00
George Rhoten
be02bc0060 ICU-1612 Fix SimpleTimeZone::setDSTSavings
X-SVN-Rev: 7437
2002-01-12 01:29:22 +00:00
George Rhoten
b3b7b301d6 ICU-882 Remove old version of setDSTSavings()
X-SVN-Rev: 7432
2002-01-11 23:37:57 +00:00
George Rhoten
4cc4f9c7b5 ICU-1008 Do some less static initialization
X-SVN-Rev: 7378
2001-12-28 21:26:53 +00:00
Vladimir Weinstein
ce3c06861d ICU-1599 testing the results of malloc/realloc, preserving status in some operations
X-SVN-Rev: 7375
2001-12-28 20:53:44 +00:00
Vladimir Weinstein
81befd9d61 ICU-1594 collation now uses generalized utrie data structure - test update
X-SVN-Rev: 7353
2001-12-19 07:02:47 +00:00
Vladimir Weinstein
6f9c051e34 ICU-1594 plugging in utrie implementation in collation framework - take 1
X-SVN-Rev: 7351
2001-12-17 22:07:37 +00:00
Alan Liu
6e4cce25cd ICU-929 add indexOf() and charAt() methods
X-SVN-Rev: 7340
2001-12-11 01:13:33 +00:00
Alan Liu
8875e2c621 ICU-1592 add test cases for Tat\u02B9\u00E2na
X-SVN-Rev: 7338
2001-12-11 00:00:27 +00:00
George Rhoten
b47b823dfe ICU-770 Memory cleanup, wrong sprintf statement
X-SVN-Rev: 7335
2001-12-07 19:02:00 +00:00
George Rhoten
7584fb6a96 ICU-639 Create better random numbers.
X-SVN-Rev: 7319
2001-12-05 17:37:41 +00:00
George Rhoten
a8a3d9c46a ICU-639 Better test for the case where M is accidentally used for m in locale data.
X-SVN-Rev: 7312
2001-12-04 20:24:37 +00:00
George Rhoten
5e119cd4aa ICU-770 Memory cleanup
X-SVN-Rev: 7307
2001-12-04 17:27:12 +00:00
Alan Liu
426dadc5a8 ICU-1076 clear toPattern result buffer
X-SVN-Rev: 7306
2001-12-04 05:25:39 +00:00
Alan Liu
264c5e2f9a ICU-1226 remove stale script/block code
X-SVN-Rev: 7297
2001-12-03 23:32:14 +00:00
George Rhoten
12bf469d3c ICU-1211 Integrated the Min Cui's test from ICU4J
X-SVN-Rev: 7295
2001-12-03 23:16:04 +00:00
Alan Liu
eba45479e5 ICU-1373 add tests of supplemental character handling by algorithm transliterators
X-SVN-Rev: 7294
2001-12-03 23:09:07 +00:00
George Rhoten
f0a28aa373 ICU-1028 os/390 fix, which uses EBCDIC instead of ASCII
X-SVN-Rev: 7291
2001-12-03 22:35:02 +00:00
Alan Liu
da0fef51a8 ICU-1572 fix ambiguous constructor call
X-SVN-Rev: 7284
2001-12-03 21:31:39 +00:00
Alan Liu
3eccfcc26d ICU-1575 fixed normalizing transliterator to get closer to the end in incremental mode; latin-katakana & fullwidth/halfwidth now pass incremental tests. UnicodeSet has some package-private utilities added -- they should be made public next release.
X-SVN-Rev: 7280
2001-12-03 20:50:50 +00:00
Markus Scherer
b0a95e14d0 ICU-1549 test lj upper/lower-casing
X-SVN-Rev: 7272
2001-12-03 18:47:52 +00:00
Ram Viswanadha
17cb42a394 ICU-1572 Fix access violation in test
X-SVN-Rev: 7271
2001-12-03 18:41:21 +00:00
George Rhoten
791e9e764c ICU-1259 Fixes for HP/UX11CC
X-SVN-Rev: 7262
2001-12-03 18:06:27 +00:00
Alan Liu
dafa4debfb ICU-1501 fix TestIncrementalProgress
X-SVN-Rev: 7257
2001-12-01 22:29:07 +00:00
Alan Liu
7aea4f6ffd ICU-1572 fix UnicodeSet '&' and '-' handling
X-SVN-Rev: 7256
2001-12-01 21:46:53 +00:00
George Rhoten
aa3405d060 ICU-104 Fix for Linux (unfix a warning on HP/UX 11 CC)
X-SVN-Rev: 7253
2001-12-01 06:33:54 +00:00
Ram Viswanadha
f20e95322f ICU-1259 Synch test with ICU4j
X-SVN-Rev: 7252
2001-12-01 04:33:03 +00:00
George Rhoten
3b9185cba0 ICU-1501 Fixed ANSI C (gcc) compiler problem.
X-SVN-Rev: 7248
2001-12-01 03:18:08 +00:00
Alan Liu
302bf822c7 ICU-1572 fix UnicodeSet.toPattern() round trip bugs
X-SVN-Rev: 7245
2001-12-01 01:33:41 +00:00
George Rhoten
f55499cf92 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7240
2001-12-01 00:32:29 +00:00
Helena Chapman
6f5df69456 ICU-1501 Updated Upper/Lower/TitlecaseTransliterator and checked in new casing tests for surrogates from Java.
X-SVN-Rev: 7235
2001-11-30 23:53:55 +00:00
George Rhoten
1022f98094 ICU-104 Fix Solaris optimization bug
X-SVN-Rev: 7234
2001-11-30 23:27:28 +00:00
George Rhoten
7619d3574b ICU-104 Fix for HP/UX 11 CC
X-SVN-Rev: 7229
2001-11-30 22:23:45 +00:00
George Rhoten
74d95b9cee ICU-104 Fix for EBCDIC machines.
X-SVN-Rev: 7220
2001-11-30 19:57:11 +00:00
George Rhoten
85b9bf0e00 ICU-770 Memory cleanup
X-SVN-Rev: 7216
2001-11-30 18:19:56 +00:00
George Rhoten
859edb1416 ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems
X-SVN-Rev: 7187
2001-11-30 00:06:13 +00:00
Alan Liu
2db72dd89a ICU-1566 make getDisplayName() grok variants
X-SVN-Rev: 7186
2001-11-29 23:49:44 +00:00
Doug Felt
851c47136f ICU-104 added test for llong
X-SVN-Rev: 7185
2001-11-29 23:49:09 +00:00
Vladimir Weinstein
821cb96590 ICU-1005 made test independent of each other in order to help find a potential leak
X-SVN-Rev: 7174
2001-11-29 20:21:08 +00:00
George Rhoten
e72b5bd2c2 ICU-1533 Sync Unix and Windows build
X-SVN-Rev: 7163
2001-11-29 17:25:55 +00:00
George Rhoten
e674eedfbf ICU-1533 Display the error message properly
X-SVN-Rev: 7159
2001-11-29 06:09:54 +00:00