Commit Graph

168 Commits

Author SHA1 Message Date
Alan Liu
426dadc5a8 ICU-1076 clear toPattern result buffer
X-SVN-Rev: 7306
2001-12-04 05:25:39 +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
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
Alan Liu
dafa4debfb ICU-1501 fix TestIncrementalProgress
X-SVN-Rev: 7257
2001-12-01 22:29:07 +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
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
85b9bf0e00 ICU-770 Memory cleanup
X-SVN-Rev: 7216
2001-11-30 18:19:56 +00:00
Alan Liu
2db72dd89a ICU-1566 make getDisplayName() grok variants
X-SVN-Rev: 7186
2001-11-29 23:49:44 +00:00
Alan Liu
adeb7ac274 ICU-1560 implement smart rollback
X-SVN-Rev: 7155
2001-11-29 01:01:31 +00:00
Ram Viswanadha
ac9be05b00 ICU-1259 Synch tests for TransliteratorTest
X-SVN-Rev: 7134
2001-11-28 20:55:15 +00:00
Ram Viswanadha
e343dd8007 ICU-1259 remove dependency on rollback
X-SVN-Rev: 7123
2001-11-28 06:05:12 +00:00
Alan Liu
2b109067ec ICU-1533 disable rollback code
X-SVN-Rev: 7055
2001-11-21 19:55:39 +00:00
Alan Liu
efe00fdd38 ICU-1225 test new Any-Hex and Hex-Any variants
X-SVN-Rev: 7050
2001-11-21 07:08:13 +00:00
George Rhoten
562801daee ICU-900 Fixed some compiler warnings
X-SVN-Rev: 6981
2001-11-19 17:41:46 +00:00
Alan Liu
0d4f43a415 ICU-1364 fix reverse ::ID block parsing and global filters in toRules()
X-SVN-Rev: 6971
2001-11-17 06:44:50 +00:00
Alan Liu
9c8e90f072 ICU-1491 handle -T -T/V /V-T forms; require target
X-SVN-Rev: 6937
2001-11-16 00:58:32 +00:00
Alan Liu
59fa6939a1 ICU-1491 rewrite parseID to handle all ID form variants; move Mark's code into parseID; enable special inverses (NFC/NFC, etc.)
X-SVN-Rev: 6935
2001-11-15 23:40:02 +00:00
Alan Liu
22f6b230c4 ICU-1408 improve error reporting for bogus post context
X-SVN-Rev: 6891
2001-11-14 19:26:56 +00:00
Alan Liu
fb7455dc39 ICU-1426 update el (locale resource) test
X-SVN-Rev: 6889
2001-11-14 18:26:13 +00:00
George Rhoten
ae71da1a17 ICU-770 Memory cleanup
X-SVN-Rev: 6820
2001-11-13 06:03:20 +00:00
George Rhoten
acc164ea7e ICU-770 Memory cleanup
X-SVN-Rev: 6804
2001-11-12 23:25:37 +00:00
Alan Liu
9160747c21 ICU-1292 add variable range overlap detection
X-SVN-Rev: 6786
2001-11-12 19:12:08 +00:00
Alan Liu
51f23530aa ICU-1232 disallow UnicodeSets (and other standins) in translit output
X-SVN-Rev: 6702
2001-11-09 01:22:33 +00:00
Alan Liu
1b8e587611 ICU-1134 make sure parse errors refer to the correct source line
X-SVN-Rev: 6698
2001-11-09 00:12:59 +00:00
Alan Liu
e7392d993c ICU-1426 update test for el-Latin rules
X-SVN-Rev: 6617
2001-11-05 20:37:58 +00:00
Alan Liu
b15457400c ICU-1426 update test for el-Latin rules
X-SVN-Rev: 6614
2001-11-05 19:36:29 +00:00
Alan Liu
8886275ce8 ICU-1426 add el-Latin and Latin-el rules to locale resource
X-SVN-Rev: 6599
2001-11-03 02:04:37 +00:00
Alan Liu
58f515dd78 ICU-1135 rewrite Any-Title to be smarter about accents
X-SVN-Rev: 6545
2001-11-01 04:37:27 +00:00
George Rhoten
7e1e165ceb ICU-1079 Use TRUE instead of true
X-SVN-Rev: 6511
2001-10-31 02:55:31 +00:00
Alan Liu
ad444e4b61 ICU-1079 add locale-script mapping test
X-SVN-Rev: 6506
2001-10-31 00:29:42 +00:00
Alan Liu
4524f0f633 ICU-1406 make quantified segments behave like perl counterparts
X-SVN-Rev: 6494
2001-10-30 18:14:57 +00:00
Alan Liu
af1d778ab5 ICU-1259 update tests for new 2.0 rules
X-SVN-Rev: 6454
2001-10-26 05:42:31 +00:00
Alan Liu
47e3ca5552 ICU-1046 implement rollback for filtered incremental transliteration
X-SVN-Rev: 6420
2001-10-25 00:03:50 +00:00
Markus Scherer
a8db048c55 ICU-1255 reenable failing test
X-SVN-Rev: 6354
2001-10-19 23:29:26 +00:00
Alan Liu
68744138aa ICU-1272 initial implementation of perl-ish character property syntax for UnicodeSet
X-SVN-Rev: 6281
2001-10-17 19:21:12 +00:00
Ram Viswanadha
98c1213e43 ICU-1255 Remove and merge tests in transtst.cpp
X-SVN-Rev: 6181
2001-10-11 04:06:16 +00:00
George Rhoten
a70e277223 ICU-1211 Fix for AIX
X-SVN-Rev: 6175
2001-10-10 22:36:03 +00:00
George Rhoten
f9d862447b ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 6173
2001-10-10 21:43:21 +00:00
Alan Liu
5788f5c379 ICU-1261 add ::ID block test case
X-SVN-Rev: 6152
2001-10-10 19:21:55 +00:00
Alan Liu
d06db2495e ICU-1261 initial implementation of compound filters in IDs and ::ID blocks
X-SVN-Rev: 6151
2001-10-10 19:12:00 +00:00
George Rhoten
ccb3e4720d ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 6142
2001-10-10 01:22:30 +00:00
George Rhoten
825394ce59 ICU-770 Memory cleanup
X-SVN-Rev: 6128
2001-10-09 17:11:11 +00:00
Alan Liu
1be3429f34 ICU-1250 sync tests with icu4j
X-SVN-Rev: 6097
2001-10-05 22:27:44 +00:00
Alan Liu
b5029525b9 ICU-1250 minor fix to incremental RBT code
X-SVN-Rev: 6061
2001-10-04 23:59:56 +00:00
George Rhoten
3a4c3b2de1 ICU-770 More memory cleanup
X-SVN-Rev: 6013
2001-10-03 18:05:44 +00:00
Alan Liu
c92aa6caba ICU-1079 enhance tests
X-SVN-Rev: 5747
2001-09-14 21:59:49 +00:00
Ram Viswanadha
88f30a02e2 ICU-329 Fix tests to reflect API changes.
X-SVN-Rev: 5654
2001-08-31 03:24:28 +00:00
Alan Liu
d126a41693 ICU-1048 fix compound inverses with parenthesized atoms
X-SVN-Rev: 5510
2001-08-17 17:22:26 +00:00
Ram Viswanadha
0e194efd89 ICU-329 Update tests after adding UParseError struct to APIs.
X-SVN-Rev: 5476
2001-08-16 01:01:22 +00:00
Alan Liu
d046d1a2a5 ICU-1079 first working version of Source-Target/Variant registry
X-SVN-Rev: 5465
2001-08-15 19:06:40 +00:00
Alan Liu
199af7c5bc ICU-1076 test unlimited @ operator; make @ increment by code points forward or backward; pin cursor to begining of antecontext and limit
X-SVN-Rev: 5441
2001-08-04 00:15:44 +00:00
Alan Liu
caa1bdd17e ICU-1079 initial implementation of Source-Target/Variant; no RB lookup yet
X-SVN-Rev: 5412
2001-08-01 17:37:08 +00:00
Alan Liu
16c2014b35 ICU-1076 test nested segments and ? operator
X-SVN-Rev: 5377
2001-07-30 23:18:01 +00:00
Alan Liu
d45d3201ba ICU-1076 test quantified quoted strings and variable references
X-SVN-Rev: 5361
2001-07-27 17:03:23 +00:00
Alan Liu
ef8c73fc7c ICU-1076 initial limited support for Kleene star and plus operators
X-SVN-Rev: 5359
2001-07-27 00:18:53 +00:00
Alan Liu
cf35beb5eb ICU-1052 fix handling of surrogates in antecontext and cursor positioning
X-SVN-Rev: 5346
2001-07-25 21:15:53 +00:00
Alan Liu
7edf9d3e80 ICU-1052 redesign of engine to support supplemental characters
X-SVN-Rev: 5341
2001-07-25 19:11:02 +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
f31d20e4bf ICU-990 add another toRules test
X-SVN-Rev: 5264
2001-07-18 04:17:05 +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
Alan Liu
7ad9f84ffe ICU-1048 implement Foo(Bar) ID parsing
X-SVN-Rev: 5243
2001-07-16 20:48:46 +00:00
Alan Liu
9805ae16d9 ICU-1048 allow ::ID blocks in rules
X-SVN-Rev: 5233
2001-07-13 21:09:41 +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
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
Ram Viswanadha
96d50a13fc ICU-912 Test for validating the fix
X-SVN-Rev: 5064
2001-06-22 17:13:33 +00:00
Alan Liu
7816fe3b3e ICU-1006 add tests for liberalized ID
X-SVN-Rev: 5040
2001-06-20 22:38:21 +00:00
Alan Liu
158ec8fd9a ICU-989 add test for Any-Name, Name-Any
X-SVN-Rev: 4952
2001-06-11 23:44:50 +00:00
Alan Liu
1c7ee13552 ICU-965 test Any-Lower, Any-Upper, and Any-Title transliterators
X-SVN-Rev: 4943
2001-06-11 19:56:35 +00:00
George Rhoten
6de44560c8 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4747
2001-05-22 16:26:59 +00:00
George Rhoten
cf62d209c6 ICU-821 Fixed an HP/UX compiler problem
X-SVN-Rev: 4553
2001-04-25 17:27:43 +00:00
Alan Liu
085701f0f4 ICU-918 fix handling of inverses
X-SVN-Rev: 4431
2001-04-03 18:06:31 +00:00
Alan Liu
32f0b2db7a ICU-918 enhance test to check inverses
X-SVN-Rev: 4430
2001-04-03 17:49:30 +00:00
Alan Liu
bd0490db28 ICU-918 extend createInstance() syntax to recognize inline filter patterns
X-SVN-Rev: 4421
2001-03-31 01:21:38 +00:00
Ram Viswanadha
7f6d7e256f ICU-903 update copyright notices
X-SVN-Rev: 4235
2001-03-21 20:09:56 +00:00
Alan Liu
83377886c0 ICU-483 add inter-Indic transliterators
X-SVN-Rev: 3886
2001-03-03 00:49:45 +00:00
George Rhoten
1b9224727e ICU-790 Added some headers that were in unistr.h
X-SVN-Rev: 3331
2001-01-02 19:01:49 +00:00
Alan Liu
8557348fa3 ICU-486 Implement anchors.
X-SVN-Rev: 2401
2000-08-30 20:43:25 +00:00
George Rhoten
a15b66a53d ICU-535 fixed some compiler warnings
X-SVN-Rev: 2339
2000-08-23 19:11:16 +00:00
George Rhoten
9fe1519e56 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2327
2000-08-23 00:05:17 +00:00
George Rhoten
2dbb8812ba ICU-535 fixed some compiler warnings
X-SVN-Rev: 2226
2000-08-14 21:42:36 +00:00
Helena Chapman
d428c71452 ICU-474 make it to compile on HPUX 10.
X-SVN-Rev: 2217
2000-08-12 01:03:01 +00:00
George Rhoten
c0f0217993 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2157
2000-08-10 00:28:31 +00:00
Vladimir Weinstein
0413fcf2dc ICU-432 fixes for running on a japanese machine
X-SVN-Rev: 2096
2000-08-02 19:06:18 +00:00
Alan Liu
418ac3b758 ICU-476 fix RBT et al copy constructor
X-SVN-Rev: 1727
2000-06-30 23:26:07 +00:00
Alan Liu
e63cf6a463 ICU-477 create Hiragana-Katakana transliterator
X-SVN-Rev: 1716
2000-06-30 00:15:44 +00:00
Alan Liu
cbd5200a0f ICU-474 fix UTransPosition handling
X-SVN-Rev: 1713
2000-06-29 22:15:17 +00:00
Alan Liu
4858d91bd8 ICU-450 rename UTransPosition fields
X-SVN-Rev: 1658
2000-06-27 19:34:03 +00:00
Alan Liu
62001fb755 ICU-450 change ParseError, Transliterator::Direction, Transliterator::Position to C structs
X-SVN-Rev: 1656
2000-06-27 19:06:15 +00:00
Vladimir Weinstein
c6822e7b2d ICU-432 cleanup for transliterator test that implicitly uses default converter instead of invariant one
X-SVN-Rev: 1609
2000-06-12 22:49:21 +00:00
Helena Chapman
3fc21cb0f4 ICU-408 HPUX 10/11 CC port
X-SVN-Rev: 1533
2000-06-01 18:27:44 +00:00
Alan Liu
21f4b2ab47 ICU-352 change int to int32_t
X-SVN-Rev: 1457
2000-05-24 17:33:27 +00:00
Alan Liu
563d9e5006 ICU-352 rbt support for segments, cursor offset, and new syntax
X-SVN-Rev: 1422
2000-05-20 04:40:29 +00:00
Helena Chapman
69ba12f77c ICU-351 Define UBool to be used in the APIs.
X-SVN-Rev: 1410
2000-05-18 22:08:39 +00:00
Markus Scherer
bba7ac1a00 ICU-176 UTF-16 changes for UnicodeString
X-SVN-Rev: 1052
2000-04-03 23:53:59 +00:00
Markus Scherer
fb52c91781 ICU-315 more S/390 and EBCDIC changes
X-SVN-Rev: 1045
2000-03-31 22:02:12 +00:00
Markus Scherer
7f518f3a6b ICU-315 avoid VC++ bug: #define ZERO after #including .h with identifier ZERO does not work with precompiled headers
X-SVN-Rev: 982
2000-03-24 00:49:23 +00:00