Alan Liu
b8d527f6ac
ICU-929 fix indexOf bug
...
X-SVN-Rev: 7347
2001-12-13 22:57:08 +00:00
Alan Liu
cafdcca519
ICU-1591 clean up TransliterationRule
...
X-SVN-Rev: 7344
2001-12-11 22:11:51 +00:00
Alan Liu
16fcadebb0
ICU-1591 clean up TransliterationRule
...
X-SVN-Rev: 7342
2001-12-11 17:45:13 +00:00
Alan Liu
6e4cce25cd
ICU-929 add indexOf() and charAt() methods
...
X-SVN-Rev: 7340
2001-12-11 01:13:33 +00:00
Alan Liu
e8edb9740e
ICU-1592 add Sk to SKIP set
...
X-SVN-Rev: 7339
2001-12-11 00:02:07 +00:00
Alan Liu
426dadc5a8
ICU-1076 clear toPattern result buffer
...
X-SVN-Rev: 7306
2001-12-04 05:25:39 +00:00
George Rhoten
37279d71cc
ICU-1211 Don't go beyond the end of the array (fix for Solaris, Windows, HP/UX)
...
X-SVN-Rev: 7304
2001-12-04 02:16:58 +00:00
Alan Liu
8824cc7909
ICU-1575 more mutex and string initialization cleanup
...
X-SVN-Rev: 7301
2001-12-04 00:08:31 +00:00
George Rhoten
c914380027
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7300
2001-12-03 23:56:30 +00:00
Alan Liu
ecdf5e0a92
ICU-1575 don't use global mutex
...
X-SVN-Rev: 7298
2001-12-03 23:50:24 +00:00
George Rhoten
f0a28aa373
ICU-1028 os/390 fix, which uses EBCDIC instead of ASCII
...
X-SVN-Rev: 7291
2001-12-03 22:35:02 +00:00
George Rhoten
192e7744fe
ICU-1472 Update @draft -> @stable
...
X-SVN-Rev: 7290
2001-12-03 22:22:18 +00:00
Alan Liu
f8af43b4ae
ICU-1373 more fixes to support supplementals
...
X-SVN-Rev: 7286
2001-12-03 21:43:13 +00:00
Alan Liu
3eccfcc26d
ICU-1575 fixed normalizing transliterator to get closer to the end in incremental mode; latin-katakana & fullwidth/halfwidth now pass incremental tests. UnicodeSet has some package-private utilities added -- they should be made public next release.
...
X-SVN-Rev: 7280
2001-12-03 20:50:50 +00:00
Andy Heninger
3ddc3827c9
ICU-1576 Rename class Utility to ICU_Utility, to avoid possible conflicts with application classes.
...
Used by transliteration; may be used by other modules in the future.
X-SVN-Rev: 7276
2001-12-03 20:19:08 +00:00
George Rhoten
07fd534156
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7267
2001-12-03 18:32:20 +00:00
George Rhoten
e70635bba6
ICU-770 Memory cleanup
...
X-SVN-Rev: 7260
2001-12-03 17:13:18 +00:00
Alan Liu
514ea083f8
ICU-1501 fix to handle surrogates
...
X-SVN-Rev: 7258
2001-12-01 22:37:34 +00:00
Alan Liu
7aea4f6ffd
ICU-1572 fix UnicodeSet '&' and '-' handling
...
X-SVN-Rev: 7256
2001-12-01 21:46:53 +00:00
Alan Liu
302bf822c7
ICU-1572 fix UnicodeSet.toPattern() round trip bugs
...
X-SVN-Rev: 7245
2001-12-01 01:33:41 +00:00
Helena Chapman
6f5df69456
ICU-1501 Updated Upper/Lower/TitlecaseTransliterator and checked in new casing tests for surrogates from Java.
...
X-SVN-Rev: 7235
2001-11-30 23:53:55 +00:00
George Rhoten
4ca9b67054
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7233
2001-11-30 23:01:40 +00:00
George Rhoten
78a66d2c3b
ICU-1566 Use TRUE instead of true
...
X-SVN-Rev: 7200
2001-11-30 01:26:49 +00:00
Alan Liu
54d8e90e03
ICU-1560 sync with Java
...
X-SVN-Rev: 7199
2001-11-30 01:24:25 +00:00
Helena Chapman
cd5de5761f
ICU-1501 Ported back the Upper/Lower/TitlecaseTransliterator changes from Java.
...
X-SVN-Rev: 7192
2001-11-30 00:57:29 +00:00
George Rhoten
859edb1416
ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor problems
...
X-SVN-Rev: 7187
2001-11-30 00:06:13 +00:00
Alan Liu
2db72dd89a
ICU-1566 make getDisplayName() grok variants
...
X-SVN-Rev: 7186
2001-11-29 23:49:44 +00:00
Doug Felt
3ce10fb69c
ICU-104 added test for llong, removed #ifdef used to bump code coverage
...
X-SVN-Rev: 7184
2001-11-29 23:47:52 +00:00
Vladimir Weinstein
655e6da650
ICU-1465 review @draft/@stable tags
...
X-SVN-Rev: 7175
2001-11-29 20:22:25 +00:00
Alan Liu
129fb5c916
ICU-1514 map Remove' => Null
...
X-SVN-Rev: 7169
2001-11-29 18:03:51 +00:00
Alan Liu
adeb7ac274
ICU-1560 implement smart rollback
...
X-SVN-Rev: 7155
2001-11-29 01:01:31 +00:00
Alan Liu
8eff706d84
ICU-1560 implement smart rollback
...
X-SVN-Rev: 7154
2001-11-29 00:39:20 +00:00
Doug Felt
a8e24bc334
ICU-104 added fixes for findFractionalRuleSetRule. Worked around
...
msvc 6 compiler bug, uint32_t >> 32 leaves value unchanged. Minimal
rule sets with no rules but special rules failed. Removed obsolete comment.
X-SVN-Rev: 7149
2001-11-28 23:31:53 +00:00
Doug Felt
f3ee2bd004
ICU-104 fix problems with RBNF clone. llong conversion to text now
...
outputs '0' rather than nothing. Clone uses getRules() UnicodeString directly,
previously was extracting to (unterminated!) UChar*. Dispose NULLs out
fields of deleted objects to prevent double delete.
X-SVN-Rev: 7109
2001-11-28 00:58:33 +00:00
George Rhoten
c2cba02edd
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7104
2001-11-27 23:10:56 +00:00
Alan Liu
ef320b3c1f
ICU-1533 incorporate Mark's review comments; move utility methods to Utility class
...
X-SVN-Rev: 7101
2001-11-27 21:54:58 +00:00
Alan Liu
e66ad4853f
ICU-1389 incorporate Mark's review comments - comments only
...
X-SVN-Rev: 7098
2001-11-27 21:36:24 +00:00
Alan Liu
f70b7c452d
ICU-1389 incorporate Mark's review comments - comments only
...
X-SVN-Rev: 7097
2001-11-27 21:34:15 +00:00
Alan Liu
4378069652
ICU-1533 incorporate Mark's review comments; update docs
...
X-SVN-Rev: 7070
2001-11-22 00:05:50 +00:00
Alan Liu
2280780824
ICU-1533 incorporate Mark's review comments; move escape handling methods to Utility
...
X-SVN-Rev: 7067
2001-11-21 22:43:21 +00:00
Alan Liu
f775728fce
ICU-1533 incorporate Mark's review comments
...
X-SVN-Rev: 7063
2001-11-21 21:46:28 +00:00
Alan Liu
2d57eedd4e
ICU-1389 incorporate Mark's review comments - comments only
...
X-SVN-Rev: 7062
2001-11-21 21:45:40 +00:00
Alan Liu
5ad3030b93
ICU-1389 incorporate Mark's review comments - comments only
...
X-SVN-Rev: 7060
2001-11-21 21:29:37 +00:00
Alan Liu
16c55a1fc4
ICU-1533 incorporate Mark's review comments
...
X-SVN-Rev: 7059
2001-11-21 21:23:48 +00:00
Alan Liu
2b109067ec
ICU-1533 disable rollback code
...
X-SVN-Rev: 7055
2001-11-21 19:55:39 +00:00
Alan Liu
412163dd3f
ICU-1225 make registration functions protected @internal
...
X-SVN-Rev: 7054
2001-11-21 19:35:53 +00:00
Alan Liu
76b369219e
ICU-1225 add new Escape and Unescape transliterators to replace UnicodeToHex and HexToUnicode; register several Any-Hex and Hex-Any variants
...
X-SVN-Rev: 7049
2001-11-21 07:02:15 +00:00
Alan Liu
8986e13b6a
ICU-1533 add #ifndef around header
...
X-SVN-Rev: 7048
2001-11-21 07:01:42 +00:00
Vladimir Weinstein
6bc1ab66fe
ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions
...
X-SVN-Rev: 7039
2001-11-21 01:08:55 +00:00
George Rhoten
035d46a9a1
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7027
2001-11-20 19:37:16 +00:00
George Rhoten
a7b262eacf
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7026
2001-11-20 18:59:58 +00:00
George Rhoten
7b86683351
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7025
2001-11-20 18:44:51 +00:00
George Rhoten
fd45118f37
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7024
2001-11-20 18:23:19 +00:00
George Rhoten
a51d8517eb
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7023
2001-11-20 18:03:30 +00:00
George Rhoten
8e131fce07
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 7019
2001-11-20 17:35:46 +00:00
George Rhoten
d2385b955f
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 7018
2001-11-20 17:23:25 +00:00
George Rhoten
ef976c2c56
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7017
2001-11-20 03:37:00 +00:00
George Rhoten
9f048e0918
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 7016
2001-11-20 03:27:44 +00:00
Alan Liu
4e17b96d68
ICU-1533 add util.cpp
...
X-SVN-Rev: 7008
2001-11-20 00:55:51 +00:00
Alan Liu
3c13c68239
ICU-1533 fix typo per Doug's review
...
X-SVN-Rev: 7007
2001-11-20 00:47:12 +00:00
Alan Liu
9d0f301488
ICU-1533 update docs per Doug's review
...
X-SVN-Rev: 7005
2001-11-20 00:41:01 +00:00
Alan Liu
9db9c6bea1
ICU-1533 fix typo
...
X-SVN-Rev: 7004
2001-11-20 00:35:22 +00:00
Alan Liu
270779a37e
ICU-1533 add minDigits param to appendNumber
...
X-SVN-Rev: 7000
2001-11-20 00:24:57 +00:00
Alan Liu
a807740f12
ICU-1533 per Doug's review, move appendNumber to a utility class
...
X-SVN-Rev: 6999
2001-11-20 00:07:11 +00:00
Alan Liu
e9534adeba
ICU-1533 per Doug's review, move CharString to separate file
...
X-SVN-Rev: 6994
2001-11-19 21:25:34 +00:00
Alan Liu
4f8c05c3af
ICU-1533 incorporate Mark's comments
...
X-SVN-Rev: 6992
2001-11-19 20:53:06 +00:00
Alan Liu
117df8c791
ICU-1533 incorporate Mark's comments
...
X-SVN-Rev: 6991
2001-11-19 19:53:10 +00:00
Alan Liu
06c701ce89
ICU-1533 catch bounds violations
...
X-SVN-Rev: 6988
2001-11-19 19:27:51 +00:00
Ram Viswanadha
2e5e127450
ICU-329 Remove commented code, update docs
...
X-SVN-Rev: 6979
2001-11-19 16:56:38 +00:00
Alan Liu
4b60b07421
ICU-1491 add inverse mappings Lower <=> Upper, Title => Lower
...
X-SVN-Rev: 6977
2001-11-17 21:04:27 +00:00
Alan Liu
0d4f43a415
ICU-1364 fix reverse ::ID block parsing and global filters in toRules()
...
X-SVN-Rev: 6971
2001-11-17 06:44:50 +00:00
Alan Liu
e572ebdae1
ICU-1389 fix comments
...
X-SVN-Rev: 6970
2001-11-17 05:25:38 +00:00
Vladimir Weinstein
0335b3b9c3
ICU-1465 updated API reference for ucol.h
...
X-SVN-Rev: 6969
2001-11-17 02:01:44 +00:00
Helena Chapman
169e9762e1
ICU-1533 Deprecated a few draft APIs.
...
X-SVN-Rev: 6967
2001-11-17 00:25:26 +00:00
George Rhoten
523531990d
ICU-1533 Update the project file for the move
...
X-SVN-Rev: 6966
2001-11-17 00:19:29 +00:00
Helena Chapman
915a88d738
ICU-1533 Moved new Transliterator subclasses here to make them private.
...
X-SVN-Rev: 6964
2001-11-16 23:51:15 +00:00
Helena Chapman
a4b3d2abd2
ICU-1533 Removed private classes and moved them into the implementation directory. Deprecated transliterator subclasses that are supposed to be private.
...
X-SVN-Rev: 6963
2001-11-16 23:50:18 +00:00
Alan Liu
dff39577af
ICU-1533 incorporate Doug's review comments
...
X-SVN-Rev: 6958
2001-11-16 22:37:05 +00:00
Alan Liu
1cad453ff9
ICU-1389 fix comments per Doug's review
...
X-SVN-Rev: 6957
2001-11-16 21:59:42 +00:00
Alan Liu
2f2ef75332
ICU-1533 incorporate Doug's review comments
...
X-SVN-Rev: 6956
2001-11-16 21:58:05 +00:00
Alan Liu
f6bba775e7
ICU-1533 make Transliterator.toRules do escaping
...
X-SVN-Rev: 6954
2001-11-16 21:49:10 +00:00
Markus Scherer
fdf5cefe0a
ICU-1465 apiref updates for ICU 2.0
...
X-SVN-Rev: 6948
2001-11-16 19:21:16 +00:00
Alan Liu
d656cb42f9
ICU-1389 fix comments per Doug's review
...
X-SVN-Rev: 6947
2001-11-16 19:08:46 +00:00
George Rhoten
2edff32a92
ICU-770 Memory cleanup
...
X-SVN-Rev: 6940
2001-11-16 03:57:48 +00:00
Alan Liu
9c8e90f072
ICU-1491 handle -T -T/V /V-T forms; require target
...
X-SVN-Rev: 6937
2001-11-16 00:58:32 +00:00
Alan Liu
59fa6939a1
ICU-1491 rewrite parseID to handle all ID form variants; move Mark's code into parseID; enable special inverses (NFC/NFC, etc.)
...
X-SVN-Rev: 6935
2001-11-15 23:40:02 +00:00
Vladimir Weinstein
fcd84b2b0a
ICU-1465 updated API docs
...
X-SVN-Rev: 6932
2001-11-15 22:49:24 +00:00
George Rhoten
9fa5148b2d
ICU-1008 Fix for HP/UX
...
X-SVN-Rev: 6931
2001-11-15 22:40:28 +00:00
George Rhoten
0679fa749e
ICU-1008 Can't delete a pointer to const data.
...
X-SVN-Rev: 6927
2001-11-15 21:54:11 +00:00
Ram Viswanadha
189e70e306
ICU-329 Clear the parseErr struct consistently by setting the offsets and line with -1
...
X-SVN-Rev: 6922
2001-11-15 21:13:37 +00:00
George Rhoten
504ba4692c
ICU-1008 Remove static destruction
...
X-SVN-Rev: 6918
2001-11-15 19:27:10 +00:00
George Rhoten
cc1947cbc2
ICU-740 Removed dead code.
...
X-SVN-Rev: 6914
2001-11-15 18:24:30 +00:00
Eric Mader
dfd4d30545
ICU-1472 upgrade @draft to @stable, fix notations on @draft ICU 1.8
...
tags...
X-SVN-Rev: 6911
2001-11-15 02:02:54 +00:00
Ram Viswanadha
0d05c379cd
ICU-770 add void in function signatures of _dbgct and _dbgdt to make gcc happy.
...
X-SVN-Rev: 6909
2001-11-15 01:28:13 +00:00
Syn Wee Quek
3159af47d9
ICU-1472
...
Added @ documentation to the public API
X-SVN-Rev: 6902
2001-11-14 22:24:17 +00:00
Syn Wee Quek
61990f99b2
ICU-1000
...
Memory leak during buffer overflow fixed
X-SVN-Rev: 6901
2001-11-14 22:22:50 +00:00
Vladimir Weinstein
daa82510f5
ICU-1000 changes according to the bug review by Syn Wee
...
X-SVN-Rev: 6900
2001-11-14 21:55:21 +00:00
Helena Chapman
92f8fe8b51
ICU-1472 Updated with @stable tag for all APIs/symbols, etc. where appropriate.
...
X-SVN-Rev: 6898
2001-11-14 21:22:13 +00:00
Alan Liu
2ac70f695e
ICU-770 fix memory leaks
...
X-SVN-Rev: 6894
2001-11-14 20:16:39 +00:00
Alan Liu
22f6b230c4
ICU-1408 improve error reporting for bogus post context
...
X-SVN-Rev: 6891
2001-11-14 19:26:56 +00:00