Commit Graph

1974 Commits

Author SHA1 Message Date
George Rhoten
b9e22d7979 ICU-1005 Don't use // in C files.
X-SVN-Rev: 8359
2002-04-03 18:57:54 +00:00
Ram Viswanadha
2f049b7c16 ICU-1832 Test graceful exit of parsing API
X-SVN-Rev: 8358
2002-04-03 18:21:53 +00:00
Vladimir Weinstein
8830fc58ab ICU-1005 increase test coverage for ucmp8.c
X-SVN-Rev: 8357
2002-04-03 17:56:42 +00:00
Ram Viswanadha
fc5f3fe4a0 ICU-1811 Improve code coverage of MessageFormat CAPI
X-SVN-Rev: 8354
2002-04-03 03:36:17 +00:00
Steven R. Loomis
9c16796676 ICU-1686 test for uchariter
X-SVN-Rev: 8350
2002-04-03 00:02:31 +00:00
Ram Viswanadha
a8c672733e ICU-1811 Code coverage now 85% for UBiDi...phew!
X-SVN-Rev: 8345
2002-04-02 23:08:02 +00:00
George Rhoten
5724fd788e ICU-1730 Ignore the Makefile
X-SVN-Rev: 8340
2002-04-02 03:56:30 +00:00
Ram Viswanadha
9f4ec56042 ICU-1811 Improve code coverage of ubidi
X-SVN-Rev: 8337
2002-04-02 03:36:54 +00:00
George Rhoten
d950e15b50 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8334
2002-04-02 03:15:12 +00:00
George Rhoten
7777030a4f ICU-1828 Remove tabs
X-SVN-Rev: 8331
2002-04-02 02:55:31 +00:00
George Rhoten
642919633d ICU-1740 Don't use CVS keywords.
X-SVN-Rev: 8321
2002-04-01 22:45:06 +00:00
Ram Viswanadha
25956f4439 ICU-1726 Add the test case submitted in bug report
X-SVN-Rev: 8318
2002-04-01 22:08:28 +00:00
George Rhoten
1c24ef9b24 ICU-837 Test and implement the plus sign in the printf format.
X-SVN-Rev: 8310
2002-03-30 00:02:40 +00:00
George Rhoten
4395815832 ICU-1740 remove keywords
X-SVN-Rev: 8305
2002-03-29 20:02:48 +00:00
George Rhoten
c8d971c599 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8304
2002-03-29 19:56:29 +00:00
George Rhoten
e0d412f074 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8302
2002-03-29 19:47:34 +00:00
Ram Viswanadha
04877922ce ICU-1811 fix for linux gcc
X-SVN-Rev: 8301
2002-03-29 19:47:01 +00:00
George Rhoten
a4bcbf47aa ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8299
2002-03-29 19:42:30 +00:00
Ram Viswanadha
630f90dcb3 ICU-1811 increase code coverage of Normalizer class
X-SVN-Rev: 8296
2002-03-29 18:59:30 +00:00
George Rhoten
bfda0bbcee ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8295
2002-03-29 18:59:00 +00:00
Ram Viswanadha
b1beaca7fa ICU-1811 increase code coverage of BIDI class
X-SVN-Rev: 8294
2002-03-29 18:58:48 +00:00
Alan Liu
841f1e8d2b ICU-1726 handle invalid $n gracefully
X-SVN-Rev: 8292
2002-03-29 18:23:03 +00:00
George Rhoten
363d8dbc60 ICU-214 IA64 can't optmize this file right now.
Make some of the static data const. Maybe that will fix it. It worked for gcc.
Also change printf -> log_err

