Commit Graph

1281 Commits

Author SHA1 Message Date
Ram Viswanadha
b2553ad8d8 ICU-452 Change tests since some unassigned code points are now assigned.
X-SVN-Rev: 5279
2001-07-18 23:50:27 +00:00
Alan Liu
aeae2b0a49 ICU-990 test cases for nested sets
X-SVN-Rev: 5270
2001-07-18 19:51:29 +00:00
Alan Liu
4d93dcfea3 ICU-990 improve and extend testing to toRules and toPattern
X-SVN-Rev: 5269
2001-07-18 18:39:13 +00:00
Alan Liu
62314ba406 ICU-990 add a parameter for smart handling of backslashes to prettify()
X-SVN-Rev: 5268
2001-07-18 18:38:53 +00:00
Alan Liu
f31d20e4bf ICU-990 add another toRules test
X-SVN-Rev: 5264
2001-07-18 04:17:05 +00:00
Alan Liu
5ded1a9c58 ICU-1053 fix API test that is calling handleTransliterate - should call transliterate or finishTransliteration
X-SVN-Rev: 5260
2001-07-17 23:39:00 +00:00
Alan Liu
953c8621af ICU-1053 add a simple Any-Remove test
X-SVN-Rev: 5259
2001-07-17 23:37:45 +00:00
Alan Liu
afd62225ed ICU-990 add basic RT test for toRules()
X-SVN-Rev: 5248
2001-07-17 18:13:09 +00:00
Alan Liu
589dbddcbe ICU-1046 reimplement filter on a CompoundTransliterator to work correctly
X-SVN-Rev: 5247
2001-07-17 00:16:02 +00:00
George Rhoten
1f063c715d ICU-1043 strtok_r should work with strings ending with delimiters.
X-SVN-Rev: 5245
2001-07-16 22:57:39 +00:00
Alan Liu
7ad9f84ffe ICU-1048 implement Foo(Bar) ID parsing
X-SVN-Rev: 5243
2001-07-16 20:48:46 +00:00
Ram Viswanadha
1460f5bdb2 ICU-452 Tests for ISCII
X-SVN-Rev: 5237
2001-07-14 02:29:21 +00:00
Alan Liu
9805ae16d9 ICU-1048 allow ::ID blocks in rules
X-SVN-Rev: 5233
2001-07-13 21:09:41 +00:00
George Rhoten
8277bc7bfa ICU-953 Do less static initialization/destruction
X-SVN-Rev: 5228
2001-07-11 21:26:22 +00:00
George Rhoten
2a1edde771 ICU-953 Do less static initialization/destruction
X-SVN-Rev: 5227
2001-07-11 21:03:51 +00:00
George Rhoten
1c6a5f1b1d ICU-953 Do less initialization/destruction
X-SVN-Rev: 5224
2001-07-11 18:30:18 +00:00
George Rhoten
7c0dfef8db ICU-953 Don't use a UnicodeString during static init.
X-SVN-Rev: 5223
2001-07-11 18:29:51 +00:00
George Rhoten
516d8769e7 ICU-953 Don't use a UnicodeString during static init.
X-SVN-Rev: 5222
2001-07-11 17:39:10 +00:00
Ram Viswanadha
b60309b39e ICU-899 Test the UScriptCode API
X-SVN-Rev: 5220
2001-07-10 23:31:45 +00:00
Ram Viswanadha
d42cadc69a ICU-899 Test the UScriptCode API
X-SVN-Rev: 5217
2001-07-10 18:35:59 +00:00
George Rhoten
3b7fbcb29e ICU-882 Final removal of deprecated API
X-SVN-Rev: 5206
2001-07-09 21:08:25 +00:00
Alan Liu
1c40f7aebd ICU-1023 upgrade uhash to support int32_t keys on platforms with sizeof(void*) < 32
X-SVN-Rev: 5196
2001-07-06 19:53:12 +00:00
Vladimir Weinstein
e52983285d ICU-1031 adapted test to the new suffix for warnings
X-SVN-Rev: 5194
2001-07-06 04:46:16 +00:00
Alan Liu
14ba574a14 ICU-1006 update tests of ID handling
X-SVN-Rev: 5184
2001-07-05 22:55:38 +00:00
Alan Liu
eb1a26e702 ICU-1029 add NormalizationTransliterator test
X-SVN-Rev: 5175
2001-07-03 23:45:23 +00:00
George Rhoten
426cd3ad5b ICU-953 Don't initialize the data at static initialization time.
Do it in the thread itself.

