Commit Graph

120 Commits

Author SHA1 Message Date
Alan Liu
7fffbdf68f ICU-2906 make unescapeAt() handle escaped surrogate pairs
X-SVN-Rev: 13342
2003-10-07 18:10:37 +00:00
Alan Liu
996bc7de46 ICU-2920 update isRuleWhiteSpace to have a fixed set of characters per UTR #31
X-SVN-Rev: 13317
2003-10-04 00:37:18 +00:00
Alan Liu
17eaec5cb0 ICU-3280 rewrite applyPattern() to use RuleCharacterIterator; add test cases
X-SVN-Rev: 13238
2003-09-29 23:00:39 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
Alan Liu
5f5a615f65 ICU-2495 add tests and code to ensure out-of-range code points don't cause crash
X-SVN-Rev: 11927
2003-05-14 22:30:21 +00:00
Alan Liu
ec2fad40f1 ICU-2874 fix parsing of [^-b]
X-SVN-Rev: 11871
2003-05-09 21:01:57 +00:00
Markus Scherer
55e9679b22 ICU-2710 do not use an obsolete API
X-SVN-Rev: 11780
2003-05-02 20:38:27 +00:00
Alan Liu
7fd6350f1e ICU-2832 hack UnicodeSet parser to handle four special case names for C99 compatibility props
X-SVN-Rev: 11710
2003-04-25 20:34:44 +00:00
Markus Scherer
e9d1b6386c ICU-2653 fix [:Age=x.y:] tests
X-SVN-Rev: 11166
2003-02-26 01:29:03 +00:00
Alan Liu
7ef72deb8c ICU-2350 add test for alias and contents of Case_Sensitive
X-SVN-Rev: 11128
2003-02-20 22:47:50 +00:00
Alan Liu
e794c614f0 ICU-2715 enhance toPattern supplementals test
X-SVN-Rev: 11085
2003-02-17 23:57:13 +00:00
Alan Liu
d31e6c49bf ICU-2715 add toPattern supplementals test
X-SVN-Rev: 11080
2003-02-17 23:31:10 +00:00
Alan Liu
95631523ed ICU-2350 added test for constructor and applyPattern() method taking option bitmask to support case-insensitive patterns
X-SVN-Rev: 11052
2003-02-14 21:18:41 +00:00
Alan Liu
3e3223963e ICU-2350 add test cases
X-SVN-Rev: 11038
2003-02-14 00:11:50 +00:00
Alan Liu
85fdc31af1 ICU-2350 add tests for closeOver()
X-SVN-Rev: 11024
2003-02-11 22:47:28 +00:00
Alan Liu
d62b7b7687 ICU-2653 add tests for [:Age=x:] pattern
X-SVN-Rev: 10884
2003-01-21 21:14:10 +00:00
Alan Liu
c8515c5cb4 ICU-2118 more coverage
X-SVN-Rev: 10404
2002-11-28 00:53:05 +00:00
Alan Liu
2e8a5383ec ICU-2118 add missing API tests for UnicodeSet/UnicodeSetIterator
X-SVN-Rev: 10379
2002-11-26 18:24:44 +00:00
Alan Liu
be6ebf7cb1 ICU-2015 add a couple test cases
X-SVN-Rev: 10106
2002-10-30 18:27:36 +00:00
Vladimir Weinstein
be34f0f08f ICU-2268 test for bug 2268
X-SVN-Rev: 9821
2002-08-29 23:23:45 +00:00
Alan Liu
ae8bbc8773 ICU-2189 eliminate duplicates in add(string)
X-SVN-Rev: 9815
2002-08-29 04:58:00 +00:00
Alan Liu
681c0468a4 ICU-1767 support [:ascii:] and \N{name} in UnicodeSet
X-SVN-Rev: 9810
2002-08-28 20:23:00 +00:00
George Rhoten
6baf89a4cd ICU-2085 Don't use deprecated or unused includes
X-SVN-Rev: 9762
2002-08-21 22:14:43 +00:00
George Rhoten
56cbadb751 ICU-2085 Don't use deprecated code anymore
X-SVN-Rev: 9755
2002-08-21 19:09:33 +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
George Rhoten
493e2da8c2 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8657
2002-05-21 23:53:07 +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
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
George Rhoten
65e867f1b2 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8214
2002-03-23 00:20:35 +00:00
George Rhoten
71f955b6cc ICU-1556 Fixes for 64-bit AIX.
X-SVN-Rev: 8170
2002-03-21 01:26:40 +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
Alan Liu
6e4cce25cd ICU-929 add indexOf() and charAt() methods
X-SVN-Rev: 7340
2001-12-11 01:13:33 +00:00
Alan Liu
da0fef51a8 ICU-1572 fix ambiguous constructor call
X-SVN-Rev: 7284
2001-12-03 21:31:39 +00:00
Ram Viswanadha
17cb42a394 ICU-1572 Fix access violation in test
X-SVN-Rev: 7271
2001-12-03 18:41:21 +00:00
Alan Liu
7aea4f6ffd ICU-1572 fix UnicodeSet '&' and '-' handling
X-SVN-Rev: 7256
2001-12-01 21:46:53 +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
Alan Liu
d1fc5965f4 ICU-1421 add test for copy constructor
X-SVN-Rev: 6797
2001-11-12 20:57:06 +00:00
Alan Liu
df1c436b6c ICU-1423 report failures with errln(), not logln()
X-SVN-Rev: 6675
2001-11-07 19:57:35 +00:00
Ram Viswanadha
cc748a6c21 ICU-1423 Add test
X-SVN-Rev: 6602
2001-11-03 03:03:43 +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
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
Alan Liu
ee89d038e3 ICU-1260 support [:<script>:] syntax
X-SVN-Rev: 6170
2001-10-10 21:36:26 +00:00
George Rhoten
ad7e1d60be ICU-770 Memory cleanup
X-SVN-Rev: 5815
2001-09-19 02:08:04 +00:00
Alan Liu
d29ea969e6 ICU-990 improve error reporting
X-SVN-Rev: 4972
2001-06-12 18:08:22 +00:00
Ram Viswanadha
7f6d7e256f ICU-903 update copyright notices
X-SVN-Rev: 4235
2001-03-21 20:09:56 +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
George Rhoten
a15b66a53d ICU-535 fixed some compiler warnings
X-SVN-Rev: 2339
2000-08-23 19:11:16 +00:00
George Rhoten
2dbb8812ba ICU-535 fixed some compiler warnings
X-SVN-Rev: 2226
2000-08-14 21:42:36 +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
Vladimir Weinstein
5240a256f2 ICU-460 porting changes
X-SVN-Rev: 1679
2000-06-28 22:26:59 +00:00
Helena Chapman
a9feb343c8 ICU-408 AIX port.
X-SVN-Rev: 1551
2000-06-02 01:10:20 +00:00
Alan Liu
73d861e601 ICU-352 rename xor to complement (xor is HP keyword)
X-SVN-Rev: 1504
2000-05-26 18:32:15 +00:00
Helena Chapman
384cd08b2c ICU-352 HP-UX ACC doesn't like "xor" as function names.
X-SVN-Rev: 1503
2000-05-26 16:40:29 +00:00
Vladimir Weinstein
0d3c661cb9 ICU-352 conform with HP changes and change Java to C++ style for static data
X-SVN-Rev: 1502
2000-05-26 02:07:25 +00:00
Alan Liu
2197c4edb4 ICU-352 improve performance
X-SVN-Rev: 1496
2000-05-25 20:57:30 +00:00
Alan Liu
74a775bb67 ICU-352 add tests for inversion list upgrade
X-SVN-Rev: 1494
2000-05-25 19:28:53 +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
Madhu K
0ebfa05d46 ICU-114 Addional tests
X-SVN-Rev: 1011
2000-03-28 23:51:25 +00:00
Markus Scherer
9f363ccb70 ICU-315 S/390 and EBCDIC updates
X-SVN-Rev: 977
2000-03-22 23:17:42 +00:00
Alan Liu
d623133b0c ICU-161 fix copyrights
X-SVN-Rev: 905
2000-03-07 02:39:27 +00:00
Alan Liu
f84644f895 ICU-199 add category tests for new UnicodeSet pattern parser
X-SVN-Rev: 548
2000-01-12 18:04:21 +00:00
Vladimir Weinstein
8b20f17f49 ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_
X-SVN-Rev: 473
1999-12-28 23:57:50 +00:00
Helena Chapman
16ac11f546 ICU-200 Updated with OS/400 specific port changes.
X-SVN-Rev: 459
1999-12-22 22:57:04 +00:00
Markus Scherer
54ba2e3819 ICU-170 use UnicodeString::length() instead of the deprecated size()
X-SVN-Rev: 339
1999-12-08 02:11:04 +00:00
Alan Liu
3d664ec1ed ICU-34 Expanded test.
X-SVN-Rev: 122
1999-10-26 17:16:13 +00:00
Alan Liu
ed2fb13c49 ICU-34 Add UnicodeSet class to i18n
X-SVN-Rev: 83
1999-10-20 22:08:09 +00:00