Commit Graph

7641 Commits

Author SHA1 Message Date
Alan Liu
1c63818c39 ICU-2061 add test for default next() implementation; enhance existing tests a bit
X-SVN-Rev: 10019
2002-10-11 20:19:33 +00:00
Alan Liu
237f1f27f9 ICU-2038 add higher-performance implementation of add() that handles a single codepoint; other performance tweaks
X-SVN-Rev: 10018
2002-10-10 21:18:49 +00:00
Alan Liu
5eb64a5da4 ICU-2038 initial performance test for UnicodeSet
X-SVN-Rev: 10017
2002-10-10 21:17:07 +00:00
Ram Viswanadha
9883485385 ICU-2363 Don't use struct timezone it is deprecated.
X-SVN-Rev: 10014
2002-10-10 20:07:17 +00:00
Ram Viswanadha
a5fcacf0f0 ICU-2363 add new line at end of the file
X-SVN-Rev: 10013
2002-10-10 16:23:58 +00:00
Ram Viswanadha
eef0dfd49c ICU-2363 fixes for linux
X-SVN-Rev: 10010
2002-10-10 01:33:59 +00:00
Ram Viswanadha
fc0ab79006 ICU-2363 Performance test take 1
X-SVN-Rev: 10009
2002-10-10 01:18:33 +00:00
Ram Viswanadha
6ba868cb2f ICU-2055 Text to RB XML conversion tool + fixes for changes in UCBUF
X-SVN-Rev: 10008
2002-10-10 01:05:51 +00:00
Ram Viswanadha
e1e50fab17 ICU-2363 Performance test take 1
X-SVN-Rev: 10007
2002-10-10 01:04:15 +00:00
Markus Scherer
e189db4818 ICU-1794 add UnicodeString::hasMoreChar32Than
X-SVN-Rev: 10005
2002-10-09 21:37:48 +00:00
Markus Scherer
a617b35b4a ICU-1794 test UnicodeString::hasMoreChar32Than
X-SVN-Rev: 10004
2002-10-09 21:36:47 +00:00
Markus Scherer
634c3d5a9d ICU-1794 test u_strHasMoreChar32Than
X-SVN-Rev: 10003
2002-10-09 20:40:19 +00:00
Markus Scherer
5b9c9d52df ICU-1794 add u_strHasMoreChar32Than
X-SVN-Rev: 10002
2002-10-09 20:40:05 +00:00
Markus Scherer
56b303282e ICU-1794 split ustring.h function tests from cucdtst.c into new custrtst.c
X-SVN-Rev: 9997
2002-10-09 18:35:04 +00:00
Markus Scherer
c8bba9db42 ICU-2343 remove UCharReference and non-const UnicodeString::operator[]
X-SVN-Rev: 9994
2002-10-08 23:56:15 +00:00
Ram Viswanadha
bf2640bf1c ICU-2323 Test fix for ID 7
X-SVN-Rev: 9990
2002-10-08 17:46:06 +00:00
Ram Viswanadha
995308afe4 ICU-2323 fix for ID 7
X-SVN-Rev: 9989
2002-10-08 17:45:39 +00:00
Vladimir Weinstein
3dcfc893c6 ICU-2305 Vladimir was too eager changing stuff: variable top was a int32_t and should stay that way
X-SVN-Rev: 9987
2002-10-08 16:10:49 +00:00
Markus Scherer
d815c4ce11 ICU-2150 check for valid code point
X-SVN-Rev: 9986
2002-10-08 01:08:34 +00:00
Markus Scherer
e37690683e ICU-2351 all UnicodeString modifications should make a bogus string valid/empty
X-SVN-Rev: 9980
2002-10-05 00:38:27 +00:00
Markus Scherer
a25c9734c6 ICU-2156 make sure that the same string can be used as source and destination
X-SVN-Rev: 9979
2002-10-05 00:29:14 +00:00
Markus Scherer
27bd9a79a6 ICU-2156 test that the same string can be used as source and destination
X-SVN-Rev: 9978
2002-10-05 00:28:30 +00:00
Markus Scherer
a715afb3e8 ICU-2150 replace UTF_ macros with U16_ macros in public header files
X-SVN-Rev: 9974
2002-10-04 22:09:49 +00:00
Markus Scherer
704b6a284c ICU-2244 interface/mixin classes (like all classes with virtual functions) must have a virtual destructor
X-SVN-Rev: 9973
2002-10-04 20:45:31 +00:00
Markus Scherer
c531727da2 ICU-2244 change internal classes to inherit UMemory, not UObject
X-SVN-Rev: 9970
2002-10-04 19:27:01 +00:00
Markus Scherer
990d64560c ICU-2244 mark Shaper as an interface/mixin class, make subclasses inherit UMemory
X-SVN-Rev: 9969
2002-10-04 18:45:07 +00:00
Markus Scherer
e9b8ce4f6e ICU-2244 change internal classes to inherit UMemory, not UObject
X-SVN-Rev: 9968
2002-10-04 18:17:35 +00:00
Markus Scherer
a3adeb8632 ICU-2244 change internal classes to inherit UMemory, not UObject
X-SVN-Rev: 9967
2002-10-04 18:06:33 +00:00
Markus Scherer
2385580041 ICU-2244 forbid copying of classes that don't have explicit copy implementations
X-SVN-Rev: 9966
2002-10-04 17:47:59 +00:00
Markus Scherer
39711260d3 ICU-2244 change internal classes to inherit UMemory, not UObject
X-SVN-Rev: 9965
2002-10-04 17:46:52 +00:00
Markus Scherer
bedf26bf18 ICU-2244 change SymbolTable subclasses to inherit both UObject or UMemory _and_ SymbolTable because SymbolTable is an interface/mixin class; UMemory is sufficient for internal classes
X-SVN-Rev: 9964
2002-10-04 17:30:36 +00:00
Markus Scherer
043d14576c ICU-2244 change SymbolTable to not inherit UObject or UMemory because it is an interface/mixin class; add a virtual destructor
X-SVN-Rev: 9963
2002-10-04 17:28:50 +00:00
Markus Scherer
398a1af182 ICU-2244 change internal classes to inherit UMemory, not UObject
X-SVN-Rev: 9962
2002-10-04 17:27:53 +00:00
Markus Scherer
66d7c271e6 ICU-2244 change internal classes to inherit UMemory, not UObject
X-SVN-Rev: 9961
2002-10-04 16:35:10 +00:00
Markus Scherer
87ab6dcc57 ICU-2244 change internal classes to inherit UMemory, not UObject
X-SVN-Rev: 9960
2002-10-04 01:23:34 +00:00
Ram Viswanadha
85b31f659c ICU-2323 Add missing name for LAO
X-SVN-Rev: 9955
2002-10-03 22:47:32 +00:00
Ram Viswanadha
4e623dfbc1 ICU-2323 Add test for instantiation of transliterators from data returned by UScript
X-SVN-Rev: 9954
2002-10-03 22:47:10 +00:00
Andy Heninger
10ace04b12 ICU-2342 LineBreak rules, fix problem with Greek, Cyrillic
X-SVN-Rev: 9952
2002-10-03 17:53:15 +00:00
Markus Scherer
7b22f218e3 ICU-2244 split UMemory off of UObject
X-SVN-Rev: 9951
2002-10-03 01:13:01 +00:00
Steven R. Loomis
c9cf5f3592 ICU-2248 modularize icu - fix tests
X-SVN-Rev: 9947
2002-10-02 17:19:18 +00:00
Steven R. Loomis
1234754799 ICU-2248 modularize icu- fix tests
X-SVN-Rev: 9946
2002-10-02 17:18:04 +00:00
Steven R. Loomis
96f866f460 ICU-2248 modularize icu
X-SVN-Rev: 9945
2002-10-02 17:13:32 +00:00
Steven R. Loomis
71f91f4357 ICU-2248 modularize ICU
X-SVN-Rev: 9944
2002-10-02 17:11:53 +00:00
Steven R. Loomis
34a5a089b9 ICU-2248 modularize icu- ISCII may not be available to genrb
X-SVN-Rev: 9943
2002-10-02 17:08:52 +00:00
Steven R. Loomis
e857f6008d ICU-2340 hdrtest updates
X-SVN-Rev: 9942
2002-10-02 16:05:35 +00:00
Markus Scherer
183c932571 ICU-2150 fix a comment
X-SVN-Rev: 9941
2002-10-02 00:29:45 +00:00
Markus Scherer
3fd332b877 ICU-2150 include utypes.h for header tests
X-SVN-Rev: 9940
2002-10-01 20:19:12 +00:00
Steven R. Loomis
d6d9610956 ICU-2340 deprecated files removed from hdrtst
X-SVN-Rev: 9939
2002-10-01 20:16:09 +00:00
Markus Scherer
357b9c633a ICU-2248 modularize ICU - make test work
X-SVN-Rev: 9938
2002-10-01 18:47:36 +00:00
Markus Scherer
5e90151e49 ICU-2248 modularize ICU - make data generator tools write dummy data files, satisfying makefile dependencies
X-SVN-Rev: 9936
2002-10-01 17:44:04 +00:00
Markus Scherer
61969c8c50 ICU-2248 modularize ICU
X-SVN-Rev: 9934
2002-10-01 01:26:49 +00:00
Markus Scherer
68ae250e76 ICU-2150 fix string length parameter for U16_GET
X-SVN-Rev: 9931
2002-09-30 04:01:47 +00:00
Markus Scherer
6b1fa6036a ICU-2150 simplify/improve UTF macros
X-SVN-Rev: 9930
2002-09-30 04:00:17 +00:00
Markus Scherer
22e1a4fe61 ICU-2146 define UChar32=int32_t
X-SVN-Rev: 9929
2002-09-30 03:59:37 +00:00
Steven R. Loomis
c08c8f20f3 ICU-2330 [doc] deprecation referred to nonexistent function. Result: user confusion
X-SVN-Rev: 9927
2002-09-27 01:47:35 +00:00
Steven R. Loomis
cfa64b7c29 ICU-2330 fix for HP (declare all functions for HP/UX)
X-SVN-Rev: 9926
2002-09-27 00:28:23 +00:00
George Rhoten
7bad009de5 ICU-2248 Readd the dependency for stubdata for new machines.
The proper and slow fix is to make the tests depend on makedata, but that is for a later discussion.