X-SVN-Rev: 5166
2001-07-03 19:47:22 +00:00
George Rhoten
11eaa76f83 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5161
2001-07-03 00:27:22 +00:00
George Rhoten
c4cc4f56ea ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5148
2001-06-29 22:54:56 +00:00
Alan Liu
be55a412be ICU-965 in Any-Title make can't -> Can't, not Can'T
X-SVN-Rev: 5144
2001-06-29 21:19:49 +00:00
Syn Wee Quek
a5f4ece198 ICU-861
Improved test for iterator performance.

X-SVN-Rev: 5132
2001-06-28 20:45:02 +00:00
Syn Wee Quek
280519187e ICU-861
Additional test for testing clearing of buffers.

X-SVN-Rev: 5131
2001-06-28 20:44:09 +00:00
Andy Heninger
15bec64481 ICU-1024 Set windows project file options for automatic inlines (Release) and Browse file creation (debug).
X-SVN-Rev: 5123
2001-06-28 19:40:34 +00:00
Syn Wee Quek
7c92dbd460 ICU-880
Added skipped 5 iterator performance test.

X-SVN-Rev: 5111
2001-06-27 21:45:09 +00:00
George Rhoten
07f1fa1ef1 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5107
2001-06-27 01:19:04 +00:00
Syn Wee Quek
4e6784d556 ICU-861
Added tests to improve the test coverage

X-SVN-Rev: 5106
2001-06-26 23:02:07 +00:00
George Rhoten
35591e5501 ICU-1019 add const to the context pointers
X-SVN-Rev: 5105
2001-06-26 22:51:14 +00:00
Vladimir Weinstein
b80caa0a93 ICU-1010 turned off collation version number test until we stabilize it
X-SVN-Rev: 5102
2001-06-26 22:28:11 +00:00
Vladimir Weinstein
afb8c28b80 ICU-1002 added variable top tests ALSO added a dormant limitations test
X-SVN-Rev: 5101
2001-06-26 22:26:13 +00:00
Vladimir Weinstein
be1c314374 ICU-1002 added variable top tests
X-SVN-Rev: 5100
2001-06-26 22:25:23 +00:00
George Rhoten
2278d96ad1 ICU-1018 Move iostream usage from unistr.[h,cpp] to ustream.[h,cpp]
X-SVN-Rev: 5089
2001-06-26 17:59:14 +00:00
Syn Wee Quek
8717cf50c7 ICU-861
Added tests to improve the test coverage

X-SVN-Rev: 5084
2001-06-26 17:44:23 +00:00
Vladimir Weinstein
38fe598025 ICU-1005 improved code coverage for BOCSU. Made compose/decompose test faster
X-SVN-Rev: 5065
2001-06-22 18:35:01 +00:00
Ram Viswanadha
96d50a13fc ICU-912 Test for validating the fix
X-SVN-Rev: 5064
2001-06-22 17:13:33 +00:00
Ram Viswanadha
d640d7c28f ICU-914 Test for validating the fix
X-SVN-Rev: 5063
2001-06-22 17:13:08 +00:00
Alan Liu
7816fe3b3e ICU-1006 add tests for liberalized ID
X-SVN-Rev: 5040
2001-06-20 22:38:21 +00:00
Markus Scherer
f0a283151e ICU-1007 temporarily add N+/N- command line option to select the new/old normalization code
X-SVN-Rev: 5036
2001-06-20 22:25:25 +00:00
Markus Scherer
a93780d01d ICU-1007 do not test Yod with Hiriq here because it changes from 3.0 to 3.1
X-SVN-Rev: 5034
2001-06-20 22:24:25 +00:00
Vladimir Weinstein
9268bcb6a4 ICU-1003 removing incremental compare from intltest
X-SVN-Rev: 5020
2001-06-19 21:16:48 +00:00
Vladimir Weinstein
c705ce052b ICU-1003 removing incremental compare from cintltst
X-SVN-Rev: 5019
2001-06-19 21:16:26 +00:00
George Rhoten
fddff905b5 ICU-986 Don't use C++ comments in a C file.
X-SVN-Rev: 5005
2001-06-14 23:10:50 +00:00