Commit Graph

38 Commits

Author SHA1 Message Date
Alan Liu
f4d9e46ab0 ICU-2787 revise double-check code to improve thread safety
X-SVN-Rev: 11785
2003-05-02 21:52:53 +00:00
Markus Scherer
8c1740d468 ICU-2710 remove @obsolete ICU 2.6 and earlier code
X-SVN-Rev: 11749
2003-05-01 01:51:51 +00:00
Alan Liu
02fd4cdff2 ICU-2832 fix redhat 7.2 compiler error
X-SVN-Rev: 11726
2003-04-29 16:55:38 +00:00
Alan Liu
af6db5e0eb ICU-2832 add 5 more C99 compatibility props
X-SVN-Rev: 11723
2003-04-28 23:48:30 +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
George Rhoten
558be9c95e ICU-2699 Fix some compiler warnings.
X-SVN-Rev: 11586
2003-04-18 21:43:25 +00:00
Markus Scherer
280cd31096 ICU-2789 add UErrorCode to getInclusions()/addPropertyStarts()
X-SVN-Rev: 11479
2003-04-09 17:34:24 +00:00
Markus Scherer
eece437e5b ICU-2653 compare character age values with <= semantics not ==
X-SVN-Rev: 11165
2003-02-26 01:06:15 +00:00
Andy Heninger
2df0b33049 ICU-2422 regexp, add and use new case-insensitive constructor on UnicodeSet.
X-SVN-Rev: 11129
2003-02-21 01:15:16 +00:00
Alan Liu
a64bd0d937 ICU-2715 detect invalid range
X-SVN-Rev: 11084
2003-02-17 23:56:51 +00:00
Alan Liu
2784e20f51 ICU-2715 fix toPattern handling of supplementals
X-SVN-Rev: 11079
2003-02-17 23:30:28 +00:00
Alan Liu
181b598671 ICU-2350 make default options USET_IGNORE_SPACE
X-SVN-Rev: 11054
2003-02-14 21:27:16 +00:00
Alan Liu
f42ca8c44c ICU-2350 made closeOver API @internal; added constructor and applyPattern() method taking option bitmask to support case-insensitive patterns
X-SVN-Rev: 11053
2003-02-14 21:22:20 +00:00
Alan Liu
4dc1d411e8 ICU-2350 fix binary search bug
X-SVN-Rev: 11039
2003-02-14 00:12:17 +00:00
Alan Liu
c51a59cd65 ICU-2350 implement closeOver()
X-SVN-Rev: 11023
2003-02-11 22:47:12 +00:00
George Rhoten
4194737649 ICU-2000 Fixed a compiler warning
X-SVN-Rev: 11018
2003-02-11 02:45:50 +00:00
Alan Liu
55b6f2aef7 ICU-2653 add support for [:Age=x:] pattern
X-SVN-Rev: 10883
2003-01-21 21:13:50 +00:00
George Rhoten
11eaa7dc5b ICU-2135 Use static const arrays for strings instead of pointers to strings.
X-SVN-Rev: 10679
2002-12-14 09:06:40 +00:00
Alan Liu
d669d4e484 ICU-2556 use new UCHAR_GENERAL_CATEGORY_MASK enum
X-SVN-Rev: 10597
2002-12-11 01:16:51 +00:00
Alan Liu
908561fe2a ICU-2038 move stack vars down
X-SVN-Rev: 10265
2002-11-14 22:42:13 +00:00
Alan Liu
de131d145e ICU-2038 update docs per Markus feedback
X-SVN-Rev: 10264
2002-11-14 22:26:41 +00:00
Markus Scherer
5b21996599 ICU-2001 build more precise inclusions list (set) mostly from UCD data trie enumeration, plus code points for which properties are hardcoded
X-SVN-Rev: 10155
2002-11-06 00:52:44 +00:00
Alan Liu
432a2979d3 ICU-2015 rewrite upropset guts to use new property alias API; move code into uniset
X-SVN-Rev: 10101
2002-10-30 18:24:00 +00:00
Alan Liu
237f1f27f9 ICU-2038 add higher-performance implementation of add() that handles a single codepoint; other performance tweaks
X-SVN-Rev: 10018
2002-10-10 21:18:49 +00:00
Vladimir Weinstein
f346c4d8f2 ICU-2268 fixed UTokenAssigner bug in UVector
X-SVN-Rev: 9816
2002-08-29 22:12:49 +00:00
Alan Liu
ae8bbc8773 ICU-2189 eliminate duplicates in add(string)
X-SVN-Rev: 9815
2002-08-29 04:58:00 +00:00
Markus Scherer
ba2bf9c8b6 ICU-2091 constructors must always construct objects that are sufficiently initialized for the destructor to not crash - pre-initialize pointers even when U_FAILURE detected
X-SVN-Rev: 9652
2002-08-09 20:21:54 +00:00
George Rhoten
de2774bc3c ICU-1739 Don't need to free on NULL memory.
X-SVN-Rev: 9648
2002-08-09 18:29:37 +00:00
Ram Viswanadha
23b86a17fc ICU-1953 fix some changes from GCL
X-SVN-Rev: 9595
2002-08-07 02:48:28 +00:00
Alan Liu
2bae1fa5e5 ICU-1974 make contains(start, end) use binary search
X-SVN-Rev: 9396
2002-07-29 19:36:55 +00:00
Alan Liu
649057f2f3 ICU-1997 use uprv_isRuleWhiteSpace() in parsers
X-SVN-Rev: 9381
2002-07-26 22:07:49 +00:00
George Rhoten
0b135a6401 ICU-1953 Add UErrorCode arguments and tests for allocation.
This also fixes a compiler warning/error when trying to cast NULL.

X-SVN-Rev: 9299
2002-07-24 00:23:41 +00:00
GCL Shanghai
b89c229c6e ICU-1953 change comments style and check 0/NULL
X-SVN-Rev: 8993
2002-07-02 15:10:30 +00:00
GCL Shanghai
1e188eca35 ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
2002-06-29 09:31:05 +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
Alan Liu
63cb0eebd2 ICU-1115 add multicharacter strings and iteration to uset API
X-SVN-Rev: 8784
2002-06-04 23:37:20 +00:00
Alan Liu
237c0e67c3 ICU-1115 move UnicodeSet from i18n to common; also move affiliated classes; update USet to wrap UnicodeSet
X-SVN-Rev: 8721
2002-05-29 18:36:09 +00:00