George Rhoten
e9f2025f63
ICU-701 remove ibm-1038
...
X-SVN-Rev: 2850
2000-10-31 17:53:22 +00:00
Steven R. Loomis
1c0e5cd702
ICU-639 data update
...
X-SVN-Rev: 2846
2000-10-30 21:05:32 +00:00
Ram Viswanadha
8ed1e11d82
ICU-703 Added tests for JP1, JP2 and CN-Ext
...
X-SVN-Rev: 2832
2000-10-28 01:08:25 +00:00
Markus Scherer
f51c6d0b09
ICU-701 update ibm-xxx.ucm files with fallback indicators
...
X-SVN-Rev: 2825
2000-10-27 23:55:56 +00:00
Markus Scherer
bfa7fdc918
ICU-544 do not crash when a converter cannot be opened...
...
X-SVN-Rev: 2817
2000-10-27 00:10:17 +00:00
Markus Scherer
af27bc1133
ICU-544 ucnv_getNextUChar() must _not_ match pairs of single surrogates for codepages like gb18030 (see javadoc & notes in ucnvmbcs.c)
...
X-SVN-Rev: 2807
2000-10-26 20:09:17 +00:00
Yves Arrouye
c27ba65a7c
ICU-692 make it work out of source, please...
...
X-SVN-Rev: 2801
2000-10-26 19:28:33 +00:00
Markus Scherer
486b26d12e
ICU-544 getNextUChar() handle separately encoded surrogates
...
X-SVN-Rev: 2794
2000-10-26 00:18:34 +00:00
George Rhoten
7c731f67aa
ICU-97 Changed the // to /* */
...
X-SVN-Rev: 2783
2000-10-25 16:57:32 +00:00
Markus Scherer
bb92483e1d
ICU-544 some tests for gb 18030
...
X-SVN-Rev: 2773
2000-10-24 21:01:12 +00:00
Yves Arrouye
8e28da7d3d
ICU-692 factor in some common definitions, and include the platform
...
file to make porting easier.
X-SVN-Rev: 2772
2000-10-24 19:50:20 +00:00
George Rhoten
2dd7679154
ICU-97 Faster performance for parsing and added a new test
...
X-SVN-Rev: 2770
2000-10-24 16:18:36 +00:00
Ram Viswanadha
4ced898120
ICU-673 Added tests for short target and source buffers
...
X-SVN-Rev: 2746
2000-10-20 02:47:14 +00:00
George Rhoten
94e819c3cb
ICU-97 Errors are now printed using log_err instead of printf.
...
X-SVN-Rev: 2735
2000-10-19 21:09:49 +00:00
Ram Viswanadha
0c6ea5520c
ICU-673 Added HZ converter test.
...
X-SVN-Rev: 2707
2000-10-17 08:05:02 +00:00
Steven R. Loomis
9d81ad69fc
ICU-658 defer fixing this test some more
...
X-SVN-Rev: 2681
2000-10-13 21:43:07 +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
Yves Arrouye
3e192178a2
ICU-656 more dashes removal
...
X-SVN-Rev: 2671
2000-10-13 17:45:47 +00:00
Yves Arrouye
c3e4f0b35b
ICU-658 bumped version above 1.6
...
X-SVN-Rev: 2666
2000-10-13 00:26:21 +00:00
George Rhoten
3a45b19a66
ICU-651 u_strchr() can find NUL in a string now
...
X-SVN-Rev: 2658
2000-10-12 22:00:33 +00:00
Vladimir Weinstein
b3b0c23852
ICU-653 changed the library names and locations on win32
...
X-SVN-Rev: 2651
2000-10-12 20:36:11 +00:00
Steven R. Loomis
df3d6ff001
ICU-599 reduce test verbosity
...
X-SVN-Rev: 2645
2000-10-12 17:11:32 +00:00
Yves Arrouye
d76b7b8adf
ICU-650 install does nothing, shouldn't depend on all-local
...
X-SVN-Rev: 2638
2000-10-12 03:13:46 +00:00
Markus Scherer
9597f66a15
ICU-415 implement u_charFromNames()
...
X-SVN-Rev: 2630
2000-10-11 15:55:14 +00:00
Markus Scherer
2735ed80e3
ICU-415 complete u_enumCharNames()
...
X-SVN-Rev: 2626
2000-10-11 00:18:48 +00:00
Markus Scherer
f38c42be74
ICU-415 initial implementation of u_enumCharNames()
...
X-SVN-Rev: 2620
2000-10-10 17:33:09 +00:00
Markus Scherer
86edeb6bb6
ICU-644 test u_charName() better for modern vs. 1.0 names problems & with last 32 names in BMP
...
X-SVN-Rev: 2613
2000-10-09 20:24:55 +00:00
Yves Arrouye
dd68d5aa81
ICU-630 do not use rpath by default; added --enable-rpath for when
...
it is really needed.
X-SVN-Rev: 2560
2000-10-03 23:19:26 +00:00
Yves Arrouye
9686d239f0
ICU-620 cleaned up cleaning (w/ an ugly twist in the top-level Makefile to start cleaning w/ tools)
...
X-SVN-Rev: 2551
2000-10-02 23:37:16 +00:00
George Rhoten
dc00af16a4
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2507
2000-09-25 20:56:12 +00:00
Yves Arrouye
2cf8109556
ICU-3 initial support for static libraries. The current problems are:
...
- pkgdata will still generate a dll (not a problem if you use files or the
mappable archive).
- because of referecences to ostream in ustring, the linker wants to resolve
these symbols, forcing us to use a C++ compiler to link C programs. That is
bad and need to be resolved.
- if you build static, then reconfigure w/o them and do make clean, the
static libraries will be left over.
Static is controlled by --enable-static. Shared libraries can be disabled
with --disable-shared.
X-SVN-Rev: 2494
2000-09-22 22:58:36 +00:00
George Rhoten
9eab787d70
ICU-560 The unsafe version should not be called when offset = 0.
...
X-SVN-Rev: 2479
2000-09-22 18:23:10 +00:00
George Rhoten
e355137ca4
ICU-597 Make the definition for main more consistent.
...
X-SVN-Rev: 2470
2000-09-21 18:41:55 +00:00
Ram Viswanadha
9e084f4436
ICU-599 Added ISO-2022-CN Test
...
X-SVN-Rev: 2465
2000-09-21 00:35:06 +00:00
George Rhoten
79c49e470a
ICU-597 Hopeful changes to compile on AS/400
...
X-SVN-Rev: 2462
2000-09-20 22:39:43 +00:00
Ram Viswanadha
8f68e5fb1d
ICU-583 Added more test cases for ISO-2022-jp
...
X-SVN-Rev: 2443
2000-09-19 02:38:40 +00:00
Steven R. Loomis
6b707c92f0
ICU-578 icudata conflicts with user data
...
X-SVN-Rev: 2407
2000-08-30 23:58:24 +00:00
George Rhoten
8ad73783a6
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2394
2000-08-30 16:21:00 +00:00
George Rhoten
719eacfd9b
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2390
2000-08-30 01:11:09 +00:00
Yves Arrouye
1968fe35ad
ICU-575 finally got rid of @BUILDDATADIR@ in the Makefiles. Also removed
...
the need for BUILD_OUT_OF_SOURCE to be defined at configure time.
X-SVN-Rev: 2383
2000-08-29 22:26:15 +00:00
Yves Arrouye
4e1c30d30b
ICU-575 fixed a number of problems with the out of source build. The
...
build now works with --srcdir=../a/relative/path, --srcdir=/an/absolute/one
and in source. Auxiliary data in data and test/testdata is generated by new
Makefiles in these directories (data is new inside source). Some cleanup is
still needed, for example when makeconv generates test files... Test code
now knows about out of source vs in source build. Sorry... (Will be fixed
if data and source are at the same level some day.)
X-SVN-Rev: 2373
2000-08-29 07:28:22 +00:00
Steven R. Loomis
2859089dd4
ICU-576 MacOS [use dynamic not stack memory]
...
X-SVN-Rev: 2371
2000-08-29 05:54:34 +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
Steven R. Loomis
d01e7c4f85
ICU-567 MacOS
...
X-SVN-Rev: 2363
2000-08-28 20:24:40 +00:00
Steven R. Loomis
552541f278
ICU-423 quiet down the bidi test
...
X-SVN-Rev: 2362
2000-08-28 19:30:58 +00:00
George Rhoten
5a4b13aa48
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2353
2000-08-24 21:40:26 +00:00
George Rhoten
d8b316c016
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2328
2000-08-23 00:55:27 +00:00
George Rhoten
9fe1519e56
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2327
2000-08-23 00:05:17 +00:00
Ram Viswanadha
4155f6f6b0
ICU-289 Added tests for ISO2022-KR.
...
X-SVN-Rev: 2321
2000-08-22 00:04:27 +00:00
George Rhoten
ad2c21909e
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2319
2000-08-21 22:28:56 +00:00
Markus Scherer
6021c28132
ICU-410 test u_unescape() preflighting
...
X-SVN-Rev: 2308
2000-08-17 17:13:05 +00:00
Markus Scherer
648b1d0536
ICU-410 test u_unescape()
...
X-SVN-Rev: 2301
2000-08-16 23:55:15 +00:00
Helena Chapman
2ed77b81bc
ICU-401 More S/400 fixes.
...
X-SVN-Rev: 2296
2000-08-16 22:30:12 +00:00
Vladimir Weinstein
82781d6967
ICU-460 OS/390 porting fixes
...
X-SVN-Rev: 2294
2000-08-16 20:45:23 +00:00
Helena Chapman
b4bfa3652a
ICU-550 Fixed more hpux11.
...
X-SVN-Rev: 2289
2000-08-16 17:58:56 +00:00
Markus Scherer
7f3ebc2a00
ICU-423 add tests for ubidi_writeReverse() that use combining characters
...
X-SVN-Rev: 2283
2000-08-16 01:38:04 +00:00
George Rhoten
284e996395
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2280
2000-08-16 00:27:51 +00:00
George Rhoten
c1d798277c
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2279
2000-08-16 00:27:50 +00:00
Ram Viswanadha
b11450b7d6
ICU-389 fixed pointer overshoot bug
...
X-SVN-Rev: 2278
2000-08-16 00:27:15 +00:00
Madhu K
dc652e696a
ICU-447 fixed the errors in test cases
...
X-SVN-Rev: 2274
2000-08-16 00:01:15 +00:00
George Rhoten
ff2179c545
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2273
2000-08-15 23:42:50 +00:00
George Rhoten
ecb96b89d2
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2272
2000-08-15 23:24:07 +00:00
Madhu K
fcac2e42e2
ICU-447 Added tests for additional code coverage in MBCS
...
X-SVN-Rev: 2271
2000-08-15 21:47:12 +00:00
Helena Chapman
2b322f3ac9
ICU-389 fixed tests for ISO 2022 JP converter
...
X-SVN-Rev: 2268
2000-08-15 21:13:20 +00:00
Madhu K
c12fea0792
ICU-447 Added tests for additional code coverage in MBCS
...
X-SVN-Rev: 2258
2000-08-15 18:05:12 +00:00
Steven R. Loomis
e35f78c6f6
ICU-550 extern C for hpux
...
X-SVN-Rev: 2252
2000-08-15 02:39:18 +00:00
George Rhoten
7a86150849
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2247
2000-08-15 01:13:48 +00:00
Helena Chapman
4855aca266
ICU-549 Why was this change made the first place? It's breaking the Window's build at least.
...
X-SVN-Rev: 2246
2000-08-15 01:06:38 +00:00
Ram Viswanadha
324e9bc555
ICU-549 Fixed data directory string
...
X-SVN-Rev: 2245
2000-08-15 00:17:10 +00:00
Ram Viswanadha
17bbfa7555
ICU-289 Added tests for ISO2022-JP. Removed commented code
...
X-SVN-Rev: 2244
2000-08-15 00:07:33 +00:00
Ram Viswanadha
4e46260f5d
ICU-289 Removed commented code
...
X-SVN-Rev: 2243
2000-08-15 00:04:34 +00:00
Ram Viswanadha
4fa7a8cc64
ICU-289 Removed commented code
...
X-SVN-Rev: 2242
2000-08-15 00:03:08 +00:00
Helena Chapman
3f2fb26333
ICU-401 Make 1.6 tree compiled and linked on S/400.
...
X-SVN-Rev: 2233
2000-08-14 23:35:57 +00:00
Vladimir Weinstein
cc30f756d3
ICU-432 more leaks fixes
...
X-SVN-Rev: 2231
2000-08-14 23:14:23 +00:00
Markus Scherer
0662741c48
ICU-471 add tests for bad arguments etc. for u_shapeArabic()
...
X-SVN-Rev: 2229
2000-08-14 23:07:32 +00:00
Markus Scherer
45de64dfbf
ICU-471 add tests for bad arguments etc. for u_shapeArabic()
...
X-SVN-Rev: 2227
2000-08-14 21:45:32 +00:00
Madhu K
e01ba020dd
ICU-535 removed compiler warnings and added better error display
...
X-SVN-Rev: 2225
2000-08-14 21:31:05 +00:00
Madhu K
0656b37412
ICU-535 Removed compiler warnings
...
X-SVN-Rev: 2223
2000-08-14 17:47:43 +00:00
Madhu K
ec02ab0d69
ICU-535 Removed warnings
...
X-SVN-Rev: 2221
2000-08-14 17:13:09 +00:00
Steven R. Loomis
b871c6590c
ICU-546 fixed EBCDIC_STATEFUL
...
X-SVN-Rev: 2219
2000-08-12 04:27:59 +00:00
Markus Scherer
a29fffc5fc
ICU-471 add tests for arabic number shaping
...
X-SVN-Rev: 2215
2000-08-12 00:59:40 +00:00
George Rhoten
c05ae178a7
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2214
2000-08-11 23:52:25 +00:00
Markus Scherer
35f850ef92
ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR
...
X-SVN-Rev: 2203
2000-08-11 20:11:06 +00:00
Markus Scherer
7ad13c4086
ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR
...
X-SVN-Rev: 2202
2000-08-11 19:51:13 +00:00
George Rhoten
040a460a82
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2201
2000-08-11 19:45:02 +00:00
Markus Scherer
3508752164
ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR
...
X-SVN-Rev: 2200
2000-08-11 19:39:34 +00:00
George Rhoten
1a68b33110
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2197
2000-08-11 18:58:51 +00:00
George Rhoten
0981f6185a
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2194
2000-08-11 17:39:22 +00:00
George Rhoten
f2f6b304bd
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2190
2000-08-11 17:20:20 +00:00
George Rhoten
8767d1596f
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2189
2000-08-11 16:33:09 +00:00
Yves Arrouye
5539bdeb9d
ICU-543 exit with a non-zero error code if tests were not successful.
...
X-SVN-Rev: 2187
2000-08-11 04:29:07 +00:00
Yves Arrouye
987c8add5b
ICU-322 log_verbose() for successes.
...
X-SVN-Rev: 2186
2000-08-11 04:28:42 +00:00
George Rhoten
a2dc5ade56
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2183
2000-08-11 03:35:25 +00:00
George Rhoten
ebd5136aac
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2182
2000-08-11 02:08:59 +00:00
George Rhoten
c094c8a0eb
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2181
2000-08-11 01:27:17 +00:00
Yves Arrouye
5040a56ea9
ICU-322 coverage of the ucnv_countStandards() and ucnv_getStandard()
...
additional APIs for standard names.
X-SVN-Rev: 2176
2000-08-10 21:45:09 +00:00
George Rhoten
fe2193ec6b
ICU-535 fixed some compiler errors for UP-UX
...
X-SVN-Rev: 2174
2000-08-10 20:55:49 +00:00
Vladimir Weinstein
6276917002
ICU-541 Test for ures_getVersion
...
X-SVN-Rev: 2172
2000-08-10 20:20:10 +00:00
Yves Arrouye
b05b16141b
ICU-322 actual testing code for the standard names :)
...
X-SVN-Rev: 2163
2000-08-10 01:33:48 +00:00
Yves Arrouye
59a694988c
ICU-322 added tests for the standard names. The tests depend on MIME
...
and IANA tags on UTF8 and ibm-367.
X-SVN-Rev: 2162
2000-08-10 01:33:28 +00:00
George Rhoten
2d12649bce
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2154
2000-08-09 23:34:41 +00:00
George Rhoten
d377787679
ICU-534 Now it should work the same on non-ASCII compilers and compilers that use the same pointers for the same static strings.
...
X-SVN-Rev: 2150
2000-08-09 22:57:52 +00:00
Alan Liu
a986339aee
ICU-89 bump Collator version number due to change in Normalizer algorithm and tables
...
X-SVN-Rev: 2149
2000-08-09 22:49:33 +00:00
Madhu K
f4ff2cf82e
ICU-447 Modified the tests to avoid failures on Japnese machine
...
X-SVN-Rev: 2148
2000-08-09 22:49:24 +00:00
Madhu K
c3c345050b
ICU-447 Added tests for T_CString_strnicmp()
...
X-SVN-Rev: 2133
2000-08-08 16:55:48 +00:00
George Rhoten
bfb09f49ac
ICU-512 Reenabled the code Unicode::digitValue(ch) and checked that an "]" in the exponent will not be interpreted as 0.
...
X-SVN-Rev: 2130
2000-08-07 23:09:41 +00:00
Madhu K
ae73db3839
ICU-447 Added tests to increase code-coverage
...
X-SVN-Rev: 2123
2000-08-07 22:25:48 +00:00
George Rhoten
6ccfa23662
ICU-447 fix for Windows 2000/Solaris CC differences. The unsafe macro is not called when the utf8 character is larger than the size of the array.
...
X-SVN-Rev: 2121
2000-08-07 21:27:51 +00:00
George Rhoten
a99304e373
ICU-534 fix for compiler optimization on Windows 2000/Solaris CC.
...
X-SVN-Rev: 2119
2000-08-07 21:12:14 +00:00
Madhu K
cd35abcaaa
ICU-447 Fixed so that unsafe macro is called correctly
...
X-SVN-Rev: 2117
2000-08-07 16:49:02 +00:00
Helena Chapman
f97c70b9fd
ICU-411 Added unum_applyPattern().
...
X-SVN-Rev: 2113
2000-08-04 19:01:19 +00:00
Madhu K
60c33f96d8
ICU-447 Added tests to increase code-coverage
...
X-SVN-Rev: 2108
2000-08-03 23:26:38 +00:00
Vladimir Weinstein
ad5d9a639d
ICU-447 fixed test data (back_unsafe was missing the last element - zero)
...
X-SVN-Rev: 2106
2000-08-03 17:00:25 +00:00
Madhu K
602de054b9
ICU-447 Uncommented the tests after the bug fix
...
X-SVN-Rev: 2105
2000-08-02 23:41:11 +00:00
Steven R. Loomis
de7305fe63
ICU-447 fixes for IEEERemainder test so it will pass on actual IEEE compliant platforms
...
X-SVN-Rev: 2103
2000-08-02 22:47:18 +00:00
Madhu K
d15b3ffcc8
ICU-447 Modified the test to avoid back slashes in u_charsToUChars()
...
X-SVN-Rev: 2102
2000-08-02 21:07:45 +00:00
Madhu K
9e0a2398a6
ICU-447 Added tests for ucol_getDefaultRulesArray
...
X-SVN-Rev: 2100
2000-08-02 19:53:47 +00:00
Steven R. Loomis
ba6432c9e1
ICU-447 corrected data for ebcdic
...
X-SVN-Rev: 2097
2000-08-02 19:34:11 +00:00
Vladimir Weinstein
0413fcf2dc
ICU-432 fixes for running on a japanese machine
...
X-SVN-Rev: 2096
2000-08-02 19:06:18 +00:00
Madhu K
ab6c472ce8
ICU-447 Modified for better code coverage
...
X-SVN-Rev: 2094
2000-08-02 18:02:16 +00:00
Madhu K
9a8fa05d98
ICU-447 Added tests for code coverage of CompactArrays
...
X-SVN-Rev: 2092
2000-08-02 00:03:10 +00:00
Vladimir Weinstein
8c44071056
ICU-460 more OS/390 fixes
...
X-SVN-Rev: 2086
2000-08-01 03:25:35 +00:00
Yves Arrouye
6dd0c56667
ICU-515 make check depends on make all.
...
X-SVN-Rev: 2085
2000-08-01 01:55:54 +00:00
Madhu K
7d0f5059c1
ICU-447 Added tests for more code coverage in ucnv_cb.c
...
X-SVN-Rev: 2081
2000-07-31 22:42:14 +00:00
Vladimir Weinstein
db89e9de44
ICU-460 Fixed test crash in verbose mode
...
X-SVN-Rev: 2080
2000-07-31 22:36:03 +00:00
Vladimir Weinstein
759d6be056
ICU-460 OS/390 related changes
...
X-SVN-Rev: 2079
2000-07-31 22:33:44 +00:00
Yves Arrouye
44ec4fe502
ICU-353 fixed decls and calls.
...
X-SVN-Rev: 2078
2000-07-31 18:47:58 +00:00
Steven R. Loomis
7bba28ace0
ICU-344 test data incorrect for EBCDIC_STATEFUL
...
X-SVN-Rev: 2075
2000-07-31 14:42:09 +00:00
Steven R. Loomis
0e9ba45705
ICU-308 new TestNull
...
X-SVN-Rev: 2067
2000-07-28 17:24:48 +00:00
Steven R. Loomis
dccee58fd6
ICU-308 test for normalizing NULLs
...
X-SVN-Rev: 2066
2000-07-28 17:22:38 +00:00
Steven R. Loomis
9621dd80fb
ICU-496 don't exit() from tests!
...
X-SVN-Rev: 2065
2000-07-28 17:06:01 +00:00
George Rhoten
78d44a676d
ICU-307 Changed the error message format as specified by Alan
...
X-SVN-Rev: 2064
2000-07-28 15:17:24 +00:00
Vladimir Weinstein
2fd9124028
ICU-460 porting changes OS390
...
X-SVN-Rev: 2063
2000-07-28 04:09:39 +00:00
George Rhoten
121331491c
ICU-307 The test no longer crashes with a NULL pointer exception on my machine.
...
X-SVN-Rev: 2062
2000-07-28 03:27:17 +00:00
Vladimir Weinstein
188de0a3c0
ICU-460 porting changes OS/390
...
X-SVN-Rev: 2061
2000-07-28 03:18:30 +00:00
Madhu K
5841aa4423
ICU-447 Fixed errors in regression test
...
X-SVN-Rev: 2057
2000-07-27 16:58:34 +00:00
Madhu K
23f8c8efb7
ICU-447 clean up
...
X-SVN-Rev: 2056
2000-07-27 01:14:52 +00:00
Madhu K
8995149618
ICU-447 Fixed errors in regression test
...
X-SVN-Rev: 2055
2000-07-27 01:13:21 +00:00
Madhu K
235862a18f
ICU-447 Added regressiong tests for utf8
...
X-SVN-Rev: 2053
2000-07-26 23:26:57 +00:00
Madhu K
855b610aba
ICU-447 Added tests for more code coverage in utf_impl.c
...
X-SVN-Rev: 2052
2000-07-26 22:37:47 +00:00
Madhu K
b01b8f0cab
ICU-447 Added tests for utf8
...
X-SVN-Rev: 2041
2000-07-26 02:05:15 +00:00
Madhu K
27beba0cf0
ICU-447 Added tests for utf-8 for CALLBACK
...
X-SVN-Rev: 2036
2000-07-25 21:12:16 +00:00
Madhu K
16adb7cb27
ICU-447 Fixed errors in test data
...
X-SVN-Rev: 2034
2000-07-25 21:11:39 +00:00
Madhu K
2756f4ce2a
ICU-447 Added test for improving code coverage in ucnv_bld.c
...
X-SVN-Rev: 2030
2000-07-24 22:07:39 +00:00
Markus Scherer
e5a45a1553
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2023
2000-07-22 00:08:14 +00:00
Markus Scherer
9e6547c41d
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2020
2000-07-21 23:58:01 +00:00
Markus Scherer
e76fb1f0ca
ICU-311 comment out tests for currently known broken functionality
...
X-SVN-Rev: 2018
2000-07-21 23:28:07 +00:00
Markus Scherer
76126da0f7
ICU-411 test again for number pattern symbol setting
...
X-SVN-Rev: 2017
2000-07-21 23:27:47 +00:00
Madhu K
b4ff35848d
ICU-447 Added test for more conditions of utf-8
...
X-SVN-Rev: 2004
2000-07-21 01:59:08 +00:00
Madhu K
c53c24ac34
ICU-447 Added test for euc-tw and toUnicode fallback
...
X-SVN-Rev: 2001
2000-07-21 01:02:00 +00:00
Markus Scherer
b79af69ea4
ICU-107 inverse bidi roundtrip tests
...
X-SVN-Rev: 1998
2000-07-21 00:16:51 +00:00
Helena Chapman
7a06f07238
ICU-411 Added unum_applyPattern() in C. Updated to use setSecondaryGrouping() in the attribute list include C tests.
...
X-SVN-Rev: 1997
2000-07-20 23:47:59 +00:00
Markus Scherer
09bbdebbe0
ICU-400 improve tests for u_strchr(), u_strstr(), u_strchr32() (compare pointers, not contents)
...
X-SVN-Rev: 1993
2000-07-20 21:32:19 +00:00
Madhu K
d26456b97e
ICU-447 added offsets
...
X-SVN-Rev: 1984
2000-07-20 20:08:40 +00:00
Alan Liu
ed0fa66665
ICU-307 add tests for alias table integrity
...
X-SVN-Rev: 1961
2000-07-19 23:57:13 +00:00
Madhu K
8509d36272
ICU-447 Added tests for more code coverage for umemstrm.c
...
X-SVN-Rev: 1956
2000-07-19 21:59:04 +00:00
Madhu K
e7a0a04d63
ICU-447 Added tests for code coverage for umemstrm.c
...
X-SVN-Rev: 1950
2000-07-19 20:59:55 +00:00
Madhu K
a13de6c1a8
ICU-447 corrected the test case for utf-8
...
X-SVN-Rev: 1948
2000-07-19 20:14:47 +00:00
Madhu K
32a0e9ae2b
ICU-447 Added tests for utf8 to show the bug found
...
X-SVN-Rev: 1947
2000-07-19 20:14:27 +00:00
Madhu K
fc7dca35f0
ICU-447 Added tests for more code coverage for mbcs
...
X-SVN-Rev: 1936
2000-07-18 23:42:41 +00:00
Madhu K
77814c55bb
ICU-447 Added tests for more code coverage in ucnv_utf.c
...
X-SVN-Rev: 1924
2000-07-18 18:04:50 +00:00
Madhu K
e51bdcd177
ICU-447 Fixed error in test case
...
X-SVN-Rev: 1921
2000-07-18 15:59:55 +00:00
Madhu K
6b6dfc0d57
ICU-447 Added tests for more code coverage in ucnv_utf.c
...
X-SVN-Rev: 1917
2000-07-17 23:30:53 +00:00
George Rhoten
95456913eb
ICU-399 Added test to u_strstr
...
X-SVN-Rev: 1911
2000-07-17 20:41:57 +00:00
Madhu K
94711b5d29
ICU-447 Added a test for EBCIDIC_STATEFUL
...
X-SVN-Rev: 1910
2000-07-17 20:41:36 +00:00
Markus Scherer
e736ce5911
ICU-505 re-add the lmbcs test now that it does not crash any more
...
X-SVN-Rev: 1908
2000-07-17 19:51:01 +00:00
Jim Snyder Grant
af1856f980
ICU-505 temporarily commented out test causing crash.
...
X-SVN-Rev: 1903
2000-07-17 16:49:04 +00:00
Jim Snyder Grant
a7da319c5d
ICU-495 removed test for ucnv_getInvalidUChars() because implementation has changed
...
X-SVN-Rev: 1902
2000-07-17 16:42:35 +00:00
Alan Liu
5e9d055754
ICU-410 use unified unescape function(s)
...
X-SVN-Rev: 1897
2000-07-16 13:42:38 +00:00
Markus Scherer
461ade154d
ICU-495 fix size of array (count UChars, not bytes)
...
X-SVN-Rev: 1886
2000-07-15 01:10:23 +00:00
Madhu K
f18ed92a8e
ICU-447 included the LMBCS tests
...
X-SVN-Rev: 1884
2000-07-14 23:07:15 +00:00
Madhu K
393b7259e5
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1883
2000-07-14 22:42:27 +00:00
Helena Chapman
6ca74cacae
ICU-501 Collation enhancement phase 1. Added "override" and "version" tag in "CollationElements".
...
X-SVN-Rev: 1882
2000-07-14 22:31:35 +00:00
Madhu K
49f636fca0
ICU-447 Fixed the erroneous expected result in the test case
...
X-SVN-Rev: 1881
2000-07-14 21:49:57 +00:00
Markus Scherer
3dac35c27e
ICU-311 add linefeeds to some log_err()
...
X-SVN-Rev: 1880
2000-07-14 20:40:05 +00:00
Markus Scherer
97a464b605
ICU-344 fix the test for ebcdic_stateful with escape callback - reports error for now
...
X-SVN-Rev: 1879
2000-07-14 20:39:12 +00:00
Madhu K
f7cd903a3e
ICU-447 Fixed some errors in the test case
...
X-SVN-Rev: 1876
2000-07-14 01:39:37 +00:00
Markus Scherer
d911d40079
ICU-311 for the new callback api, ucnv_getXCallBack() need to return both the function pointer and the context
...
X-SVN-Rev: 1874
2000-07-14 01:33:02 +00:00
Markus Scherer
06ca05dc38
ICU-311 for the new callback api, ucnv_getXCallBack() need to return both the function pointer and the context
...
X-SVN-Rev: 1873
2000-07-14 01:01:14 +00:00
Markus Scherer
7d721ba16c
ICU-502 clean up 'unassigned' handling and callback calls
...
X-SVN-Rev: 1871
2000-07-13 23:55:33 +00:00
Madhu K
2c9d62de49
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1870
2000-07-13 22:43:29 +00:00
Madhu K
e444400599
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1869
2000-07-13 22:33:33 +00:00
Steven R. Loomis
c596b24a8a
ICU-393 .cvsignore cleanup
...
X-SVN-Rev: 1866
2000-07-13 22:04:24 +00:00
Vladimir Weinstein
f726a9978c
ICU-103 fixed a test from going into a endless loop
...
X-SVN-Rev: 1856
2000-07-13 18:59:50 +00:00
Vladimir Weinstein
2aefd0996a
ICU-103 fixed a test from going into a endless loop
...
X-SVN-Rev: 1852
2000-07-13 17:58:28 +00:00
Jim Snyder Grant
e5bb724913
ICU-495 added test for ucnv_getInvalidUChars() as part of testConvertToUnicode()
...
X-SVN-Rev: 1846
2000-07-13 15:37:08 +00:00
Jim Snyder Grant
8581ef1b32
ICU-495 added test for ucnv_getInvalidChars() as part of testConvertFromU()
...
X-SVN-Rev: 1845
2000-07-13 15:35:39 +00:00
Markus Scherer
87b7acacec
ICU-103 fix bugs in test code
...
X-SVN-Rev: 1839
2000-07-13 00:28:06 +00:00
Madhu K
0277be94c7
ICU-447 Added Tests for putil API
...
X-SVN-Rev: 1825
2000-07-12 23:33:20 +00:00
Vladimir Weinstein
8349610248
ICU-432 more leak fixes
...
X-SVN-Rev: 1824
2000-07-12 22:59:57 +00:00
Madhu K
84474c15da
ICU-447 Testing error conditions and other API for extended code coverage
...
X-SVN-Rev: 1799
2000-07-12 01:09:23 +00:00
Vladimir Weinstein
ce3dd236b4
ICU-489 added tests for new types
...
X-SVN-Rev: 1796
2000-07-11 23:27:11 +00:00
Steven R. Loomis
f3af060e13
ICU-496 don't crash if missing test data
...
X-SVN-Rev: 1791
2000-07-11 22:17:37 +00:00
Madhu K
63c97dc078
ICU-447 Testing error conditions for extended code coverage
...
X-SVN-Rev: 1788
2000-07-11 19:11:41 +00:00
Madhu K
f4b411e2f9
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1783
2000-07-11 16:42:25 +00:00
Vladimir Weinstein
9e6148186a
ICU-432 more leak fixes
...
X-SVN-Rev: 1781
2000-07-10 22:14:51 +00:00
Steven R. Loomis
65b204ba02
ICU-360 update for new packaging. to make test pass w/o .dat files
...
X-SVN-Rev: 1779
2000-07-10 22:05:01 +00:00
Vladimir Weinstein
7d188ca73e
ICU-432 more leak fixes
...
X-SVN-Rev: 1778
2000-07-10 22:03:16 +00:00
Madhu K
eb54a4e0de
ICU-447 added ksc back
...
X-SVN-Rev: 1769
2000-07-10 17:35:02 +00:00
Vladimir Weinstein
bd3bf6c1f0
ICU-447 corrected a typo
...
X-SVN-Rev: 1765
2000-07-10 16:53:32 +00:00
Madhu K
099a875389
ICU-447 Fixed the errors due ot 1361 alias name(ksc) which is not eliminated
...
X-SVN-Rev: 1763
2000-07-08 02:15:03 +00:00
Madhu K
fb3039635f
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1762
2000-07-08 02:07:23 +00:00
Madhu K
4cb5e83e30
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1761
2000-07-08 01:59:14 +00:00
Madhu K
4472c96f24
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1756
2000-07-07 19:34:08 +00:00
Madhu K
9091990aaf
ICU-447 Fallback test
...
X-SVN-Rev: 1755
2000-07-07 17:42:41 +00:00
Steven R. Loomis
9d76a4b88b
ICU-447 Fallback API
...
X-SVN-Rev: 1751
2000-07-07 02:53:06 +00:00
Vladimir Weinstein
45515c9a0c
ICU-432 more memory leaks fixes
...
X-SVN-Rev: 1750
2000-07-06 23:01:50 +00:00
Madhu K
c8af7e00e5
ICU-447 Additional tests for extended code coverage
...
X-SVN-Rev: 1749
2000-07-06 21:56:24 +00:00
Madhu K
596dec1f30
ICU-447 Added Tests for fallback API
...
X-SVN-Rev: 1746
2000-07-06 18:26:36 +00:00
Madhu K
908abbec75
ICU-447 Tests for fallback API
...
X-SVN-Rev: 1745
2000-07-06 18:26:16 +00:00
Helena Chapman
2fd0a3db47
ICU-311 the setToU and fromUCallback function signatures update.
...
X-SVN-Rev: 1736
2000-07-05 20:56:42 +00:00
Yves Arrouye
d37141dcac
ICU-371 changed LINUX and SOLARIS to U_LINUX and U_SOLARIS, also
...
changed HAVE_INTTYPES_H to U_HAVE_INTTYPES_H.
X-SVN-Rev: 1726
2000-06-30 21:35:03 +00:00
Helena Chapman
0ad634011e
ICU-311 Another major update with Callback API changes.
...
X-SVN-Rev: 1720
2000-06-30 17:38:47 +00:00
Steven R. Loomis
784b5f52ad
ICU-432 comments, syntax, etc
...
X-SVN-Rev: 1701
2000-06-29 03:04:28 +00:00
Steven R. Loomis
72c8a4d026
ICU-432 don't use // in C code!!!!!!!
...
X-SVN-Rev: 1700
2000-06-29 02:53:29 +00:00
Steven R. Loomis
1c0cf6f659
ICU-311 api chagne
...
X-SVN-Rev: 1698
2000-06-29 01:48:34 +00:00
Steven R. Loomis
8bc3f0b83b
ICU-478 u_uastrncpy fix
...
X-SVN-Rev: 1694
2000-06-29 01:41:04 +00:00
Steven R. Loomis
e6ff764cac
ICU-447 buffer overrun in test
...
X-SVN-Rev: 1693
2000-06-29 01:15:31 +00:00
Steven R. Loomis
95ca98f6ab
ICU-450 translit test
...
X-SVN-Rev: 1692
2000-06-29 01:11:09 +00:00
Alan Liu
4594fe89b8
ICU-450 enhance test
...
X-SVN-Rev: 1685
2000-06-28 23:30:05 +00:00
Vladimir Weinstein
9b404b0904
ICU-311 fixed crashing problem
...
X-SVN-Rev: 1683
2000-06-28 23:19:32 +00:00
Vladimir Weinstein
5240a256f2
ICU-460 porting changes
...
X-SVN-Rev: 1679
2000-06-28 22:26:59 +00:00
Jim Snyder Grant
58bf49e059
ICU-271 Additional LMBCS tests
...
X-SVN-Rev: 1664
2000-06-28 17:01:52 +00:00
Helena Chapman
377889ccd9
ICU-311 Major rewrite of the callback APIs. Needs to be checked
...
in without more testing to make the 6/29/2000 API deadline. Lots
of warnings still, offset handling is not implemented. More unit tests
is required because the current implementation actually passes the tests.
X-SVN-Rev: 1661
2000-06-27 20:47:56 +00:00
Alan Liu
c68b0038be
ICU-450 rename UTransPosition fields
...
X-SVN-Rev: 1660
2000-06-27 20:07:59 +00:00
Madhu K
e73c8e2a36
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1653
2000-06-27 18:06:00 +00:00
Alan Liu
f28b4cfe69
ICU-450 transliterator C api
...
X-SVN-Rev: 1650
2000-06-27 16:27:02 +00:00
Madhu K
d2ab4795c6
ICU-447 Fixed the test case for DBCS converter(replaced the
...
use of ibm-955 with ibm-835
X-SVN-Rev: 1648
2000-06-26 22:16:32 +00:00
Madhu K
63f1bc3617
ICU-447 Minor Fixes
...
X-SVN-Rev: 1647
2000-06-26 21:33:25 +00:00
Madhu K
d237ca97b5
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1644
2000-06-22 23:46:02 +00:00
Madhu K
148f7b7bba
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1642
2000-06-22 19:04:32 +00:00
Madhu K
fafe9b6e4b
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1641
2000-06-22 17:39:34 +00:00
Madhu K
6ebc40cc9b
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1637
2000-06-22 01:18:30 +00:00
Madhu K
b429022d94
ICU-447 Addtional tests for extended code coverage
...
X-SVN-Rev: 1636
2000-06-22 01:09:15 +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
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
Markus Scherer
a087ecba43
ICU-397 test u_versionToString() error checking
...
X-SVN-Rev: 1553
2000-06-02 18:37:21 +00:00
Markus Scherer
e7a7e26131
ICU-418 test latin-1 ucnv_getNextUChar()
...
X-SVN-Rev: 1542
2000-06-02 00:04:34 +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
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
Markus Scherer
a472509095
ICU-411 hide failing test for icu 1.5
...
X-SVN-Rev: 1512
2000-05-30 17:21:22 +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
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
cdd47bd7db
ICU-408 fix range checks
...
X-SVN-Rev: 1450
2000-05-23 23:23:09 +00:00
Markus Scherer
aca0c53ac2
ICU-397 make u_versionFrom/ToString() public
...
X-SVN-Rev: 1437
2000-05-22 22:24:51 +00:00