Commit Graph

7514 Commits

Author SHA1 Message Date
Steven R. Loomis
1f599f9a68 ICU-1752 C comments
X-SVN-Rev: 7938
2002-03-11 23:52:03 +00:00
Steven R. Loomis
1c6e1c40fb ICU-1730 C comments fixed
X-SVN-Rev: 7937
2002-03-11 23:39:43 +00:00
Steven R. Loomis
7361bd3f0c ICU-1748 undo change to libicudata name
X-SVN-Rev: 7936
2002-03-11 23:38:25 +00:00
Doug Felt
9656a20ec3 ICU-1761 add missing class
X-SVN-Rev: 7935
2002-03-11 19:59:16 +00:00
Markus Scherer
abccfeaf2e ICU-1682 move caniter.h from i18n/unicode (public) to i18n (internal)
X-SVN-Rev: 7934
2002-03-11 17:48:49 +00:00
Markus Scherer
2539512448 ICU-1682 use internal normalizer api to get data for canonical equivalence, move caniter.h from i18n/unicode (public) to i18n (internal)
X-SVN-Rev: 7933
2002-03-11 17:48:33 +00:00
Markus Scherer
76bec13586 ICU-1682 use internal normalizer api to get data for canonical equivalence
X-SVN-Rev: 7932
2002-03-11 17:48:06 +00:00
Markus Scherer
dee8abeeec ICU-1754 add internal APIs for canonical equivalence
X-SVN-Rev: 7931
2002-03-11 17:43:52 +00:00
Markus Scherer
fae8399d33 ICU-1754 add some const where necessary
X-SVN-Rev: 7930
2002-03-11 17:35:11 +00:00
Syn Wee Quek
36e2c09abf ICU-1707
Removing testing printlns.

X-SVN-Rev: 7929
2002-03-10 20:41:23 +00:00
Doug Felt
8c5deb23eb ICU-1761 make icu4j compile and run with jdk1.4
X-SVN-Rev: 7928
2002-03-10 19:40:17 +00:00
Markus Scherer
dad663425c ICU-1754 store data for canonical closure
X-SVN-Rev: 7927
2002-03-09 06:00:42 +00:00
Markus Scherer
74d240ec1e ICU-1754 USet - poor man's UnicodeSet, very simple, all C, efficient serialization & functions working directly on serialized form
X-SVN-Rev: 7926
2002-03-09 05:57:39 +00:00
Mark Davis
da6318b07c ICU-1682 minor doc changes. Note: previous versions entered under 1683 should have been 1682
X-SVN-Rev: 7925
2002-03-09 02:48:33 +00:00
Alan Liu
796021da0e ICU-162 amend comment
X-SVN-Rev: 7924
2002-03-09 01:07:45 +00:00
Andy Heninger
4408855d3f ICU-1730 UnicodeString thread safety changes
X-SVN-Rev: 7923
2002-03-09 00:36:54 +00:00
Andy Heninger
e8643521f8 ICU-1730 add test for UnicodeString thread safety.
X-SVN-Rev: 7922
2002-03-08 23:38:48 +00:00
Syn Wee Quek
bcf95dc945 ICU-1741
adding apis and partial version number support

X-SVN-Rev: 7921
2002-03-08 23:38:26 +00:00
George Rhoten
6477fef522 ICU-1568 Don't echo so much text so that the build server can more easily find error messages.
X-SVN-Rev: 7920
2002-03-08 22:01:16 +00:00
Andy Heninger
9981b416f2 ICU-1760 add ubrk_isBoundary(), which was some how missing.
X-SVN-Rev: 7919
2002-03-08 18:58:46 +00:00
Syn Wee Quek
fdc75f3083 ICU-1707
adding draft comments

X-SVN-Rev: 7918
2002-03-08 18:23:52 +00:00
Syn Wee Quek
07b8f81355 ICU-1741
adding draft comments.

X-SVN-Rev: 7917
2002-03-08 18:22:59 +00:00
George Rhoten
5c0436d02d ICU-1707 Fix an uninitialized variable.
X-SVN-Rev: 7916
2002-03-08 17:09:13 +00:00
George Rhoten
b36e9d8a1a ICU-162 Don't use // in a C file.
X-SVN-Rev: 7915
2002-03-08 17:04:20 +00:00
George Rhoten
b1aae91cca ICU-1757 Fix the problem with genuca using SFIO libraries.
X-SVN-Rev: 7914
2002-03-08 02:16:37 +00:00
Syn Wee Quek
51df46827d ICU-1707
New character name iteration

X-SVN-Rev: 7913
2002-03-08 02:04:00 +00:00
Syn Wee Quek
2868b2a4d6 ICU-1707
General interface for int-object iteration

