Commit Graph

55 Commits

Author SHA1 Message Date
Syn Wee Quek
95b7eaadc2 ICU-871 synching forward and reverse iteration to have exactly the same collation elements
X-SVN-Rev: 13386
2003-10-10 00:55:32 +00:00
Vladimir Weinstein
b46dadcde8 ICU-3123 minor refactoring of test utility functions
X-SVN-Rev: 12652
2003-07-22 16:45:58 +00:00
Vladimir Weinstein
c1614898f6 ICU-2840 tests shouldn't crash if there is no data
X-SVN-Rev: 12269
2003-06-04 06:53:23 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
Vladimir Weinstein
5f107b0b53 ICU-2699 fix some compiler warnings
X-SVN-Rev: 11934
2003-05-15 17:38:42 +00:00
Vladimir Weinstein
71091e109b ICU-2765 test data separated to calldata.h so that it can easily be used from both cintltst and intltest
X-SVN-Rev: 11629
2003-04-23 05:39:51 +00:00
Vladimir Weinstein
e1cf7436f1 ICU-2412 test tweak
X-SVN-Rev: 11230
2003-03-04 06:31:46 +00:00
Vladimir Weinstein
8b1cd3ae4c ICU-2412 refactored tests, better control over the execution time - needs support from ctest.c
X-SVN-Rev: 11114
2003-02-20 01:12:45 +00:00
George Rhoten
d858c07a68 ICU-2412 Don't use // in a C file
X-SVN-Rev: 10925
2003-01-29 21:33:29 +00:00
Vladimir Weinstein
bfe52dc06c ICU-2412 more work on ucol_strcollIter. Also added ucol_nextSortKeyPart. Code is still in flux and not for the faint of heart.
X-SVN-Rev: 10898
2003-01-23 01:52:34 +00:00
Vladimir Weinstein
137220f8e6 ICU-2412 ucol_strcollIter - strcoll that takes UCharIterator * - tests
X-SVN-Rev: 10871
2003-01-20 07:42:58 +00:00
Markus Scherer
44707c157b ICU-2248 modularize ICU
X-SVN-Rev: 9903
2002-09-20 17:54:45 +00:00
Vladimir Weinstein
978cef13a4 ICU-2293 fixed the length returned from u_unescape - it was counting the terminating zero, but it is supposed to return strlen of resulting string
X-SVN-Rev: 9844
2002-09-06 04:31:03 +00:00
George Rhoten
bf75d537d3 ICU-1739 fixed a memory access error
X-SVN-Rev: 9566
2002-08-03 05:58:30 +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
George Rhoten
ef87bd06d5 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 6879
2001-11-14 02:51:50 +00:00
Ram Viswanadha
a3d0ae47b6 ICU-1098 Fix parsing of escapes.
X-SVN-Rev: 6658
2001-11-07 03:23:55 +00:00
Andy Heninger
06fb9f9f7d ICU-1401 NFD unsafe chars for collation fix.
X-SVN-Rev: 6478
2001-10-29 17:56:00 +00:00
George Rhoten
b3eca9e772 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 6140
2001-10-10 00:54:27 +00:00
Markus Scherer
88bce4404c ICU-1229 deprecate UCOL_ constants in UNormalizationMode
X-SVN-Rev: 5893
2001-09-22 01:17:26 +00:00
Ram Viswanadha
5368bcd591 ICU-329 Tests for UParseError for collation API
X-SVN-Rev: 5530
2001-08-17 22:18:38 +00:00
Ram Viswanadha
4458f53dc1 ICU-329 update tests after first take on adding better error reporting with UParseError struct.
X-SVN-Rev: 5474
2001-08-16 00:58:53 +00:00
George Rhoten
88ac94a221 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4774
2001-05-23 20:32:44 +00:00
Andy Heninger
51854ca791 ICU-880 Added tests for incremental normalization
X-SVN-Rev: 4706
2001-05-17 23:09:35 +00:00
Syn Wee Quek
cd04c29893 ICU-928
Fixed solaris compiler warnings

