Commit Graph

2255 Commits

Author SHA1 Message Date
George Rhoten
d1e31f5cc3 ICU-2085 Don't use deprecated or unused includes
X-SVN-Rev: 9761
2002-08-21 21:33:16 +00:00
George Rhoten
9dc2dbcab8 ICU-2085 Don't use deprecated code anymore
X-SVN-Rev: 9759
2002-08-21 21:05:52 +00:00
George Rhoten
56cbadb751 ICU-2085 Don't use deprecated code anymore
X-SVN-Rev: 9755
2002-08-21 19:09:33 +00:00
Alan Liu
bd48b766d5 ICU-2060 restore test of Calendar::isEquivalentTo() method
X-SVN-Rev: 9751
2002-08-21 18:34:14 +00:00
George Rhoten
d3c17fa8bc ICU-2131 Stop using the LocaleProxy deprecated code hack
X-SVN-Rev: 9746
2002-08-21 00:16:30 +00:00
George Rhoten
6785e554f5 ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 9742
2002-08-20 20:59:01 +00:00
George Rhoten
f2d15a8f0c ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 9741
2002-08-20 20:52:44 +00:00
George Rhoten
c4b922c7f9 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9732
2002-08-15 22:04:18 +00:00
George Rhoten
518f968f43 ICU-1891 Fix for z/OS
X-SVN-Rev: 9709
2002-08-14 00:38:03 +00:00
Vladimir Weinstein
10f67a06a9 ICU-2100 URGENT fix for fractional UCA. [last regular] had a wrong value.
X-SVN-Rev: 9701
2002-08-13 21:59:07 +00:00
George Rhoten
d39deeab36 ICU-1739 Don't need a static string for the expected results string.
Remove it to make BoundsChecker and other heap debugging tools happier.

X-SVN-Rev: 9684
2002-08-12 22:38:56 +00:00
George Rhoten
63565279e3 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9675
2002-08-12 20:12:25 +00:00
Vladimir Weinstein
c4289f370e ICU-2039 added a test for Collator::getBounds
X-SVN-Rev: 9664
2002-08-10 00:12:23 +00:00
George Rhoten
864354304e ICU-1739 Fixed a memory leak
X-SVN-Rev: 9661
2002-08-09 22:51:23 +00:00
George Rhoten
ee490b3fe6 ICU-1739 fixed a memory leak for those people without the testdata
X-SVN-Rev: 9649
2002-08-09 19:05:57 +00:00
Andy Heninger
4aefb52904 ICU-2066 Update RBBI rules and tests for char and word breaks
X-SVN-Rev: 9643
2002-08-09 03:14:43 +00:00
Syn Wee Quek
0c9f5ae024 ICU-2039
c++ coleitr.cpp code coverage and bug-fix

