Commit Graph

69 Commits

Author SHA1 Message Date
Andy Heninger
665e553354 ICU-4161 remove tabs from source code
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
Eric Mader
1e856ba7a2 ICU-4179 update copyright notices for ICU 3.2
X-SVN-Rev: 16683
2004-10-29 23:42:49 +00:00
George Rhoten
9fe39e1c8c ICU-3805 Break putil.h/utypes.h header file dependancy loop
X-SVN-Rev: 16529
2004-10-18 02:43:33 +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
3d38617bdc ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
2002-09-20 01:54:48 +00:00
Markus Scherer
f1ba8a9d4f ICU-1962 use uprv_malloc/free instead of new/delete for non-class types
X-SVN-Rev: 9204
2002-07-16 17:50:42 +00:00
George Rhoten
c85207afbd ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers.
X-SVN-Rev: 9124
2002-07-12 21:42:24 +00:00
Markus Scherer
156e2f983f ICU-1962 call UObject constructor at least in derived-class copy constructor to avoid compiler warnings
X-SVN-Rev: 9019
2002-07-02 23:58:34 +00:00
GCL Shanghai
b89c229c6e ICU-1953 change comments style and check 0/NULL
X-SVN-Rev: 8993
2002-07-02 15:10:30 +00:00
GCL Shanghai
1e188eca35 ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
2002-06-29 09:31:05 +00:00
Markus Scherer
11948b52df ICU-1962 change UObject: RTTI pure virtual, remove other boilerplate for now
X-SVN-Rev: 8977
2002-06-29 00:04:16 +00:00
Alan Liu
d1773b2571 ICU-1434 initial implementation of source/target set API
X-SVN-Rev: 8971
2002-06-28 21:13:54 +00:00
Alan Liu
237c0e67c3 ICU-1115 move UnicodeSet from i18n to common; also move affiliated classes; update USet to wrap UnicodeSet
X-SVN-Rev: 8721
2002-05-29 18:36:09 +00:00
Alan Liu
1d263414fa ICU-1779 set data object for entire tree of functors under a rule
X-SVN-Rev: 8132
2002-03-20 00:53:49 +00:00
Alan Liu
c5d4c5ee6c ICU-1779 set data object for entire tree of functors under a rule
X-SVN-Rev: 8131
2002-03-20 00:42:02 +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
Alan Liu
944717f83a ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support
X-SVN-Rev: 7583
2002-02-07 01:40:01 +00:00
George Rhoten
24fb5c7668 ICU-1629 Simplify UnicodeString creation
X-SVN-Rev: 7471
2002-01-22 00:27:49 +00:00
Alan Liu
cafdcca519 ICU-1591 clean up TransliterationRule
X-SVN-Rev: 7344
2001-12-11 22:11:51 +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
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
22f6b230c4 ICU-1408 improve error reporting for bogus post context
X-SVN-Rev: 6891
2001-11-14 19:26:56 +00:00
Alan Liu
d0a3413440 ICU-1426 eliminate NOP call to copy()
X-SVN-Rev: 6582
2001-11-02 17:48:14 +00:00
Alan Liu
02f44eee5c ICU-1406 make UnicodeMatcher::matches non-const
X-SVN-Rev: 6503
2001-10-30 23:55:09 +00:00
Alan Liu
2c2b11dfe8 ICU-1406 make quantified segments behave like perl counterparts
X-SVN-Rev: 6493
2001-10-30 18:08:53 +00:00
Alan Liu
6ae8ac950f ICU-1076 changes to support zero-length matchers at end of key
X-SVN-Rev: 6447
2001-10-25 23:23:12 +00:00
George Rhoten
dc0cc2fc00 ICU-392 cleaning code for proper exports in libraries/urename.h generation
X-SVN-Rev: 6385
2001-10-23 00:44:49 +00:00
Alan Liu
6b80c279e9 ICU-990 fix handling of anchors in toRule
X-SVN-Rev: 6317
2001-10-18 23:05:25 +00:00
Helena Chapman
d816eefc57 ICU-1264 added namspace support where possible.
X-SVN-Rev: 6124
2001-10-08 23:26:58 +00:00
Alan Liu
f0754957a7 ICU-1250 minor fix to incremental RBT code
X-SVN-Rev: 6058
2001-10-04 22:34:15 +00:00
Alan Liu
2c1b306ea4 ICU-1250 backport bug fixes from icu4j re: dangling lead surrogates and cursorpos matching
X-SVN-Rev: 6012
2001-10-03 16:34:53 +00:00
Alan Liu
0bdf74141a ICU-1250 minor sync-up
X-SVN-Rev: 5970
2001-09-28 21:00:14 +00:00
Alan Liu
5d8012a121 ICU-1243 sync parsers in icu4j, icu4c, esp. segment code
X-SVN-Rev: 5930
2001-09-26 18:04:13 +00:00
Alan Liu
2aa6b22c0f ICU-1052 fix TransliterationRuleData copy constructor to reset data pointer in contained RBT objects
X-SVN-Rev: 5766
2001-09-18 00:24:14 +00:00
Alan Liu
9545fd6a52 ICU-1076 fix bug in segments code
X-SVN-Rev: 5746
2001-09-14 21:57:33 +00:00
Ram Viswanadha
e7042af1b8 ICU-329 Add parseError and UErrorCode to all public API's to make them consitent with ICU's design. Fix implementation to bubble the error code.
X-SVN-Rev: 5653
2001-08-31 03:23:39 +00:00
Alan Liu
d046d1a2a5 ICU-1079 first working version of Source-Target/Variant registry
X-SVN-Rev: 5465
2001-08-15 19:06:40 +00:00
Alan Liu
f4b731202e ICU-1076 pin to limit; fix handling outside of key
X-SVN-Rev: 5442
2001-08-06 19:14:29 +00:00
Alan Liu
264c1f3bcc ICU-1076 allow unlimited @ operator; make @ increment by code points forward or backward; pin cursor to begining of antecontext and limit
X-SVN-Rev: 5440
2001-08-04 00:15:12 +00:00
Alan Liu
b3863c461c ICU-1076 fix copy ct
X-SVN-Rev: 5407
2001-07-31 23:15:34 +00:00
Alan Liu
a5e74ef787 ICU-1076 edit internal source documentation
X-SVN-Rev: 5399
2001-07-31 18:22:15 +00:00
Alan Liu
83e058fbe4 ICU-1076 implement ? operator, remove 9 segment limit, fix toPattern
X-SVN-Rev: 5381
2001-07-30 23:23:51 +00:00
Alan Liu
ef8c73fc7c ICU-1076 initial limited support for Kleene star and plus operators
X-SVN-Rev: 5359
2001-07-27 00:18:53 +00:00
Alan Liu
cf35beb5eb ICU-1052 fix handling of surrogates in antecontext and cursor positioning
X-SVN-Rev: 5346
2001-07-25 21:15:53 +00:00
Alan Liu
7edf9d3e80 ICU-1052 redesign of engine to support supplemental characters
X-SVN-Rev: 5341
2001-07-25 19:11:02 +00:00
Alan Liu
e55f45d543 ICU-990 minimize generation of double apostrophe
X-SVN-Rev: 5272
2001-07-18 20:09:47 +00:00
Alan Liu
aa915e61ae ICU-990 fix escaping of UnicodeSet pats by RBT
X-SVN-Rev: 5263
2001-07-18 04:15:39 +00:00
Alan Liu
b2d51635d3 ICU-1053 RBT no longer needs to pass a filter down the chain
X-SVN-Rev: 5261
2001-07-17 23:55:42 +00:00
Alan Liu
f89574d8e8 ICU-990 backslash escape single quotes outside of quoted strings
X-SVN-Rev: 5142
2001-06-29 19:39:03 +00:00
Alan Liu
34915937bd ICU-990 fix compiler warning
X-SVN-Rev: 5141
2001-06-29 19:36:36 +00:00