X-SVN-Rev: 4570
2001-04-26 22:57:06 +00:00
Vladimir Weinstein
971dd8075c ICU-96 compose/decompose test, test fixes, more information
X-SVN-Rev: 4512
2001-04-19 19:01:39 +00:00
Syn Wee Quek
ec3368ab1a ICU-928
Added tailoring syntax test for [variable top] and supplementary tailoring test.

X-SVN-Rev: 4462
2001-04-07 00:24:06 +00:00
Vladimir Weinstein
db7dacac2a ICU-96 simplified debugging
X-SVN-Rev: 4457
2001-04-06 22:51:41 +00:00
George Rhoten
4920c3245a ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4345
2001-03-27 02:19:56 +00:00
Vladimir Weinstein
5a302802e5 ICU-96 cleaned up tests
X-SVN-Rev: 4323
2001-03-23 23:50:28 +00:00
George Rhoten
88ed16533f ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 4265
2001-03-22 04:16:49 +00:00
Ram Viswanadha
ef97b534cd ICU-903 update copyright notices
X-SVN-Rev: 4233
2001-03-21 19:46:49 +00:00
Vladimir Weinstein
5732a4c692 ICU-96 enabled strcollinc in problematic tests
X-SVN-Rev: 4157
2001-03-17 00:56:21 +00:00
Vladimir Weinstein
930af117d5 ICU-96 cintltst all tests passing. Modified collation's doTest to to test reverse order
X-SVN-Rev: 4148
2001-03-16 22:17:57 +00:00
Vladimir Weinstein
6e609b1b78 ICU-96 fixed, added, edited tests
X-SVN-Rev: 4088
2001-03-15 02:35:49 +00:00
Vladimir Weinstein
8b48bed373 ICU-96 review and fix failing tests
X-SVN-Rev: 4050
2001-03-13 07:30:28 +00:00
Vladimir Weinstein
f83fc2771c ICU-96 Just a cosmetic change to test output
X-SVN-Rev: 4011
2001-03-10 00:51:07 +00:00
George Rhoten
d28e5b7f6f ICU-865 AIX porting changes
X-SVN-Rev: 3992
2001-03-09 02:28:41 +00:00
Ram Viswanadha
640618cd8a ICU-96 tests for comparing sortklen with strlen(sortkey)+1
X-SVN-Rev: 3948
2001-03-07 22:27:50 +00:00
Ram Viswanadha
439b875346 ICU-96 Fixed Collation tests
X-SVN-Rev: 3914
2001-03-06 03:42:35 +00:00
Vladimir Weinstein
97f6ecc8fc ICU-96 test fixes
X-SVN-Rev: 3800
2001-02-27 07:28:58 +00:00
Vladimir Weinstein
d201784ec9 ICU-96 added C tests for incremental compare
X-SVN-Rev: 3203
2000-12-12 21:35:26 +00:00
George Rhoten
c9793c6267 ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 2967
2000-11-21 04:05:39 +00:00
Helena Chapman
db5ec3f28b ICU-581 Updated the ucol_strcoll() implementation to handle the string length correctly.
X-SVN-Rev: 2676
2000-10-13 20:14:51 +00:00
George Rhoten
9253fe4dd3 ICU-573 included stdlib.h and memory.h into files that need it for the utypes.h change
X-SVN-Rev: 2367
2000-08-28 21:43:03 +00:00
Vladimir Weinstein
45515c9a0c ICU-432 more memory leaks fixes
X-SVN-Rev: 1750
2000-07-06 23:01:50 +00:00
Steven R. Loomis
784b5f52ad ICU-432 comments, syntax, etc
X-SVN-Rev: 1701
2000-06-29 03:04:28 +00:00
Markus Scherer
9f363ccb70 ICU-315 S/390 and EBCDIC updates
X-SVN-Rev: 977
2000-03-22 23:17:42 +00:00
Markus Scherer
258dbe98d4 ICU-315 S/390 and EBCDIC updates
X-SVN-Rev: 970
2000-03-22 01:57:16 +00:00
Helena Chapman
3aaa52af8d ICU-161 updated the copyright notices.
X-SVN-Rev: 596
2000-01-15 02:00:06 +00:00