X-SVN-Rev: 9923
2002-09-26 17:12:27 +00:00
Markus Scherer
e66ebe6655 ICU-2248 modularize ICU - do not turn off legacy conversion for 'only collation' because of ebcdic default converter
X-SVN-Rev: 9920
2002-09-25 22:29:52 +00:00
Markus Scherer
aa4089194a ICU-2324 fix condition that caused a broken combiningTable - end-of-list marker on wrong word
X-SVN-Rev: 9919
2002-09-25 22:20:57 +00:00
Steven R. Loomis
ca34222583 ICU-1941 add -w option to intltest, make tests pass with a warning when converter data is missing
X-SVN-Rev: 9914
2002-09-24 23:52:03 +00:00
Steven R. Loomis
4c605ab55a ICU-1941 allow -w to not fail on missing data, in sanity tests
X-SVN-Rev: 9913
2002-09-24 18:58:56 +00:00
Markus Scherer
25208de167 ICU-2248 remove a dependency so that stubdata does not constantly trash the real data dll
X-SVN-Rev: 9911
2002-09-21 00:49:42 +00:00
Markus Scherer
0eb9c506ec ICU-2248 modularize ICU
X-SVN-Rev: 9910
2002-09-21 00:43:14 +00:00
Markus Scherer
790f6533dc ICU-2146 define UChar32=int32_t regardless of platform wchar_t
X-SVN-Rev: 9909
2002-09-20 22:00:21 +00:00
Vladimir Weinstein
67eefcaadc ICU-2313 init and dispose of UCA as a regular collator
X-SVN-Rev: 9908
2002-09-20 21:57:37 +00:00
Markus Scherer
cf2040937e ICU-1885 no more -s390 mapping files because of swaplfnl option
X-SVN-Rev: 9907
2002-09-20 21:57:13 +00:00
Markus Scherer
adf00cc4e5 ICU-1941 add missing log_data_err()
X-SVN-Rev: 9906
2002-09-20 21:55:31 +00:00
Steven R. Loomis
c4f41c9378 ICU-1941 Allow -w option (don't error if data is missing) for converters
X-SVN-Rev: 9905
2002-09-20 19:07:19 +00:00
Markus Scherer
3acb4cc8f3 ICU-2248 check only for algorithmic converters when UCONFIG_NO_LEGACY_CONVERSION
X-SVN-Rev: 9904
2002-09-20 18:03:18 +00:00
Markus Scherer
44707c157b ICU-2248 modularize ICU
X-SVN-Rev: 9903
2002-09-20 17:54:45 +00:00
George Rhoten
2a19dd8701 ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 9902
2002-09-20 17:44:40 +00:00
Markus Scherer
c4f6ebe78e ICU-2146 fix UChar32 type mismatches
X-SVN-Rev: 9901
2002-09-20 16:02:16 +00:00
Markus Scherer
3d38617bdc ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
2002-09-20 01:54:48 +00:00
Vladimir Weinstein
aebe160111 ICU-2209 moved canonical iterator from i18n to common per Markus's request
X-SVN-Rev: 9899
2002-09-20 00:00:44 +00:00
Ram Viswanadha
cff7fbf28e ICU-1941 fixed building on linux
X-SVN-Rev: 9888
2002-09-19 00:31:11 +00:00
Ram Viswanadha
87729b77fd ICU-1941 update the test to use iscii
X-SVN-Rev: 9887
2002-09-18 21:23:46 +00:00
Ram Viswanadha
33c1b1707b ICU-1941 update the test to use iscii
X-SVN-Rev: 9886
2002-09-18 21:11:59 +00:00
Ram Viswanadha
d8eb140a0c ICU-331 update project and other files to fix building on windows
X-SVN-Rev: 9885
2002-09-18 21:10:16 +00:00
Vladimir Weinstein
1acbac0711 ICU-1941 aliasing more robust when data is absent - found while testing lipo
X-SVN-Rev: 9884
2002-09-18 06:04:31 +00:00
Steven R. Loomis
b7120e2ff7 ICU-1941 back off a little on the NULL checking..
X-SVN-Rev: 9883
2002-09-18 01:59:06 +00:00
Markus Scherer
ef0736d5a1 ICU-2153 fix bug in charSetToUSet - used global variable instead of argument
X-SVN-Rev: 9882
2002-09-18 01:47:01 +00:00
Markus Scherer
e6c9d15456 ICU-1885 add swaplfnl converter option
X-SVN-Rev: 9881
2002-09-18 01:42:32 +00:00
Markus Scherer
d4c9beaa73 ICU-1885 use the new swaplfnl converter option for -s390 EBCDIC mapping table variants
X-SVN-Rev: 9880
2002-09-18 01:38:17 +00:00
Markus Scherer
50972e29db ICU-1885 add swaplfnl converter option
X-SVN-Rev: 9879
2002-09-18 01:34:50 +00:00
Markus Scherer
3c802a478a ICU-1885 add swaplfnl converter option
X-SVN-Rev: 9878
2002-09-18 01:27:37 +00:00
Markus Scherer
fa4c6ea32f ICU-1885 use the new swaplfnl converter option for -s390 EBCDIC mapping table variants
X-SVN-Rev: 9877
2002-09-18 01:23:18 +00:00
Markus Scherer
7005ead205 ICU-1885 remove -s390 EBCDIC mapping table variants in favor of the new runtime swaplfnl converter option; make sure to build normal variants for minimal sets of data
X-SVN-Rev: 9876
2002-09-18 01:22:20 +00:00
Markus Scherer
228bdd1550 ICU-1885 remove -s390 EBCDIC mapping table variants in favor of the new runtime swaplfnl converter option
X-SVN-Rev: 9875
2002-09-18 01:20:48 +00:00
Markus Scherer
8e4d026246 ICU-1885 test swaplfnl converter option
X-SVN-Rev: 9874
2002-09-18 01:18:17 +00:00
Steven R. Loomis
669c72ef06 ICU-1941 don't fail in lipo mode (first of many)
X-SVN-Rev: 9872
2002-09-17 19:45:50 +00:00
Steven R. Loomis
ac39475f03 ICU-1941 don't fail in liposuction mode
X-SVN-Rev: 9871
2002-09-17 19:45:03 +00:00
Vladimir Weinstein
9c38010fef ICU-2209 make canonical iterator public - documentation/API reference
X-SVN-Rev: 9869
2002-09-17 19:11:52 +00:00
Steven R. Loomis
feb85480d2 ICU-2307 initialize fields to NULL in case we bail early
X-SVN-Rev: 9868
2002-09-17 18:50:35 +00:00
Vladimir Weinstein
150ad44972 ICU-1433 getTailoredSet C/C++ return all the canonically equivalent sequences. Also added tests
X-SVN-Rev: 9867
2002-09-17 06:27:51 +00:00
Vladimir Weinstein
0fb205837f ICU-2209 make canonical iterator public
X-SVN-Rev: 9866
2002-09-17 05:06:04 +00:00
Vladimir Weinstein
a298df56b3 ICU-2305 UColOptionSet uses int32_t instead of UColAttributeValue + added some reserved space
X-SVN-Rev: 9865
2002-09-17 04:53:35 +00:00
Syn Wee Quek
821c8a97b5 ICU-2294
added "This class is not subclassable" note

X-SVN-Rev: 9858
2002-09-11 00:27:41 +00:00
Alan Liu
d96f819545 ICU-1130 added parsePattern for use by Name-Any
X-SVN-Rev: 9850
2002-09-06 23:37:16 +00:00
Alan Liu
85d23479b6 ICU-1130 use perl \N{name} notation in Any-Name and Name-Any
X-SVN-Rev: 9849
2002-09-06 23:30:29 +00:00
Vladimir Weinstein
c8f160bcab ICU-2269 close sets after using
X-SVN-Rev: 9848
2002-09-06 23:23:49 +00:00
Ram Viswanadha
bb3c25cdde ICU-1881 dont use T_FileStream_size and assert the return value, use T_FileStream_read's return value
X-SVN-Rev: 9847
2002-09-06 22:15:37 +00:00
Ram Viswanadha
07884ea2ed ICU-1699 genrb now gives an error for \uXXX \UXXXXXX truncated escape sequences
X-SVN-Rev: 9846
2002-09-06 22:13:15 +00:00
Vladimir Weinstein
978cef13a4 ICU-2293 fixed the length returned from u_unescape - it was counting the terminating zero, but it is supposed to return strlen of resulting string
X-SVN-Rev: 9844
2002-09-06 04:31:03 +00:00
George Rhoten
c7c90c528b ICU-2086 A small improvement for the binary search of algorithmic converters.
X-SVN-Rev: 9841
2002-09-06 00:48:35 +00:00
Andy Heninger
c258ec6fda ICU-2283 add missing NULL tests in RBBI operator ==
X-SVN-Rev: 9839
2002-09-05 18:51:50 +00:00
Vladimir Weinstein
8f14f1acab ICU-1433 Added a missing line at the end of file
X-SVN-Rev: 9838
2002-09-04 15:15:15 +00:00
Vladimir Weinstein
8238930139 ICU-1433 getTailoredSet C/C++ take 1
X-SVN-Rev: 9837
2002-09-04 06:08:04 +00:00
Vladimir Weinstein
7f9ecabbfd ICU-1854 special strcoll version for latin-1 locales
X-SVN-Rev: 9836
2002-09-04 06:02:13 +00:00
Markus Scherer
3ad71d6de5 ICU-2284 point more prominently to the User Guide Strings chapter, improve UNICODE_STRING_SIMPLE slightly
X-SVN-Rev: 9834
2002-09-04 00:57:54 +00:00
George Rhoten
9188a817d3 ICU-2086 Improve the binary search of aliases and the algorithmic converter name lookup
X-SVN-Rev: 9833
2002-09-04 00:36:40 +00:00
Vladimir Weinstein
827db2e60a ICU-2267 Change the Japanese collation default strength to tertiary
X-SVN-Rev: 9832
2002-09-03 19:43:11 +00:00
Markus Scherer
dce332b77d ICU-2153 test internal APIs for max name length and used-character sets
X-SVN-Rev: 9829
2002-09-02 21:50:35 +00:00
Markus Scherer
1403e3f82b ICU-2153 add internal APIs for name/ISO comment max lengths and used-character sets - enum through all names & comments to get separate sets
X-SVN-Rev: 9828
2002-09-02 21:48:41 +00:00
Markus Scherer
3141ae0281 ICU-2153 add internal APIs for name/ISO comment max lengths and used-character sets
X-SVN-Rev: 9827
2002-09-02 21:45:24 +00:00
Andy Heninger
423eb52850 ICU-2190 RBBI rule builder, fixed incorrect handling of some \escaped chars in rules,
and failure to allow white space before a * or ?

X-SVN-Rev: 9824
2002-08-30 23:04:10 +00:00
Andy Heninger
3144b2665e ICU-2231 RBBI Sentence Break Rules and test updated to match draft of TR 29
X-SVN-Rev: 9823
2002-08-30 21:37:59 +00:00
George Rhoten
bbc62da408 ICU-2157 Add a test for UTF8_COUNT_TRAIL_BYTES.
X-SVN-Rev: 9822
2002-08-30 01:22:26 +00:00
Vladimir Weinstein
be34f0f08f ICU-2268 test for bug 2268
X-SVN-Rev: 9821
2002-08-29 23:23:45 +00:00
Vladimir Weinstein
54e87296d9 ICU-2269 test for bug 2269
X-SVN-Rev: 9820
2002-08-29 23:16:45 +00:00
Alan Liu
6a1ee4f141 ICU-2153 C implementation and test for uprv_getCharNameCharacters()
X-SVN-Rev: 9819
2002-08-29 23:11:50 +00:00
Alan Liu
541ae0e468 ICU-2153 C implementation and test for uprv_getCharNameCharacters()
X-SVN-Rev: 9818
2002-08-29 23:05:23 +00:00
Vladimir Weinstein
cc4c361654 ICU-2269 don't use aliasing ctor in uset_addString
X-SVN-Rev: 9817
2002-08-29 22:20:59 +00:00
Vladimir Weinstein
f346c4d8f2 ICU-2268 fixed UTokenAssigner bug in UVector
X-SVN-Rev: 9816
2002-08-29 22:12:49 +00:00
Alan Liu
ae8bbc8773 ICU-2189 eliminate duplicates in add(string)
X-SVN-Rev: 9815
2002-08-29 04:58:00 +00:00
Andy Heninger
5780aed3d3 ICU-2190 fix crashing bug in RBBI rule builder
X-SVN-Rev: 9813
2002-08-29 00:28:11 +00:00
Andy Heninger
d2e6ab9355 ICU-2123 Replace awkward RBBI builder data structure. Linked list of
uset nodes replaced by a vector; overloaded use of right child field of node eliminated.

X-SVN-Rev: 9812
2002-08-28 22:24:17 +00:00
Andy Heninger
956c28b0ac ICU-2129 Intltest, fix memory leak in revised rbbitest.
X-SVN-Rev: 9811
2002-08-28 22:10:32 +00:00
Alan Liu
681c0468a4 ICU-1767 support [:ascii:] and \N{name} in UnicodeSet
X-SVN-Rev: 9810
2002-08-28 20:23:00 +00:00
Alan Liu
9ba92b30ff ICU-2025 deprecate UnicodeFilterLogic
X-SVN-Rev: 9809
2002-08-28 17:17:04 +00:00
Syn Wee Quek
5a24e9df06 ICU-2134
removed doxygen warnings

X-SVN-Rev: 9807
2002-08-28 16:43:42 +00:00
George Rhoten
4b56870c43 ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 9805
2002-08-28 16:04:23 +00:00
George Rhoten
990db21101 ICU-2000 Fixed some compiler warnings.
X-SVN-Rev: 9804
2002-08-28 15:55:37 +00:00
George Rhoten
d33e520a69 ICU-1925 Update the converter aliases based on roundtripIndex.html
X-SVN-Rev: 9803
2002-08-28 15:43:47 +00:00
George Rhoten
fc3e593a6b ICU-2129 Intltest, remove textbounds test
X-SVN-Rev: 9802
2002-08-28 00:13:27 +00:00
George Rhoten
52eadbd926 ICU-1925 Update the converter aliases based on roundtripIndex.html
X-SVN-Rev: 9801
2002-08-28 00:04:56 +00:00
George Rhoten
15c9e60a2d ICU-2135 This line is unneeded.
X-SVN-Rev: 9800
2002-08-27 23:08:29 +00:00
George Rhoten
5b453f0ece ICU-2135 Fixed the case where u_uastrncpy would read one past the end of the array.
X-SVN-Rev: 9799
2002-08-27 23:03:45 +00:00
George Rhoten
99641b2420 ICU-2134 Update the API documentation.
X-SVN-Rev: 9798
2002-08-27 23:02:14 +00:00
George Rhoten
c7128f9628 ICU-1809 Update the API documentation.
X-SVN-Rev: 9797
2002-08-27 23:01:04 +00:00
George Rhoten
bb9b8b966c ICU-2135 Remember to convert the NULL too.
X-SVN-Rev: 9796
2002-08-27 22:46:54 +00:00
George Rhoten
fe09a02ac7 ICU-2135 Fixed the case where u_austrncpy would read one past the end of the array.
X-SVN-Rev: 9795
2002-08-27 22:45:05 +00:00
Andy Heninger
20cd470111 ICU-2129 Intltest, fix problem with break iteration test of a zero lenght string.
X-SVN-Rev: 9794
2002-08-27 20:28:05 +00:00
Andy Heninger
4a1d1083b0 ICU-2129 Intltest, remove textbounds test, merge the non-redundant tests
into rbbitest.  Many tests were replicated in both places.

X-SVN-Rev: 9793
2002-08-27 19:10:11 +00:00
George Rhoten
f0bd5ecb0d ICU-2039 Increase code coverage. Fix %[] scanset so that it uses UChars instead of chars.
X-SVN-Rev: 9792
2002-08-26 20:53:53 +00:00
Syn Wee Quek
33e4596f46 ICU-2085
* replaced error codes *_ERROR with *_WARNING where required.

X-SVN-Rev: 9791
2002-08-26 20:51:22 +00:00
Syn Wee Quek
905bedf1fc ICU-2140
collation element iterater setOffset inlined for performance.

X-SVN-Rev: 9790
2002-08-26 16:52:05 +00:00
George Rhoten
0d294967fd ICU-2039 Increase code coverage
X-SVN-Rev: 9789
2002-08-24 00:00:31 +00:00
George Rhoten
c7c125fe99 ICU-1879 simplify fgets
X-SVN-Rev: 9787
2002-08-23 22:13:14 +00:00
George Rhoten
4f0ea51df4 ICU-1879 Fix the newline counting problem with fgets
X-SVN-Rev: 9786
2002-08-23 20:58:40 +00:00
George Rhoten
30b0e1a54d ICU-2134 Doxygen update
X-SVN-Rev: 9785
2002-08-23 18:33:55 +00:00