X-SVN-Rev: 9642
2002-08-09 02:06:16 +00:00
George Rhoten
1d1c624ff0 ICU-2072 Add a better test for proper ambiguous converter alias mapping
X-SVN-Rev: 9641
2002-08-09 01:48:58 +00:00
George Rhoten
7f6c76c505 ICU-1913 Fix a compiler problem for HP/UX created by last fix.
X-SVN-Rev: 9640
2002-08-09 01:38:27 +00:00
George Rhoten
a6cd5b4b16 ICU-2072 Add a better test for proper ambiguous converter alias mapping
X-SVN-Rev: 9639
2002-08-09 00:16:56 +00:00
George Rhoten
8d7d2726d1 ICU-1913 Don't try to test so aggressively on the iSeries.
X-SVN-Rev: 9634
2002-08-08 23:47:09 +00:00
George Rhoten
d00b7eaa25 ICU-2072 Add some better (and correct) alias data to test ambiguous converter aliases
X-SVN-Rev: 9626
2002-08-08 22:46:05 +00:00
Steven R. Loomis
9a1d641471 ICU-1894 fixed for unix
X-SVN-Rev: 9614
2002-08-08 03:36:20 +00:00
Andy Heninger
6df1676310 ICU-2077 RBBI: review comments incorporated. (incomplete, more to come.)
X-SVN-Rev: 9612
2002-08-08 00:39:13 +00:00
George Rhoten
a39d100837 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9598
2002-08-07 17:50:29 +00:00
George Rhoten
a9412507e7 ICU-1739 Fix a memory leak
X-SVN-Rev: 9588
2002-08-06 17:18:51 +00:00
George Rhoten
bb434c37ec ICU-1981 Show an error if setDefaultRuleSet failed to work.
X-SVN-Rev: 9585
2002-08-05 23:30:23 +00:00
George Rhoten
1a7dc3a128 ICU-837 Fix the UTF-16 checking.
X-SVN-Rev: 9573
2002-08-04 07:41:48 +00:00
George Rhoten
955a28d15b ICU-1836 More tests for buffer overflow on u_fgets
X-SVN-Rev: 9572
2002-08-04 07:10:57 +00:00
George Rhoten
cb62d528c6 ICU-837 Add a buffer overflow test to fgets
X-SVN-Rev: 9570
2002-08-04 06:47:44 +00:00
Vladimir Weinstein
3deb4e01f8 ICU-1880 Test now compares each part of the sequence to all the other parts. Improved constness of the arguments and passing references instead of objects.
X-SVN-Rev: 9569
2002-08-04 06:25:06 +00:00
George Rhoten
bf75d537d3 ICU-1739 fixed a memory access error
X-SVN-Rev: 9566
2002-08-03 05:58:30 +00:00
George Rhoten
963d1278e3 ICU-1739 fixed a memory leak
X-SVN-Rev: 9565
2002-08-03 05:53:19 +00:00
Vladimir Weinstein
c9cd63ee79 ICU-1937 test for parsing rules without a leading reset
X-SVN-Rev: 9564
2002-08-03 05:07:55 +00:00
Vladimir Weinstein
ced2539285 ICU-2028 fixed RamsRulesTest so that it correctly compares CEs. Reenabled test for Farsi
X-SVN-Rev: 9563
2002-08-03 03:44:40 +00:00
Markus Scherer
3a745205c8 ICU-1967 test strictness of u_strTo/FromUTF8()
X-SVN-Rev: 9560
2002-08-03 00:55:16 +00:00
Ram Viswanadha
5ca17eb877 ICU-2028 comment out failing test (WIEV) for Farsi locale... bug in test
X-SVN-Rev: 9558
2002-08-03 00:04:42 +00:00
George Rhoten
c954795d3b ICU-868 Add another test to increase code coverage
X-SVN-Rev: 9555
2002-08-02 23:28:03 +00:00
George Rhoten
d5560688bd ICU-1972 Add default implementation for unext and check for the length from ucnv_openStandardNames()
X-SVN-Rev: 9553
2002-08-02 23:01:10 +00:00
Markus Scherer
1c539be789 ICU-1867 add copyright header
X-SVN-Rev: 9552
2002-08-02 22:08:41 +00:00
Alan Liu
7b1fbb21ff ICU-1997 added test
X-SVN-Rev: 9550
2002-08-02 21:33:02 +00:00
Doug Felt
1196794d8d ICU-1997 test with u+200e in rules per Mark's suggestion
X-SVN-Rev: 9545
2002-08-02 20:49:16 +00:00
Vladimir Weinstein
d5a3955931 ICU-1865 Fixed the test according to the review
X-SVN-Rev: 9541
2002-08-02 18:22:44 +00:00
George Rhoten
b9428ad850 ICU-2030 Undo another change. We want this function to be static
X-SVN-Rev: 9540
2002-08-02 18:01:21 +00:00
Vladimir Weinstein
49153360c8 ICU-1865 Added tests for buffer overflow fix and size calculation when the input buffer is too small. Fixed calculating the sortkey size when we have to exit in the middle of calculation
X-SVN-Rev: 9538
2002-08-02 06:55:51 +00:00
Ram Viswanadha
8697b8894f ICU-1970 UBLOCKS_ should actually be UBLOCK_
X-SVN-Rev: 9536
2002-08-02 00:48:42 +00:00
George Rhoten
6913f1424f ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9532
2002-08-02 00:27:48 +00:00
George Rhoten
82322db82c ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 9526
2002-08-01 22:24:31 +00:00
Vladimir Weinstein
20a177ac07 ICU-1937 treat rules without the starting reset as if there was a &[first tertiary ignorable]
X-SVN-Rev: 9520
2002-08-01 20:54:18 +00:00
Helena Chapman
72cf296921 ICU-1557 copyright and license statement update in source files, data files and hardcoded copyright strings.
X-SVN-Rev: 9517
2002-08-01 20:12:25 +00:00