Commit Graph

7815 Commits

Author SHA1 Message Date
Doug Felt
80ce3b2d6c ICU-2400 fix bad farsi rules that cause RBNF endless recursion
X-SVN-Rev: 10061
2002-10-24 20:22:42 +00:00
Markus Scherer
fcaeac080f ICU-1669 document out-of-bounds behavior of moveIndex32 and char[32]At
X-SVN-Rev: 10059
2002-10-24 18:30:07 +00:00
Markus Scherer
373c701aa5 ICU-2145 fix a test bug
X-SVN-Rev: 10058
2002-10-24 17:38:27 +00:00
Markus Scherer
a44e92d425 ICU-2145 add u_strrstr, fix a bug
X-SVN-Rev: 10057
2002-10-24 17:29:35 +00:00
Markus Scherer
71eb1f29bc ICU-2145 test consistent behavior of binary string searches
X-SVN-Rev: 10056
2002-10-24 17:28:23 +00:00
Markus Scherer
b1246ef900 ICU-2145 consistent behavior of binary string searches
X-SVN-Rev: 10055
2002-10-24 01:49:58 +00:00
Vladimir Weinstein
8d1a83e3d5 ICU-1855 Considered strings to be Null-terminated, when they were not. Fixed.
X-SVN-Rev: 10054
2002-10-23 21:11:51 +00:00
Andy Heninger
b5a133cc7d ICU-105 Regular Expressions, ongoing development
X-SVN-Rev: 10053
2002-10-23 16:38:10 +00:00
Steven R. Loomis
9584108a83 ICU-2394 version info in data DLL
X-SVN-Rev: 10052
2002-10-23 01:20:43 +00:00
Andy Heninger
6bd8583607 ICU-105 Regular Expressions initial check in
X-SVN-Rev: 10051
2002-10-23 01:14:17 +00:00
Andy Heninger
11891ab0d8 ICU-105 Regular Expressions initial check in
X-SVN-Rev: 10050
2002-10-22 00:09:32 +00:00
George Rhoten
c6a0025e15 ICU-2296 Fix for HP/UX. Properly use the ICU namespace.
X-SVN-Rev: 10049
2002-10-19 00:39:17 +00:00
Ram Viswanadha
4d1e11911c ICU-2353 delete duplicate declaration
X-SVN-Rev: 10046
2002-10-17 23:31:55 +00:00
Vladimir Weinstein
109a29abd0 ICU-1856 Updated Cyrillic based locales to use [suppressContraction ] modifier in order to improve performance. They also copy UCA Cyrillic data, since the size of binaries doesn't increase, but performance does. Modified tests according to these changes.
X-SVN-Rev: 10045
2002-10-17 23:12:43 +00:00
Vladimir Weinstein
a7a90bbc4b ICU-1855 Updated Korean collation data with a [copy ] modifier that copies and resolves a list of modern Hangul syllables, thus improving the performance of Korean collation
X-SVN-Rev: 10044
2002-10-17 23:10:50 +00:00
Ram Viswanadha
42b589c585 ICU-2075 fix unaligned trap error, add test to verify malloc returns aligned chunk of memory
X-SVN-Rev: 10042
2002-10-17 22:44:01 +00:00
George Rhoten
8d1bde4d85 ICU-2391 Add some missing locale data for country and language names
X-SVN-Rev: 10041
2002-10-17 22:25:46 +00:00
George Rhoten
444e8eca7c ICU-2391 Add some missing locale data for country and language names
X-SVN-Rev: 10037
2002-10-17 00:26:51 +00:00
Vladimir Weinstein
d756219b70 ICU-1855 Introducing [copy ] and [suppressContractions ] arguments (also covers j2288 and parts of j1856)
X-SVN-Rev: 10036
2002-10-16 22:34:16 +00:00
Markus Scherer
3c1af22751 ICU-2296 update readme
X-SVN-Rev: 10034
2002-10-16 00:07:09 +00:00
George Rhoten
4e2e0b8492 ICU-2131 Remove dead rbbi data. The real data are in the .brk files.
X-SVN-Rev: 10033
2002-10-15 23:35:23 +00:00
Steven R. Loomis
3e14bec41d ICU-2375 document C++ Locale difference from Java.
X-SVN-Rev: 10031
2002-10-15 22:00:55 +00:00
Markus Scherer
93018c58f9 ICU-2296 optimize use of UnicodeString, copy string objects less often
X-SVN-Rev: 10030
2002-10-15 00:36:11 +00:00
Markus Scherer
d8cd28cf02 ICU-2296 optimize use of UnicodeString, copy string objects less often
X-SVN-Rev: 10029
2002-10-12 01:09:00 +00:00
Markus Scherer
b6de7e771f ICU-2296 add fastCopyFrom, change normal copying
X-SVN-Rev: 10028
2002-10-12 01:04:09 +00:00
Markus Scherer
5d740a29e2 ICU-2296 add fastCopyFrom
X-SVN-Rev: 10027
2002-10-12 00:59:36 +00:00
Ram Viswanadha
4b930f6d8b ICU-2363 don't use U_INLINE in header files. Fixed some compiler warnings
X-SVN-Rev: 10023
2002-10-11 23:12:31 +00:00
Helena Chapman
756d2b1bdf ICU-2122 fix the uninitialized memory.
X-SVN-Rev: 10022
2002-10-11 22:59:27 +00:00
Alan Liu
4418da5765 ICU-2061 implement uenum_nextDefault; re-use aux buffer instead of mallocing it each time; handle NULL return
X-SVN-Rev: 10021
2002-10-11 20:22:04 +00:00
Alan Liu
c647ceba6b ICU-2061 declare uenum_nextDefault; enhance existing docs a bit
X-SVN-Rev: 10020
2002-10-11 20:20:46 +00:00
Alan Liu
1c63818c39 ICU-2061 add test for default next() implementation; enhance existing tests a bit
X-SVN-Rev: 10019
2002-10-11 20:19:33 +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
Alan Liu
5eb64a5da4 ICU-2038 initial performance test for UnicodeSet
X-SVN-Rev: 10017
2002-10-10 21:17:07 +00:00
Ram Viswanadha
9883485385 ICU-2363 Don't use struct timezone it is deprecated.
X-SVN-Rev: 10014
2002-10-10 20:07:17 +00:00
Ram Viswanadha
a5fcacf0f0 ICU-2363 add new line at end of the file
X-SVN-Rev: 10013
2002-10-10 16:23:58 +00:00
Ram Viswanadha
eef0dfd49c ICU-2363 fixes for linux
X-SVN-Rev: 10010
2002-10-10 01:33:59 +00:00
Ram Viswanadha
fc0ab79006 ICU-2363 Performance test take 1
X-SVN-Rev: 10009
2002-10-10 01:18:33 +00:00
Ram Viswanadha
6ba868cb2f ICU-2055 Text to RB XML conversion tool + fixes for changes in UCBUF
X-SVN-Rev: 10008
2002-10-10 01:05:51 +00:00
Ram Viswanadha
e1e50fab17 ICU-2363 Performance test take 1
X-SVN-Rev: 10007
2002-10-10 01:04:15 +00:00
Markus Scherer
e189db4818 ICU-1794 add UnicodeString::hasMoreChar32Than
X-SVN-Rev: 10005
2002-10-09 21:37:48 +00:00
Markus Scherer
a617b35b4a ICU-1794 test UnicodeString::hasMoreChar32Than
X-SVN-Rev: 10004
2002-10-09 21:36:47 +00:00
Markus Scherer
634c3d5a9d ICU-1794 test u_strHasMoreChar32Than
X-SVN-Rev: 10003
2002-10-09 20:40:19 +00:00
Markus Scherer
5b9c9d52df ICU-1794 add u_strHasMoreChar32Than
X-SVN-Rev: 10002
2002-10-09 20:40:05 +00:00
Markus Scherer
56b303282e ICU-1794 split ustring.h function tests from cucdtst.c into new custrtst.c
X-SVN-Rev: 9997
2002-10-09 18:35:04 +00:00
Markus Scherer
c8bba9db42 ICU-2343 remove UCharReference and non-const UnicodeString::operator[]
X-SVN-Rev: 9994
2002-10-08 23:56:15 +00:00
Ram Viswanadha
bf2640bf1c ICU-2323 Test fix for ID 7
X-SVN-Rev: 9990
2002-10-08 17:46:06 +00:00
Ram Viswanadha
995308afe4 ICU-2323 fix for ID 7
X-SVN-Rev: 9989
2002-10-08 17:45:39 +00:00
Vladimir Weinstein
3dcfc893c6 ICU-2305 Vladimir was too eager changing stuff: variable top was a int32_t and should stay that way
X-SVN-Rev: 9987
2002-10-08 16:10:49 +00:00
Markus Scherer
d815c4ce11 ICU-2150 check for valid code point
X-SVN-Rev: 9986
2002-10-08 01:08:34 +00:00
Markus Scherer
e37690683e ICU-2351 all UnicodeString modifications should make a bogus string valid/empty
X-SVN-Rev: 9980
2002-10-05 00:38:27 +00:00