Alan Liu
49c2098d0e
ICU-438 fieldDifference
...
X-SVN-Rev: 1632
2000-06-15 23:36:25 +00:00
Vladimir Weinstein
98a378d583
ICU-432 changes according to purify output (the output buffer wasn't long enough for error messages)
...
X-SVN-Rev: 1631
2000-06-15 22:33:16 +00:00
Steven R. Loomis
dc92c980b5
ICU-408 add more detail to test
...
X-SVN-Rev: 1611
2000-06-13 19:25:14 +00:00
Vladimir Weinstein
c6822e7b2d
ICU-432 cleanup for transliterator test that implicitly uses default converter instead of invariant one
...
X-SVN-Rev: 1609
2000-06-12 22:49:21 +00:00
Vladimir Weinstein
f66f0b6dfb
ICU-432 changes according to purify output
...
X-SVN-Rev: 1607
2000-06-12 22:42:50 +00:00
Markus Scherer
bdf7b6866e
ICU-221 test u_isWhitespace()
...
X-SVN-Rev: 1603
2000-06-12 19:49:49 +00:00
Vladimir Weinstein
a0e53e1a21
ICU-432 corrected tests that wrongly assumed that "en_US" is always the default locale.
...
X-SVN-Rev: 1600
2000-06-10 05:10:28 +00:00
Yves Arrouye
2d6d22a2a4
ICU-353 Cast UNUM_FORMAT_SYMBOL_COUNT and
...
DecimalFormatSymbols::kFormatSymbolCount to int to avoid warning about
comparing different enums (one of the ANSI C features I dislike the most!)
X-SVN-Rev: 1596
2000-06-09 18:38:02 +00:00
Yves Arrouye
dcc497e297
ICU-353 make key a const char * to avoid warnings (and be logical).
...
X-SVN-Rev: 1594
2000-06-09 18:35:03 +00:00
Yves Arrouye
a70b238d8e
ICU-353 cast pszUnicode before using it as a const uint32_t *.
...
X-SVN-Rev: 1593
2000-06-09 18:34:20 +00:00
Vladimir Weinstein
d65a9064c0
ICU-432 fix a bad memory write
...
X-SVN-Rev: 1591
2000-06-09 00:05:21 +00:00
Steven R. Loomis
f6832a4b0c
ICU-417 fix for build on linux
...
X-SVN-Rev: 1583
2000-06-07 16:32:15 +00:00
Alan Liu
9694cc2a1e
ICU-417 add tests for secondary grouping size
...
X-SVN-Rev: 1581
2000-06-07 00:17:23 +00:00
Steven R. Loomis
c3e0b6d2b3
ICU-408 update hdrtest to look for little problems in include files..
...
X-SVN-Rev: 1557
2000-06-03 02:58:54 +00:00
Markus Scherer
a087ecba43
ICU-397 test u_versionToString() error checking
...
X-SVN-Rev: 1553
2000-06-02 18:37:21 +00:00
Helena Chapman
47212a0202
ICU-408 HP10 CC port.
...
X-SVN-Rev: 1552
2000-06-02 18:07:16 +00:00
Helena Chapman
a9feb343c8
ICU-408 AIX port.
...
X-SVN-Rev: 1551
2000-06-02 01:10:20 +00:00
Helena Chapman
d6063efe5b
ICU-408 AIX port.
...
X-SVN-Rev: 1550
2000-06-02 00:48:13 +00:00
Yves Arrouye
ffb28a867e
ICU-176 made UnicodeString arguments to expectPad const
...
X-SVN-Rev: 1549
2000-06-02 00:46:22 +00:00
Yves Arrouye
73cbdfae6f
ICU-176 made UnicodeString arguments to Verify const.
...
X-SVN-Rev: 1548
2000-06-02 00:45:36 +00:00
Helena Chapman
50c9e2c521
ICU-408 AIX port, also reported by Yves on Linux.
...
X-SVN-Rev: 1547
2000-06-02 00:36:28 +00:00
Markus Scherer
e7a7e26131
ICU-418 test latin-1 ucnv_getNextUChar()
...
X-SVN-Rev: 1542
2000-06-02 00:04:34 +00:00
Madhu K
9732ece0cc
ICU-176 Tests for new API for UTF-16 basic support in
...
Format(DecimalFormat)
X-SVN-Rev: 1534
2000-06-01 18:46:31 +00:00
Helena Chapman
3fc21cb0f4
ICU-408 HPUX 10/11 CC port
...
X-SVN-Rev: 1533
2000-06-01 18:27:44 +00:00
Steven R. Loomis
9ff4e2eaa0
ICU-408 fixes for HPUX
...
X-SVN-Rev: 1528
2000-05-31 22:18:22 +00:00
Steven R. Loomis
86c216a59e
ICU-408 speed up test
...
X-SVN-Rev: 1521
2000-05-30 21:42:09 +00:00
Vladimir Weinstein
4f79dd3bfb
ICU-408 as previously stated, one should not assume default code page on a platform
...
X-SVN-Rev: 1519
2000-05-30 20:45:09 +00:00
Vladimir Weinstein
7048b11e49
ICU-408 we CANNOT assume default codepages on different platforms!
...
X-SVN-Rev: 1516
2000-05-30 19:37:30 +00:00
Steven R. Loomis
9cce4066c7
ICU-408 make mem allocation in test more robust
...
X-SVN-Rev: 1514
2000-05-30 19:24:30 +00:00
Steven R. Loomis
acf598db1c
ICU-408 Removed non-ASCII from string literals. If you can't use Mongolian inside double quotes, why should you be able to use Finnish? :)
...
X-SVN-Rev: 1513
2000-05-30 17:55:08 +00:00
Markus Scherer
a472509095
ICU-411 hide failing test for icu 1.5
...
X-SVN-Rev: 1512
2000-05-30 17:21:22 +00:00
Alan Liu
73d861e601
ICU-352 rename xor to complement (xor is HP keyword)
...
X-SVN-Rev: 1504
2000-05-26 18:32:15 +00:00
Helena Chapman
384cd08b2c
ICU-352 HP-UX ACC doesn't like "xor" as function names.
...
X-SVN-Rev: 1503
2000-05-26 16:40:29 +00:00
Vladimir Weinstein
0d3c661cb9
ICU-352 conform with HP changes and change Java to C++ style for static data
...
X-SVN-Rev: 1502
2000-05-26 02:07:25 +00:00
Markus Scherer
852c3ce82c
ICU-176 remove wrong enum scoping
...
X-SVN-Rev: 1499
2000-05-25 23:15:29 +00:00
Alan Liu
2197c4edb4
ICU-352 improve performance
...
X-SVN-Rev: 1496
2000-05-25 20:57:30 +00:00
Alan Liu
74a775bb67
ICU-352 add tests for inversion list upgrade
...
X-SVN-Rev: 1494
2000-05-25 19:28:53 +00:00
Alan Liu
04c2dadb80
ICU-352 move UnicodeSetTest to translit
...
X-SVN-Rev: 1493
2000-05-25 19:28:16 +00:00
Markus Scherer
713ce67cba
ICU-176 DecimalFormatSymbols revamped for UTF-16 and graphemes
...
X-SVN-Rev: 1489
2000-05-25 01:10:55 +00:00
Madhu K
56cd63c203
ICU-184 Added collationelements to test data to test the API ures_binary()
...
X-SVN-Rev: 1488
2000-05-24 23:44:17 +00:00
Madhu K
7ef69f60ed
ICU-184 Tests for the API ures_getBinary() for binary collation
...
data in resource bundles
X-SVN-Rev: 1487
2000-05-24 23:42:34 +00:00
Markus Scherer
769118da39
ICU-176 prepare some implementation for UChar32 normalization results
...
X-SVN-Rev: 1471
2000-05-24 21:01:07 +00:00
Markus Scherer
5c5a7f21f1
ICU-176 test new UnicodeString UChar32 overloads
...
X-SVN-Rev: 1470
2000-05-24 20:59:53 +00:00
Markus Scherer
5d29bd3225
ICU-176 disambiguate new UnicodeString function overloads
...
X-SVN-Rev: 1465
2000-05-24 20:04:01 +00:00
Steven R. Loomis
950fcb75d3
ICU-352 update makefile for new test files
...
X-SVN-Rev: 1461
2000-05-24 19:29:45 +00:00
Alan Liu
21f4b2ab47
ICU-352 change int to int32_t
...
X-SVN-Rev: 1457
2000-05-24 17:33:27 +00:00
Alan Liu
686fb1315d
ICU-352 clean up
...
X-SVN-Rev: 1456
2000-05-24 17:32:49 +00:00
Alan Liu
325de051cd
ICU-352 add TestUtility (supports TransliteratorRoundTripTest)
...
X-SVN-Rev: 1455
2000-05-24 17:32:20 +00:00
Alan Liu
83d22bc5dc
ICU-352 add transliterator round trip test
...
X-SVN-Rev: 1454
2000-05-24 17:31:51 +00:00
Markus Scherer
cdd47bd7db
ICU-408 fix range checks
...
X-SVN-Rev: 1450
2000-05-23 23:23:09 +00:00