George Rhoten
7852ecd6df
ICU-988 Some LCID numbers now go to a real locale, but the name was different than anticipated.
...
X-SVN-Rev: 4955
2001-06-11 23:49:04 +00:00
George Rhoten
4989003b4b
ICU-988 The LCID numbers were incorrect
...
X-SVN-Rev: 4954
2001-06-11 23:46:00 +00:00
Alan Liu
2b40cbd993
ICU-989 register Any-Name, Name-Any
...
X-SVN-Rev: 4953
2001-06-11 23:45:22 +00:00
Alan Liu
158ec8fd9a
ICU-989 add test for Any-Name, Name-Any
...
X-SVN-Rev: 4952
2001-06-11 23:44:50 +00:00
Alan Liu
b7a59ad75a
ICU-989 add Any-Name, Name-Any to unix build
...
X-SVN-Rev: 4951
2001-06-11 23:44:11 +00:00
Alan Liu
a2d0cfbe1c
ICU-989 add Any-Name, Name-Any to win32 build
...
X-SVN-Rev: 4950
2001-06-11 23:43:32 +00:00
Alan Liu
8f8fbedbfa
ICU-989 implement algorithmic Any-Name, Name-Any
...
X-SVN-Rev: 4948
2001-06-11 23:38:54 +00:00
Alan Liu
cc3428af39
ICU-965 update unix makefile for new source
...
X-SVN-Rev: 4947
2001-06-11 23:07:31 +00:00
Alan Liu
d43d381a4d
ICU-966 fix calculation of error context length
...
X-SVN-Rev: 4946
2001-06-11 22:55:31 +00:00
Andy Heninger
8aa6ff0e26
ICU-880 collperf: add options to dump CEs, specify rules file.
...
X-SVN-Rev: 4945
2001-06-11 20:37:27 +00:00
Alan Liu
2bb771200d
ICU-965 add Any-Lower, Any-Upper, and Any-Title to Win32 build
...
X-SVN-Rev: 4944
2001-06-11 20:12:06 +00:00
Alan Liu
1c7ee13552
ICU-965 test Any-Lower, Any-Upper, and Any-Title transliterators
...
X-SVN-Rev: 4943
2001-06-11 19:56:35 +00:00
Alan Liu
e8a68346ba
ICU-965 register Any-Lower, Any-Upper, and Any-Title transliterators
...
X-SVN-Rev: 4942
2001-06-11 19:55:54 +00:00
Alan Liu
dd59c6db0d
ICU-965 create Any-Lower, Any-Upper, and Any-Title transliterators
...
X-SVN-Rev: 4941
2001-06-11 19:51:46 +00:00
Alan Liu
18db07d235
ICU-965 create TransformTransliterator
...
X-SVN-Rev: 4940
2001-06-11 19:23:05 +00:00
Alan Liu
44bc4891f6
ICU-986 #ifdef out tests for deprecated API immediately; API itself to be removed Jun-30-2002
...
X-SVN-Rev: 4939
2001-06-11 19:11:24 +00:00
George Rhoten
68f03c53d0
ICU-961 Don't declare a UChar with 'A'. Declare it as 0x0041 for EBCDIC machines
...
X-SVN-Rev: 4938
2001-06-11 18:38:05 +00:00
Alan Liu
a7dbf8c6b6
ICU-986 add deprecation tags
...
X-SVN-Rev: 4937
2001-06-11 17:37:56 +00:00
Alan Liu
635ea16a39
ICU-986 remove non-essential calls to nextDouble and previousDouble
...
X-SVN-Rev: 4936
2001-06-11 17:32:50 +00:00
Alan Liu
379614f50f
ICU-986 add new tests for new ChoiceFormat API
...
X-SVN-Rev: 4934
2001-06-11 17:22:24 +00:00
Alan Liu
92e848829c
ICU-986 add TESTCASE macro to IntlTest header for use by all subclasses
...
X-SVN-Rev: 4933
2001-06-11 17:21:58 +00:00
Alan Liu
a451009ae6
ICU-986 reimplement ChoiceFormat without using nextDouble or previousDouble
...
X-SVN-Rev: 4932
2001-06-11 17:21:28 +00:00
Alan Liu
15fd2afcdb
ICU-986 add new API to ChoiceFormat using closures array
...
X-SVN-Rev: 4931
2001-06-11 17:21:09 +00:00
Alan Liu
df4993cedb
ICU-975 make test names match class names, clean up file
...
X-SVN-Rev: 4929
2001-06-11 17:06:56 +00:00
Vladimir Weinstein
42af6a93ce
ICU-96 better rules for digits...
...
X-SVN-Rev: 4928
2001-06-09 01:24:02 +00:00
Vladimir Weinstein
29065f53ea
ICU-96 checking whether any of ICU tailoring sets jamo special flag (none should)
...
X-SVN-Rev: 4927
2001-06-09 01:23:05 +00:00
George Rhoten
e26f0d5676
ICU-961 Forgot to fix the other UCOL_DEFAULT_NORMALIZATION for as/400
...
X-SVN-Rev: 4923
2001-06-08 16:24:55 +00:00
Vladimir Weinstein
380f28a1c9
ICU-96 one more test
...
X-SVN-Rev: 4922
2001-06-08 06:11:03 +00:00
Vladimir Weinstein
ac81f1576a
ICU-96 improved UCARules
...
X-SVN-Rev: 4921
2001-06-08 05:54:38 +00:00
Vladimir Weinstein
241bcfb46c
ICU-96 fixed a typo in rules supplied to Lotus that caused Jamos to become special
...
X-SVN-Rev: 4920
2001-06-08 05:53:58 +00:00
Vladimir Weinstein
bc82668594
ICU-96 fixed a mental typo (uint16_t is not UChar)
...
X-SVN-Rev: 4919
2001-06-08 05:51:29 +00:00
Syn Wee Quek
62f2fc9fd7
ICU-96
...
Added weird expansion rule test TestExpansion.
It is currently disabled.
X-SVN-Rev: 4918
2001-06-08 02:11:28 +00:00
Syn Wee Quek
15b2232eca
ICU-861 Sets the string end pointer after reset.
...
X-SVN-Rev: 4917
2001-06-08 01:16:44 +00:00
Vladimir Weinstein
c568f25e06
ICU-96 was comparing uint32_t to NULL - not anymore (linux build fail)
...
X-SVN-Rev: 4913
2001-06-07 21:50:15 +00:00
George Rhoten
c6da6bb4c2
ICU-961 Add newline at the end of the header file.
...
X-SVN-Rev: 4912
2001-06-07 21:29:34 +00:00
Vladimir Weinstein
5e30c2c882
ICU-96 BRAINDEAD CVS allowed new revision not to contain changes from the previous revision. Changes remerged now.
...
X-SVN-Rev: 4911
2001-06-07 21:28:56 +00:00
Yves Arrouye
78e52aba92
ICU-963 oops, it's U_ICUDATA_NAME nor U_ICUDATA_FILE
...
X-SVN-Rev: 4910
2001-06-07 17:14:44 +00:00
Syn Wee Quek
2af391abd3
Removed Javadoc generation for test classes.
...
X-SVN-Rev: 4909
2001-06-07 01:13:19 +00:00
Yves Arrouye
5cfa04f7fd
ICU-963 added a check for specific files in the hardcoded directory
...
before we get too fancy with library pathes, since we can get it wrong when
differently compiled, and incomplete, ICUs, are installed in different
locations.
X-SVN-Rev: 4908
2001-06-06 23:32:41 +00:00
Andy Heninger
a581d73d9c
ICU-880 Add message when using locale fallbacks, increase max file size.
...
X-SVN-Rev: 4907
2001-06-06 23:30:49 +00:00
Andy Heninger
52afc81fd8
ICU-880 Updated readme file for collperf test program
...
X-SVN-Rev: 4906
2001-06-06 23:28:06 +00:00
Andy Heninger
da3db6fbc5
ICU-880 GetSpecialCE Contraction code: add comments restructure w more use of inline funcs
...
X-SVN-Rev: 4905
2001-06-06 23:26:50 +00:00
Vladimir Weinstein
ef075eb26d
ICU-96 fixed a memory leak
...
X-SVN-Rev: 4904
2001-06-06 22:13:37 +00:00
Vladimir Weinstein
fa39dba08d
ICU-96 fixed a memory leak
...
X-SVN-Rev: 4903
2001-06-06 22:03:58 +00:00
Vladimir Weinstein
19cd1bac03
ICU-96 removed unneeded field
...
X-SVN-Rev: 4902
2001-06-06 22:03:20 +00:00
Vladimir Weinstein
8cf3fe9370
ICU-96 fixed some compiler warnings
...
X-SVN-Rev: 4901
2001-06-06 20:48:57 +00:00
Vladimir Weinstein
c5893f84ac
ICU-96 updated and added tests
...
X-SVN-Rev: 4900
2001-06-06 20:38:43 +00:00
Vladimir Weinstein
d303dc03ef
ICU-96 fixed some compiler warnings
...
X-SVN-Rev: 4899
2001-06-06 20:37:10 +00:00
Vladimir Weinstein
333c696753
ICU-96 Major cleanup
...
X-SVN-Rev: 4898
2001-06-06 20:21:48 +00:00
Vladimir Weinstein
3e4870f350
ICU-96 fix to signed/unsigned issue when dealing with contractions
...
X-SVN-Rev: 4897
2001-06-06 20:21:16 +00:00