Commit Graph

7404 Commits

Author SHA1 Message Date
Vladimir Weinstein
e780d6a7c6 ICU-1682 enabled the test for canonically equivalent contractions
X-SVN-Rev: 7978
2002-03-13 06:04:01 +00:00
Vladimir Weinstein
cf9c395347 ICU-898 updated C++ tests for Collator::getLocale()
X-SVN-Rev: 7977
2002-03-13 06:02:54 +00:00
Ram Viswanadha
8501a83bf0 ICU-1763 Update the unorm.dat and implement internal APIs.
X-SVN-Rev: 7976
2002-03-13 05:57:36 +00:00
Vladimir Weinstein
82c614068b ICU-1735 updated test for Locale::setToBogus()
X-SVN-Rev: 7975
2002-03-13 05:56:10 +00:00
Vladimir Weinstein
6155a8b5fb ICU-898 updated C test for ucol_getLocale()
X-SVN-Rev: 7974
2002-03-13 05:54:56 +00:00
Vladimir Weinstein
376e2e3d13 ICU-898 implementation of getLocale function and method. User can now select the type of locale to get back (requested, valid, actual)
X-SVN-Rev: 7973
2002-03-13 05:48:25 +00:00
Syn Wee Quek
c37e26720d ICU-1721
adding additional properties

X-SVN-Rev: 7972
2002-03-13 05:44:14 +00:00
Vladimir Weinstein
4596590d0c ICU-1735 changed setBogus to setToBogus, added an enum for getLocale argument
X-SVN-Rev: 7971
2002-03-13 05:14:56 +00:00
Syn Wee Quek
89ba9f59d7 ICU-1707
made Element class static

X-SVN-Rev: 7970
2002-03-13 04:48:59 +00:00
Syn Wee Quek
68cef8fd8f ICU-809
replaced UnicodeString.farray by UnicodeString.getBuffer()

X-SVN-Rev: 7969
2002-03-13 04:46:42 +00:00
Syn Wee Quek
ba68284b32 ICU-809
replaced UnicodeString.farray by UnicodeString.getBuffer()

X-SVN-Rev: 7968
2002-03-13 03:18:11 +00:00
Syn Wee Quek
84194f7ed8 ICU-1707
made Element class final and added comments

X-SVN-Rev: 7967
2002-03-13 01:26:38 +00:00
Mark Davis
56d7b7fbf6 ICU-1764 fixed Element
X-SVN-Rev: 7966
2002-03-13 01:09:33 +00:00
Steven R. Loomis
ee99127887 ICU-1568 fix for HPUX
X-SVN-Rev: 7965
2002-03-13 00:09:32 +00:00
Steven R. Loomis
fb4700c602 ICU-1628 use FALSE not false
X-SVN-Rev: 7964
2002-03-12 23:21:52 +00:00
Andy Heninger
08b4fb16d0 ICU-1730 String Thread test class renamed to avoid conflicts with other stringtest
X-SVN-Rev: 7963
2002-03-12 23:15:41 +00:00
Alan Liu
e8ee5b0b55 ICU-1749 fixed pattern parsing code for multichar strings
X-SVN-Rev: 7962
2002-03-12 23:10:57 +00:00
Markus Scherer
43bbd95cc4 ICU-845 test normalizing concatenation
X-SVN-Rev: 7961
2002-03-12 23:00:50 +00:00
Markus Scherer
a66e125f97 ICU-845 implement Normalizer::concatenate
X-SVN-Rev: 7960
2002-03-12 23:00:16 +00:00
Markus Scherer
e7b91a2472 ICU-845 fix bug in unorm_concatenate (reversed src/dest in memcpy)
X-SVN-Rev: 7959
2002-03-12 22:59:37 +00:00
Markus Scherer
5ff144bcb1 ICU-845 fix const-ness bugs
X-SVN-Rev: 7958
2002-03-12 22:59:04 +00:00
Steven R. Loomis
1c7fd9c1c5 ICU-1682 caniter.o added to makefile: It works better if you plug it in. :)
X-SVN-Rev: 7957
2002-03-12 22:44:18 +00:00
Steven R. Loomis
22ada1b0e8 ICU-1682 move caniter.h from unicode/ (public) to i18n (internal)
X-SVN-Rev: 7956
2002-03-12 22:39:42 +00:00
Steven R. Loomis
571fb8184e ICU-837 add iotest's makefile.in to the generated list (not built automatically for now)
X-SVN-Rev: 7955
2002-03-12 22:02:26 +00:00
Andy Heninger
68f38c3807 ICU-1762 converter cache thread safety fixes
X-SVN-Rev: 7954
2002-03-12 21:54:23 +00:00
Vladimir Weinstein
5d8eed9047 ICU-1682 canonical closure for contractions now uses canonical iterator
X-SVN-Rev: 7953
2002-03-12 20:20:08 +00:00
Vladimir Weinstein
ad8cbb01bf ICU-1682 fixed bugs in canonical closure code
X-SVN-Rev: 7952
2002-03-12 20:19:34 +00:00
Ram Viswanadha
8cab51fb0a ICU-1763 comment out quickCheck for now
X-SVN-Rev: 7951
2002-03-12 19:39:41 +00:00
George Rhoten
8d18b336ec ICU-1753 Fix for HP/UX CC compiler bug.
X-SVN-Rev: 7950
2002-03-12 19:10:28 +00:00
Markus Scherer
ed77825943 ICU-1721 test new u_hasBinaryProperty() & u_isUXyz()
X-SVN-Rev: 7949
2002-03-12 19:09:41 +00:00
Markus Scherer
4593d2eb03 ICU-1721 fix spelling of UCHAR_IDS_TRINARY_OPERATOR, export properties functions
X-SVN-Rev: 7948
2002-03-12 19:09:08 +00:00
Markus Scherer
d91876465d ICU-1682 move caniter.h from i18n/unicode (public) to i18n (internal)
X-SVN-Rev: 7947
2002-03-12 17:55:21 +00:00
Ram Viswanadha
1229d591f4 ICU-1763 Classes for reading new normalization data and properties
X-SVN-Rev: 7946
2002-03-12 17:49:15 +00:00
George Rhoten
34c51ac8bf ICU-1748 Use the multithreaded AIX compiler when multithreading is used.
X-SVN-Rev: 7945
2002-03-12 17:14:58 +00:00
George Rhoten
1bc8c66e1f ICU-1036 Fix an HP/UX optimization bug with internal casing functions.
X-SVN-Rev: 7944
2002-03-12 16:57:57 +00:00
Steven R. Loomis
45500d7cb1 ICU-1568 static mode, static data on solaris, also fix data/out path for linking to libicudata
X-SVN-Rev: 7943
2002-03-12 03:51:04 +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
Vladimir Weinstein
b600896b2d ICU-1754 fixed bugs in support for canonical closure
X-SVN-Rev: 7941
2002-03-12 00:49:48 +00:00
Syn Wee Quek
72e4fe082e ICU-1741
updated comments.

X-SVN-Rev: 7940
2002-03-12 00:00:44 +00:00
Andy Heninger
600998cd7f ICU-1730 String Thread test debugged and strengthened
X-SVN-Rev: 7939
2002-03-11 23:53:20 +00:00
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