X-SVN-Rev: 8287
2002-03-29 01:49:13 +00:00
George Rhoten
ce298b27a7 ICU-1816 Accidentally commited // to this file.
X-SVN-Rev: 8286
2002-03-28 21:51:14 +00:00
George Rhoten
a6faedfd43 ICU-837 Test sprintf & sscanf spellout formatting.
X-SVN-Rev: 8284
2002-03-28 19:53:13 +00:00
George Rhoten
837c7710b4 ICU-1816 Disable language extensions for the compiler.
X-SVN-Rev: 8283
2002-03-28 18:26:25 +00:00
George Rhoten
2ae61b1a21 ICU-837 Fix the library path
X-SVN-Rev: 8282
2002-03-28 18:19:13 +00:00
Vladimir Weinstein
6a7942ec53 ICU-1769 bumped up collation version in intltest
X-SVN-Rev: 8281
2002-03-28 17:52:19 +00:00
George Rhoten
4e8dc00958 ICU-1811 Fix a compiler error on Unix
X-SVN-Rev: 8279
2002-03-28 16:51:17 +00:00
Andy Heninger
fb01e3d968 ICU-1815 RBBI test updates for improved code coverage.
X-SVN-Rev: 8276
2002-03-28 01:14:02 +00:00
George Rhoten
939bd0cc49 ICU-1811 Increase code coverage of u_memchr32
X-SVN-Rev: 8275
2002-03-28 01:02:05 +00:00
George Rhoten
5832848981 ICU-1619 UTF-32LE is a little endian encoding, not a big endian encoding, and test some of the other types too.
X-SVN-Rev: 8274
2002-03-27 23:25:18 +00:00
Eric Mader
369de60a8e ICU-1739 cache font tables read by getFontTable, delete in destructor;
delete fDirectory in destructor.

X-SVN-Rev: 8273
2002-03-27 23:24:17 +00:00
George Rhoten
774a1d225a ICU-837 More testing of u_fgets
X-SVN-Rev: 8268
2002-03-27 21:17:25 +00:00
George Rhoten
db6095938d ICU-837 Test u_fgets
X-SVN-Rev: 8267
2002-03-27 20:08:42 +00:00
George Rhoten
e4ad86b95a ICU-1807 Fix some usprintf bugs.
X-SVN-Rev: 8264
2002-03-27 19:19:52 +00:00
Alan Liu
d243400c66 ICU-1681 test whitespace handling
X-SVN-Rev: 8261
2002-03-27 19:11:07 +00:00
George Rhoten
a19a7f3ae4 ICU-837 Add dependency on ustdio from iotest.
X-SVN-Rev: 8260
2002-03-27 18:38:50 +00:00
George Rhoten
7bc5d45c83 ICU-1811 Increase the code coverage of Locale:get methods
X-SVN-Rev: 8255
2002-03-26 23:18:57 +00:00
George Rhoten
008366a232 ICU-837 print (null) for NULL strings and other various tests.
X-SVN-Rev: 8251
2002-03-26 20:10:52 +00:00
Steven R. Loomis
b1a2cac0cd ICU-1629 test for UNICODE_STRING_SIMPLE
X-SVN-Rev: 8249
2002-03-26 19:55:28 +00:00
George Rhoten
89b00e64c8 ICU-1739 Fix uninitialized memory
X-SVN-Rev: 8248
2002-03-26 17:06:31 +00:00
Vladimir Weinstein
955e42c4e3 ICU-1769 bumped up collation version (please rebuild UCA & bundles)
X-SVN-Rev: 8246
2002-03-26 16:47:39 +00:00
Vladimir Weinstein
98cdff5012 ICU-1770 more support for indirects & some more tests
X-SVN-Rev: 8245
2002-03-26 16:46:17 +00:00
George Rhoten
e07356022c ICU-1739 Check for memory leaks.
X-SVN-Rev: 8242
2002-03-26 05:28:54 +00:00
George Rhoten
59cd5567ac ICU-1804 Don't use // in C files.
X-SVN-Rev: 8239
2002-03-26 04:19:30 +00:00
Ram Viswanadha
14649a82a0 ICU-1804 value of QUICK does not change even when -e is specified as an argument
X-SVN-Rev: 8238
2002-03-26 02:21:25 +00:00
George Rhoten
2b306f08e1 ICU-1732 Use #ifdef U_INT64_T_UNAVAILABLE in case int64_t is unavailable.
X-SVN-Rev: 8236
2002-03-26 01:17:49 +00:00
George Rhoten
f3dac24505 ICU-1766 It's an error if RBNF is unavailable. The user can ignore it at their own risk.
X-SVN-Rev: 8235
2002-03-26 01:16:49 +00:00
George Rhoten
c5458ce1e5 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8231
2002-03-25 22:56:46 +00:00
Ram Viswanadha
c6581585d0 ICU-1804 Add round trip tests for all Unicode encodings which get activated in exhaustive mode
X-SVN-Rev: 8228
2002-03-25 22:51:09 +00:00
Ram Viswanadha
2decf27797 ICU-1808 Test SCSU's handling of some non-BMP codepoints
X-SVN-Rev: 8227
2002-03-25 22:41:39 +00:00
George Rhoten
6d5ecbfc08 ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8216
2002-03-23 00:25:51 +00:00
George Rhoten
910fc5468f ICU-1733 Don't need to call this function.
X-SVN-Rev: 8215
2002-03-23 00:24:48 +00:00
George Rhoten
65e867f1b2 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 8214
2002-03-23 00:20:35 +00:00
Vladimir Weinstein
77eaad2b77 ICU-1594 reenabled a test that was disabled and since forgotten
X-SVN-Rev: 8213
2002-03-22 23:53:57 +00:00
George Rhoten
4791dec156 ICU-1717 Fix for STLPort
X-SVN-Rev: 8192
2002-03-22 02:26:29 +00:00
Alan Liu
7ca66bdd1d ICU-1612 remove illegal calls from TestJ186
X-SVN-Rev: 8190
2002-03-22 00:58:40 +00:00
George Rhoten
a37c37063b ICU-1791 Fix and test getting the default codepage in in ustdio.
X-SVN-Rev: 8189
2002-03-22 00:01:46 +00:00
George Rhoten
c133d2c01d ICU-1682 Don't continue with the test, if a transliterator can't be created.
X-SVN-Rev: 8184
2002-03-21 20:04:29 +00:00
George Rhoten
a1f5332dab ICU-1682 (weiv) fixed a leak in canonical iterator test
X-SVN-Rev: 8182
2002-03-21 19:38:00 +00:00
George Rhoten
9783018bb2 ICU-1682 Fix for AIX, remove tabs, remove CVS tags.
X-SVN-Rev: 8176
2002-03-21 17:59:20 +00:00
Yves Arrouye
aebdf524d1 ICU-900 fix VS warnings
X-SVN-Rev: 8174
2002-03-21 17:07:44 +00:00
George Rhoten
71f955b6cc ICU-1556 Fixes for 64-bit AIX.
X-SVN-Rev: 8170
2002-03-21 01:26:40 +00:00
George Rhoten
735824aa36 ICU-1686 Fix for AIX
X-SVN-Rev: 8168
2002-03-21 00:42:28 +00:00
George Rhoten
63d65ac286 ICU-1682 Fix for AIX, remove tabs, remove CVS tags.
X-SVN-Rev: 8166
2002-03-20 23:47:53 +00:00
Eric Mader
ee59b7e77e ICU-1792 Change letest and LayoutEngine samples to use raghu.ttf,
which is freely downloadable.

