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
George Rhoten
01583c7470
ICU-469 Added some improvements to speed up the code by 10% for normal unicode conversion.
...
X-SVN-Rev: 2060
2000-07-28 03:11:38 +00:00
Steven R. Loomis
23976a9f66
ICU-103 fix for hpux
...
X-SVN-Rev: 2059
2000-07-27 22:05:23 +00:00
Vladimir Weinstein
9a5203cf01
ICU-403 update to code standards (we use doxygen not doc++ and do not use C++ comments in C files)
...
X-SVN-Rev: 2058
2000-07-27 17:08:20 +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
Steven R. Loomis
ea283ab003
ICU-89 add normconf to Makefile.in
...
X-SVN-Rev: 2054
2000-07-26 23:33:28 +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
8cf8308bc9
ICU-176 Fixed utf8_appendCharSafeBody to handle buffer overflow correctly
...
X-SVN-Rev: 2051
2000-07-26 22:37:11 +00:00
Steven R. Loomis
de7b2bd35a
ICU-176 utf8 table update for unix
...
X-SVN-Rev: 2050
2000-07-26 20:37:53 +00:00
Alan Liu
811aebdf9d
ICU-89 rename local variable
...
X-SVN-Rev: 2049
2000-07-26 20:17:45 +00:00
Alan Liu
7678a3a760
ICU-89 add private doReplace
...
X-SVN-Rev: 2048
2000-07-26 16:41:17 +00:00
Alan Liu
9020805ecf
ICU-89 numerous changes large and small to bring into conformance with UTR15
...
X-SVN-Rev: 2047
2000-07-26 16:40:43 +00:00
Alan Liu
d394403080
ICU-89 add UTR15 conformance test
...
X-SVN-Rev: 2046
2000-07-26 16:27:18 +00:00
Alan Liu
aaedfda461
ICU-89 change typeMask to typeBit, other updates for 3.0 conformance
...
X-SVN-Rev: 2045
2000-07-26 16:24:12 +00:00
Alan Liu
f8afd6398e
Add tests of CharacterIterator API
...
X-SVN-Rev: 2044
2000-07-26 16:21:30 +00:00
Alan Liu
1c254cf440
Conformance test suite fixes
...
X-SVN-Rev: 2043
2000-07-26 16:20:40 +00:00
Alan Liu
019802e4df
Minor cleanup
...
X-SVN-Rev: 2042
2000-07-26 16:20:16 +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
2ed6efa244
ICU-176 UCAPI needed for utf_countTrailBytes for export
...
X-SVN-Rev: 2040
2000-07-26 02:01:00 +00:00
Madhu K
460392f2d8
ICU-176 Added ifdef for U_IMPORT and U_EXPORT for utf_countTrailBytes
...
X-SVN-Rev: 2039
2000-07-26 02:00:22 +00:00
George Rhoten
4a3d9b01fe
ICU-469 Fixed a few offset errors with trucated UTF-8 chars,
...
and the invalid UTF-8 tail should now be written with small buffers.
X-SVN-Rev: 2038
2000-07-26 00:55:30 +00:00
George Rhoten
e4767761cf
ICU-311 The offset is now incremented with the target when a character is substitued.
...
I also removed some tabs within the file.
X-SVN-Rev: 2037
2000-07-26 00:20:19 +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
Eric Mader
b2df4167b0
Updated some comments in ParseRule()
...
X-SVN-Rev: 2035
2000-07-25 21:11:59 +00:00
Madhu K
16adb7cb27
ICU-447 Fixed errors in test data
...
X-SVN-Rev: 2034
2000-07-25 21:11:39 +00:00
George Rhoten
11452e3956
ICU-469 Fixed various UTF-8 offset bugs and added some
...
optimizations by doing pointer arithmatic instead of array indexing.
X-SVN-Rev: 2033
2000-07-25 19:33:02 +00:00
Yves Arrouye
3e9dfa505f
ICU-353 removed warnings.
...
X-SVN-Rev: 2032
2000-07-25 17:00:23 +00:00
Madhu K
9882141a96
ICU-176 two important macros need more parentheses for op precedence!
...
X-SVN-Rev: 2031
2000-07-25 00:46:25 +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
George Rhoten
d27fbfa1f1
ICU-469 When fromUCharErrorBehaviour was set to
...
the function pointer in the jump table that jumped to
UCNV_FROM_U_CALLBACK_STOP, the macros would
break out of the current loop prematurely.
X-SVN-Rev: 2029
2000-07-24 20:33:23 +00:00
Helena Chapman
58e200df8b
ICU-450 utrans.h is not exported in the Win32 release build configuration.
...
X-SVN-Rev: 2028
2000-07-24 19:07:12 +00:00
Madhu K
c4b35e4235
ICU-367 comment out unused functions
...
X-SVN-Rev: 2027
2000-07-24 17:32:41 +00:00
Madhu K
d7e145a214
ICU-447 Added test for code coverage
...
for the API registerInstance and unregister
X-SVN-Rev: 2026
2000-07-24 17:09:07 +00:00
George Rhoten
c6dd3c3c43
ICU-469 miscellaneous bug fixes for UTF-8
...
X-SVN-Rev: 2025
2000-07-22 03:21:16 +00:00
Alan Liu
a96ab43e48
ICU-498 indentation cleanup
...
X-SVN-Rev: 2024
2000-07-22 00:10:49 +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
9a4e8565f5
ICU-311 formally remove broken iso-2022 support for now
...
X-SVN-Rev: 2022
2000-07-22 00:02:57 +00:00
Markus Scherer
3aacc28a78
ICU-311 harden some functions for bad input
...
X-SVN-Rev: 2021
2000-07-21 23:58:31 +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
bf3ccf4f1b
ICU-311 attempt to count only real errors, not each printf-style piece of each output line
...
X-SVN-Rev: 2019
2000-07-21 23:28:41 +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