Commit Graph

1331 Commits

Author SHA1 Message Date
Alan Liu
e5a8f1678a ICU-1544 add virtual extractBetween() to Replaceable and new UReplaceableCallback member 'extract'
X-SVN-Rev: 7788
2002-02-26 17:50:59 +00:00
George Rhoten
fb2f039c5b ICU-837 First shot at fixing up ustdio for better compatibility with stdio.
X-SVN-Rev: 7747
2002-02-23 00:34:39 +00:00
Alan Liu
e5010d90d3 ICU-1234 cleanup instantiateList()
X-SVN-Rev: 7738
2002-02-21 22:48:35 +00:00
Markus Scherer
aae7ac8a66 ICU-1126 move break iterator code to common library so that titlecasing can use it
X-SVN-Rev: 7728
2002-02-21 04:42:32 +00:00
George Rhoten
6b6183346e ICU-1234 Init UErrorCode.
X-SVN-Rev: 7727
2002-02-20 23:01:27 +00:00
George Rhoten
4a092351fa ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7721
2002-02-20 18:13:29 +00:00
Markus Scherer
e5810db15c ICU-1036 use new internal per-code point case mapping functions - still need to pass in UCharIterator
X-SVN-Rev: 7718
2002-02-20 02:10:29 +00:00
Alan Liu
627e6e6575 ICU-1234 cleanup
X-SVN-Rev: 7712
2002-02-20 00:01:31 +00:00
George Rhoten
ab65ffa94f ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 7709
2002-02-19 23:17:20 +00:00
Yves Arrouye
96eda2afe7 ICU-1681 do not test for U+0020 it is handled already.
X-SVN-Rev: 7671
2002-02-14 20:39:27 +00:00
Yves Arrouye
327f965b6b ICU-1681 simply use U_EXTENDED_CHAR_NAME to do the transliteration.
X-SVN-Rev: 7658
2002-02-14 05:45:39 +00:00
George Rhoten
eba490c4ec ICU-1616 Fix some more of the Locale data
X-SVN-Rev: 7654
2002-02-14 02:27:03 +00:00
Vladimir Weinstein
9ee1fbffd3 ICU-1682 Canonical iterator - port to C++, first revision
X-SVN-Rev: 7647
2002-02-13 19:24:02 +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
Syn Wee Quek
9304e48db0 ICU-1705 Faster reset().
X-SVN-Rev: 7640
2002-02-13 01:56:45 +00:00
Syn Wee Quek
8b31fa8d51 ICU-1705 Internal collator update supported.
X-SVN-Rev: 7635
2002-02-13 01:01:33 +00:00
Markus Scherer
45ecba1dc5 ICU-1700 public C API for iterative normalization
X-SVN-Rev: 7622
2002-02-10 00:11:16 +00:00
Markus Scherer
66da760bc5 ICU-1686 use public instead of private C API for character iteration
X-SVN-Rev: 7621
2002-02-09 21:59:27 +00:00
George Rhoten
92e9c4a2eb ICU-1499 Change DateTimeElements from string array -> intvector.
X-SVN-Rev: 7606
2002-02-08 02:48:01 +00:00
Steven R. Loomis
5eed47ddd2 ICU-1234 Integration fix for AIX, don't 'goto' around variable inits. PS this is a cool jitterbug number, did you have to pay extra for it?
X-SVN-Rev: 7600
2002-02-08 01:10:41 +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
George Rhoten
c1999d8ac3 ICU-1234 Fix for Linux
X-SVN-Rev: 7585
2002-02-07 02:08:12 +00:00
Alan Liu
944717f83a ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support
X-SVN-Rev: 7583
2002-02-07 01:40:01 +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
Syn Wee Quek
8e3f85615a ICU-1696 Updating with UnicodeString::getBuffer instead of extract()
X-SVN-Rev: 7580
2002-02-07 00:18:19 +00:00
Yves Arrouye
9627c44495 ICU-1681 use Unicode 1.0 names ourselves until u_charName() does it,
and have name2uni.cpp recognize these too.

X-SVN-Rev: 7572
2002-02-06 02:05:49 +00:00
Yves Arrouye
3ae049ff27 ICU-1681 use uprv_strlen().
X-SVN-Rev: 7556
2002-02-02 00:14:27 +00:00
Yves Arrouye
84d3915988 ICU-1681 use U+XXXX as a name when there is no Unicode 2.0 name.
Will be changed to use the Unicode 1.0 name too if that is what we decide.