X-SVN-Rev: 8161
2002-03-20 22:23:14 +00:00
George Rhoten
d526f82b4e ICU-1745 Don't put // in C files.
X-SVN-Rev: 8157
2002-03-20 18:40:58 +00:00
Ram Viswanadha
44bcd6ca19 ICU-1769 Add warning if the data is loaded from dat file instead of the dll
X-SVN-Rev: 8156
2002-03-20 18:36:17 +00:00
Markus Scherer
f3481aa67a ICU-1686 add tests for UCharIterator.move and getIndex
X-SVN-Rev: 8151
2002-03-20 17:26:20 +00:00
Markus Scherer
230b44ed74 ICU-1686 fix use of UCharIterator.move, especially with UITER_START->UITER_ZERO
X-SVN-Rev: 8150
2002-03-20 17:04:56 +00:00
George Rhoten
f824bdfe0a ICU-1745 Don't put // in C files.
X-SVN-Rev: 8148
2002-03-20 16:39:37 +00:00
Vladimir Weinstein
6da03430ed ICU-1682 faster exhaustive test for debug runs
X-SVN-Rev: 8147
2002-03-20 05:14:00 +00:00
Ram Viswanadha
f7ba75d9af ICU-1775 Test for exemplar characters
X-SVN-Rev: 8133
2002-03-20 01:10:04 +00:00
Syn Wee Quek
ce3295e827 ICU-1745
strictly restrict matches to fit the breakiterator range exactly.