X-SVN-Rev: 7912
2002-03-08 02:02:39 +00:00
Syn Wee Quek
f176b07142 ICU-1741
Unicode version stored as a VersionInfo object

X-SVN-Rev: 7911
2002-03-08 01:58:23 +00:00
George Rhoten
81310aa373 ICU-1756 Hopefully fix the case when the directory has a space in the name.
X-SVN-Rev: 7910
2002-03-08 01:57:46 +00:00
Steven R. Loomis
1d4f1aac65 ICU-1748 fix AIX non multithreaded build
X-SVN-Rev: 7909
2002-03-08 00:25:53 +00:00
Syn Wee Quek
2f2600cf84 ICU-1741
removed compiler warnings.

X-SVN-Rev: 7908
2002-03-08 00:24:09 +00:00
Markus Scherer
bc4cb64d37 ICU-1721 implement Full_Composition_Exclusion
X-SVN-Rev: 7907
2002-03-07 19:57:23 +00:00
Markus Scherer
bae87c5158 ICU-1754 u_parseString() allow the input to be NUL-terminated
X-SVN-Rev: 7906
2002-03-07 19:57:00 +00:00
Markus Scherer
efe9c23d9f ICU-1754 parse/store in unorm.dat Full_Composition_Exclusion and FC_NFKC_Closure
X-SVN-Rev: 7905
2002-03-07 19:56:30 +00:00
Markus Scherer
3da93e7247 ICU-1754 parse/store in unorm.dat Full_Composition_Exclusion and FC_NFKC_Closure
X-SVN-Rev: 7904
2002-03-07 19:49:37 +00:00
Vladimir Weinstein
16883d2b8f ICU-1753 using character enumeration for canonical closure
X-SVN-Rev: 7903
2002-03-07 19:23:21 +00:00
Vladimir Weinstein
4ad979258e ICU-1752 added test for bug fix [before] implementation. Also updated tests that use internal parsing APIs
X-SVN-Rev: 7902
2002-03-07 19:06:00 +00:00
Vladimir Weinstein
69f8338735 ICU-1752 fix bug [before] implementation, refactored handling of the resets
X-SVN-Rev: 7901
2002-03-07 18:59:00 +00:00
GCL Shanghai
a0d7dba1cb ICU-1751 Failure in ICU4J tests
X-SVN-Rev: 7900
2002-03-07 05:13:36 +00:00
Mark Davis
c23d26e552 ICU-1749 preliminary work on adding strings.
X-SVN-Rev: 7899
2002-03-07 00:39:36 +00:00
George Rhoten
6f6308e270 ICU-1602 Remove some unneeded whitespace to reduce the data library size
X-SVN-Rev: 7898
2002-03-07 00:22:06 +00:00
Markus Scherer
56cc2f13b4 ICU-1721 implement all binary properties except Full_Composition_Exclusion
X-SVN-Rev: 7897
2002-03-06 23:31:11 +00:00
George Rhoten
b8fe07497d ICU-1602 We don't need to collate Unicode PUA characters normally, especially in this case.
The PUA in these locales are generally binary order at the end of the collation, except for a few gaps.
Most platforms don't agree what these PUA characters are for, and some don't even seem to be in a codepage.

X-SVN-Rev: 7896
2002-03-06 23:25:04 +00:00
Alan Liu
e060a452f8 ICU-162 add test for udat_parseCalendar
X-SVN-Rev: 7895
2002-03-06 20:42:32 +00:00
Alan Liu
ef77896421 ICU-162 add udat_parseCalendar
X-SVN-Rev: 7894
2002-03-06 20:41:57 +00:00
George Rhoten
a4fb5132cb ICU-1007 Make it easier to prune the directories from CVS
X-SVN-Rev: 7893
2002-03-06 19:53:59 +00:00
George Rhoten
adbc9f858d ICU-1568 Follow the 8.3 naming convention on files, which is still
important on older brain dead machines that ICU is still used on.

X-SVN-Rev: 7892
2002-03-06 19:46:00 +00:00
Mark Davis
dbaade006e ICU-1749 preliminary work on adding strings. (also fixed import in TrieIterator so it works with VisualCafe.)
X-SVN-Rev: 7891
2002-03-06 19:28:32 +00:00
Alan Liu
badaf1c4ac ICU-1586 fix bug revealed by changes in UCharacter
X-SVN-Rev: 7890
2002-03-06 00:37:52 +00:00
Markus Scherer
d49669597e ICU-1721 re-remove Other_Case_Ignorable property, deemed too uncertain right now if it will become an official UCD file property
X-SVN-Rev: 7886
2002-03-05 02:03:10 +00:00