X-SVN-Rev: 7546
2002-01-31 17:49:00 +00:00
George Rhoten
30f7f026e1 ICU-1616 Pay more attention to UErrorCode
X-SVN-Rev: 7533
2002-01-30 06:18:26 +00:00
George Rhoten
d80f01ccbf ICU-1616 Add comment about locale data verification.
X-SVN-Rev: 7532
2002-01-30 06:17:12 +00:00
Vladimir Weinstein
1e4be9dcb9 ICU-847 Work with set sortkey length also
X-SVN-Rev: 7531
2002-01-30 06:16:58 +00:00
Vladimir Weinstein
c85bfd56c3 ICU-847 revised API and logic for bound generator. Needs more tests and examples
X-SVN-Rev: 7501
2002-01-24 23:02:02 +00:00
Vladimir Weinstein
8f52fc6f60 ICU-1599 made ucol_tok_inittokenlist more robust
X-SVN-Rev: 7479
2002-01-23 18:26:47 +00:00
George Rhoten
0836738cc1 ICU-1630 Move UMTX from utypes.h to umutex.h,
and remove unneeded references to mutex.h (so we can find multithreading issues more easily)

X-SVN-Rev: 7478
2002-01-23 17:17:06 +00:00
George Rhoten
2766f1ce9c ICU-1629 Remove an inaccurate comment between the invariant converter and the default converter
X-SVN-Rev: 7475
2002-01-23 02:03:11 +00:00
George Rhoten
9307dbf205 ICU-1272 Hide the cleanup functionality
X-SVN-Rev: 7474
2002-01-23 02:01:19 +00:00
George Rhoten
24fb5c7668 ICU-1629 Simplify UnicodeString creation
X-SVN-Rev: 7471
2002-01-22 00:27:49 +00:00
Vladimir Weinstein
429d200e9d ICU-847 upper and lower bound APIs - working version, not fully complete
X-SVN-Rev: 7469
2002-01-21 23:54:34 +00:00
George Rhoten
c6f5b3eedc ICU-1099 Make all string data const
X-SVN-Rev: 7467
2002-01-21 21:40:41 +00:00
Yves Arrouye
ba0e60f683 ICU-1608 fix a bug in uprv_uca_cloneTempTable() that crashes
uprv_uca_closeTempTable().

X-SVN-Rev: 7443
2002-01-17 04:25:48 +00:00
George Rhoten
be02bc0060 ICU-1612 Fix SimpleTimeZone::setDSTSavings
X-SVN-Rev: 7437
2002-01-12 01:29:22 +00:00
Markus Scherer
f5a5b2efe6 ICU-1611 use u_enumCharTypes in UnicodePropertySet::getCategorySet
X-SVN-Rev: 7435
2002-01-12 00:22:55 +00:00
George Rhoten
b3b7b301d6 ICU-882 Remove old version of setDSTSavings()
X-SVN-Rev: 7432
2002-01-11 23:37:57 +00:00
Vladimir Weinstein
ae091aac7b ICU-1602 long primary build code. Also fix for a bug that assigned values to implicit CEs in CJK range (the data was correct, but it increased the size of the data file)
X-SVN-Rev: 7411
2002-01-08 22:16:56 +00:00
Vladimir Weinstein
8be8e7e5c4 ICU-1602 runtime support for three byte primaries
X-SVN-Rev: 7401
2002-01-08 00:11:54 +00:00
Vladimir Weinstein
2131d21888 ICU-1594 remove supplemental latin1 mapping from the data file, as there is one already included in the utrie, and
jitterbug 1599: testing the results of malloc/realloc, preserving status in some operations

X-SVN-Rev: 7377
2001-12-28 20:58:58 +00:00
Vladimir Weinstein
99976f36e8 ICU-1594 remove supplemental latin1 mapping from the data file, as there is one already included in the utrie
X-SVN-Rev: 7376
2001-12-28 20:55:24 +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
b310fd38da ICU-1594 collation now uses generalized utrie data structure
X-SVN-Rev: 7352
2001-12-19 07:00:45 +00:00
Alan Liu
b8d527f6ac ICU-929 fix indexOf bug
X-SVN-Rev: 7347
2001-12-13 22:57:08 +00:00