Vladimir Weinstein
|
c081239e61
|
ICU-1930 Fix for comparison of results of sortkey and strcoll and more verbosity
X-SVN-Rev: 9099
|
2002-07-11 17:46:02 +00:00 |
|
Vladimir Weinstein
|
d452fce04f
|
ICU-1978 add info methods to intltest
X-SVN-Rev: 9098
|
2002-07-11 17:40:35 +00:00 |
|
Vladimir Weinstein
|
57b15cfd55
|
ICU-1930 Added UCA conformance test and test files stubs
X-SVN-Rev: 9083
|
2002-07-10 22:23:43 +00:00 |
|
Vladimir Weinstein
|
dcfe706cfb
|
ICU-1930 we now unconditionally reorder Thai/Lao prevowels
X-SVN-Rev: 9075
|
2002-07-09 23:57:45 +00:00 |
|
George Rhoten
|
7023d677a4
|
ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9073
|
2002-07-09 22:42:04 +00:00 |
|
George Rhoten
|
c5d7d27ee3
|
ICU-1948 Add a newline at the end of the file.
X-SVN-Rev: 9072
|
2002-07-09 22:41:04 +00:00 |
|
Vladimir Weinstein
|
9402e79000
|
ICU-1972 enumeration revision based on discussion with George
X-SVN-Rev: 9071
|
2002-07-09 18:19:16 +00:00 |
|
Vladimir Weinstein
|
e86598713a
|
ICU-1972 basic enumeration example/test
X-SVN-Rev: 9069
|
2002-07-09 06:16:35 +00:00 |
|
Andy Heninger
|
3db27715c6
|
ICU-45 RBBI, bug in rule builder: crash with mismatched ()s.
X-SVN-Rev: 9064
|
2002-07-08 23:56:50 +00:00 |
|
Eric Mader
|
e79b6374ca
|
ICU-1289 Move UScriptRun to usc_impl.h for now.
X-SVN-Rev: 9059
|
2002-07-08 23:41:33 +00:00 |
|
Alan Liu
|
29f886f412
|
ICU-1097 move currency.* to ucurr.* and change ISO code parameters from char* to UChar*
X-SVN-Rev: 9049
|
2002-07-08 17:57:10 +00:00 |
|
George Rhoten
|
6f175f7072
|
ICU-1968 Fix and test another buffer overflow bug
X-SVN-Rev: 9032
|
2002-07-03 19:04:43 +00:00 |
|
George Rhoten
|
5e8dbd42fc
|
ICU-1892 Remove ibm-5210 and 21427 which are partial codepages of ibm-1370.
Add some other Euro regression tests.
X-SVN-Rev: 9031
|
2002-07-03 18:42:43 +00:00 |
|
Eric Mader
|
dcf2476a54
|
ICU-1068 Doh! Didn't need to regenerate. It was a bug in MarkTo*Positioning.
X-SVN-Rev: 9016
|
2002-07-02 23:47:36 +00:00 |
|
Eric Mader
|
e2b6e08b94
|
ICU-393 ignore, *.d, *.pdb, Debug, Release, .#*
X-SVN-Rev: 9012
|
2002-07-02 23:18:21 +00:00 |
|
Markus Scherer
|
b6c34a9ef4
|
ICU-1967 test cesu-8 converter
X-SVN-Rev: 9011
|
2002-07-02 22:52:30 +00:00 |
|
Vladimir Weinstein
|
46107ce3e7
|
ICU-1880 more robust data driven collation tests
X-SVN-Rev: 9008
|
2002-07-02 22:37:47 +00:00 |
|
Vladimir Weinstein
|
c1bd750ba2
|
ICU-1930 tests for skipping ignorables in contractions and prefixes
X-SVN-Rev: 9007
|
2002-07-02 22:37:22 +00:00 |
|
Vladimir Weinstein
|
d6b9ee3000
|
ICU-1930 moved backAndForth test so that it is done for all collation tests
X-SVN-Rev: 9006
|
2002-07-02 22:36:34 +00:00 |
|
Vladimir Weinstein
|
57805e5cd2
|
ICU-1930 updated tests according to the new UCA
X-SVN-Rev: 9005
|
2002-07-02 22:36:04 +00:00 |
|
George Rhoten
|
ef8bce9e4a
|
ICU-1968 Fix and test another buffer overflow bug
X-SVN-Rev: 9000
|
2002-07-02 22:05:00 +00:00 |
|
George Rhoten
|
75adfd3610
|
ICU-1968 Fix and test a buffer overflow
X-SVN-Rev: 8999
|
2002-07-02 21:42:29 +00:00 |
|
Markus Scherer
|
2d5114e756
|
ICU-1967 tighten utf-8 code, must not encode surrogate code points (unpaired surrogates) per unicode 3.2
X-SVN-Rev: 8990
|
2002-07-02 00:51:16 +00:00 |
|
Eric Mader
|
1a953aa0f8
|
ICU-1068 need to regenerate testdata.cpp for new positioning model. (sign flipped on y adjustments)
X-SVN-Rev: 8988
|
2002-07-01 22:52:29 +00:00 |
|
Markus Scherer
|
11948b52df
|
ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
X-SVN-Rev: 8977
|
2002-06-29 00:04:16 +00:00 |
|
George Rhoten
|
70debd215f
|
ICU-868 New alias scheme.
X-SVN-Rev: 8975
|
2002-06-28 23:13:30 +00:00 |
|
Alan Liu
|
d1773b2571
|
ICU-1434 initial implementation of source/target set API
X-SVN-Rev: 8971
|
2002-06-28 21:13:54 +00:00 |
|
Andy Heninger
|
878c84b1d2
|
ICU-1117 add getRuleStatus() to RBBI
X-SVN-Rev: 8956
|
2002-06-27 01:50:22 +00:00 |
|
Markus Scherer
|
5a81709c73
|
ICU-1962 derive all ICU C++ classes from common UObject base class
X-SVN-Rev: 8953
|
2002-06-27 01:19:20 +00:00 |
|
George Rhoten
|
a9dadeaab8
|
ICU-1930 Fix for as/400. Use the proper enum.
X-SVN-Rev: 8943
|
2002-06-26 16:09:57 +00:00 |
|
Andy Heninger
|
32c09250b7
|
ICU-45 new builder for RBBI rules, initial checkin
X-SVN-Rev: 8939
|
2002-06-25 17:23:07 +00:00 |
|
Vladimir Weinstein
|
c92373eed9
|
ICU-1948 new test file - testaliases.txt, used in cintltst
X-SVN-Rev: 8937
|
2002-06-24 21:00:08 +00:00 |
|
Vladimir Weinstein
|
e594347bf5
|
ICU-1948 test resource level sharing
X-SVN-Rev: 8936
|
2002-06-24 20:58:56 +00:00 |
|
Ram Viswanadha
|
a28d72cd79
|
ICU-1953 test handling of INV + HALANT
X-SVN-Rev: 8919
|
2002-06-22 00:20:43 +00:00 |
|
George Rhoten
|
31903ee436
|
ICU-900 Fix some compiler warnings.
X-SVN-Rev: 8901
|
2002-06-17 21:31:41 +00:00 |
|
George Rhoten
|
d323a9da62
|
ICU-1900 Linux Alpha shows an error in exhaustive mode. Let's see it.
X-SVN-Rev: 8900
|
2002-06-17 17:36:55 +00:00 |
|
Vladimir Weinstein
|
9e2dca1c4e
|
ICU-1948 move %%CollationBin under CollationElements table
X-SVN-Rev: 8890
|
2002-06-14 05:59:49 +00:00 |
|
Vladimir Weinstein
|
cd14071b07
|
ICU-1880 use InltTest:loadTestData static method for data loading consistency
X-SVN-Rev: 8889
|
2002-06-14 05:49:18 +00:00 |
|
George Rhoten
|
775e63220e
|
ICU-1930 Don't use // in a .c file
X-SVN-Rev: 8885
|
2002-06-13 20:47:42 +00:00 |
|
George Rhoten
|
0c7e57b884
|
ICU-1880 Fix for other compilers like gcc
X-SVN-Rev: 8884
|
2002-06-13 20:43:03 +00:00 |
|
Vladimir Weinstein
|
71c2e432b3
|
ICU-1930 updated tests for the new UCA (some of them still fail, pending new data files)
X-SVN-Rev: 8883
|
2002-06-13 18:35:27 +00:00 |
|
Vladimir Weinstein
|
96f743b5ad
|
ICU-1930 updated tests for the new UCA
X-SVN-Rev: 8882
|
2002-06-13 18:35:05 +00:00 |
|
Vladimir Weinstein
|
cae42f8e2f
|
ICU-1880 fix uninitialized memory read problem
X-SVN-Rev: 8869
|
2002-06-13 04:09:54 +00:00 |
|
George Rhoten
|
1970f08356
|
ICU-1880 fixed a memory leak
X-SVN-Rev: 8868
|
2002-06-12 23:38:59 +00:00 |
|
George Rhoten
|
a71fad5899
|
ICU-868 The list of available converters has changed meaning.
X-SVN-Rev: 8866
|
2002-06-12 22:17:48 +00:00 |
|
George Rhoten
|
7eb6c209a2
|
ICU-1864 Use -v to see the verbose messages.
X-SVN-Rev: 8865
|
2002-06-12 22:16:46 +00:00 |
|
Markus Scherer
|
5cb27bd920
|
ICU-1781 test unorm_isNormalized()
X-SVN-Rev: 8857
|
2002-06-12 16:44:54 +00:00 |
|
Markus Scherer
|
23c6da8207
|
ICU-1781 change comments
X-SVN-Rev: 8855
|
2002-06-12 03:58:47 +00:00 |
|
Markus Scherer
|
d1f6d99972
|
ICU-1781 test isNormalized()
X-SVN-Rev: 8854
|
2002-06-12 03:55:49 +00:00 |
|
Markus Scherer
|
9917a3dd2a
|
ICU-1939 test UTF-16 and UTF-32 converters: offset handling
X-SVN-Rev: 8846
|
2002-06-11 22:46:45 +00:00 |
|