X-SVN-Rev: 8125
2002-03-19 21:50:15 +00:00
George Rhoten
60e6fc4054 ICU-1199 Stop using the deprecated Unicode C++ class
X-SVN-Rev: 8117
2002-03-19 17:50:15 +00:00
Vladimir Weinstein
bb169f4e74 ICU-1682 fixed 'permute' invokation to satisfy pedantic gcc
X-SVN-Rev: 8112
2002-03-19 07:52:44 +00:00
Vladimir Weinstein
90ab5fb750 ICU-1682 added test for canonical iterator
X-SVN-Rev: 8111
2002-03-19 07:18:39 +00:00
Vladimir Weinstein
610dcd1971 ICU-1682 added a real test for canonical iterator
X-SVN-Rev: 8110
2002-03-19 07:18:07 +00:00
Vladimir Weinstein
304d055ed7 ICU-1682 removed dummy canonical iterator test
X-SVN-Rev: 8109
2002-03-19 07:17:09 +00:00
Steven R. Loomis
1e18f51b94 ICU-1686 fix missing header file
X-SVN-Rev: 8106
2002-03-19 06:55:07 +00:00
George Rhoten
bc64b17bee ICU-1199 Stop using the deprecated Unicode C++ class
X-SVN-Rev: 8105
2002-03-19 03:01:28 +00:00
Markus Scherer
6fc22af7c9 ICU-1700 test iterative normalization
X-SVN-Rev: 8104
2002-03-19 02:36:28 +00:00
Markus Scherer
04460db13c ICU-1686 test UCharIterator
X-SVN-Rev: 8101
2002-03-19 00:20:53 +00:00
Markus Scherer
8cc6750ee1 ICU-1542 test u_memchr32 for surrogate code points
X-SVN-Rev: 8097
2002-03-18 23:26:21 +00:00
Vladimir Weinstein
efee49d38a ICU-1770 made test static to make compiler shut up
X-SVN-Rev: 8072
2002-03-16 05:02:35 +00:00
Vladimir Weinstein
176ee6d516 ICU-1770 tests for indirect positioning & adaptation of tests that use internal APIs
X-SVN-Rev: 8064
2002-03-15 23:51:22 +00:00
George Rhoten
5b52c2da46 ICU-1126 Fix for Visual Age on AIX.
X-SVN-Rev: 8049
2002-03-15 17:21:01 +00:00
George Rhoten
515d605bb2 ICU-837 Port back to Windows and update the tests a bit more.
X-SVN-Rev: 8037
2002-03-15 00:29:57 +00:00
George Rhoten
191626c64a ICU-837 Add a light test for snprintf.
X-SVN-Rev: 8028
2002-03-14 23:12:15 +00:00
Doug Felt
f3acab9495 ICU-1766 Make RBNF in ICU4C use 64-bit ints
(still need to remove llong.h, llong.cpp and commented-out code)

X-SVN-Rev: 8008
2002-03-14 00:28:22 +00:00
Markus Scherer
d46d1b3fc4 ICU-1464 add convenience macros for bit sets for general categories
X-SVN-Rev: 8006
2002-03-13 23:31:12 +00:00
Andy Heninger
0c43711ac9 ICU-1762 converter thread safety, UNIX fixes to threadtest.
X-SVN-Rev: 8003
2002-03-13 21:44:35 +00:00
Andy Heninger
8e172f1850 ICU-1762 converter thread safety, clean up thread test memory leaks.
X-SVN-Rev: 8001
2002-03-13 19:47:31 +00:00
Markus Scherer
e26e3a9cb7 ICU-1126 add strcase.cpp to intltest
X-SVN-Rev: 7999
2002-03-13 19:23:54 +00:00
Markus Scherer
ecd81a00fa ICU-1126 test titlecasing
X-SVN-Rev: 7998
2002-03-13 19:22:05 +00:00
Markus Scherer
49ac6b4d18 ICU-1126 move case mapping tests to new strcase.cpp
X-SVN-Rev: 7997
2002-03-13 19:21:27 +00:00
Andy Heninger
4b44871bd8 ICU-1762 converter test added to threadtest; threadtest files reorganized
X-SVN-Rev: 7991
2002-03-13 18:32:13 +00:00
Steven R. Loomis
28edafbd3b ICU-1765 Header Test: test C also
X-SVN-Rev: 7981
2002-03-13 16:17:54 +00:00
Vladimir Weinstein
41d3cfad9b ICU-898 Removed a test that was commited in error
X-SVN-Rev: 7979
2002-03-13 06:49:24 +00:00