Commit Graph

847 Commits

Author SHA1 Message Date
George Rhoten
2f04fc3c5c ICU-882 Don't use deprecated code.
X-SVN-Rev: 5208
2001-07-09 22:40:08 +00:00
Vladimir Weinstein
c8c203b10e ICU-392 get/set state implementation for current version (no compatibility yet)
X-SVN-Rev: 5207
2001-07-09 22:24:23 +00:00
Alan Liu
0f4896e90b ICU-1029 rename Transliterator::TransliteratorFactory to Transliterator::Factory
X-SVN-Rev: 5203
2001-07-09 16:45:09 +00:00
Alan Liu
573834372f ICU-1029 make TransliteratorFactory typedef public
X-SVN-Rev: 5202
2001-07-09 16:33:09 +00:00
George Rhoten
14fd019f1b ICU-1008 Do less static initialization. Still need to fix static destruction, but it's better now.
X-SVN-Rev: 5198
2001-07-06 23:19:56 +00:00
Alan Liu
1c40f7aebd ICU-1023 upgrade uhash to support int32_t keys on platforms with sizeof(void*) < 32
X-SVN-Rev: 5196
2001-07-06 19:53:12 +00:00
Vladimir Weinstein
ac95eb8654 ICU-392 added API declarations and dummy implementations for state handling functions. Carved data structures some more.
X-SVN-Rev: 5195
2001-07-06 04:57:28 +00:00
Alan Liu
7771255c76 ICU-1006 fix non-inverse IDs with no separator and filter
X-SVN-Rev: 5188
2001-07-05 23:34:49 +00:00
Alan Liu
ed41780be7 ICU-1006 repair ID handling re filters and inverses
X-SVN-Rev: 5183
2001-07-05 22:54:10 +00:00
Alan Liu
81db4fe6e5 ICU-1029 fix deadlock in factory reg code
X-SVN-Rev: 5178
2001-07-05 16:45:38 +00:00
Alan Liu
c4976b1c19 ICU-1029 add nortrans.h
X-SVN-Rev: 5176
2001-07-03 23:49:21 +00:00
Alan Liu
88f3594c6a ICU-1029 fix factory registration code
X-SVN-Rev: 5174
2001-07-03 23:44:59 +00:00
Alan Liu
6f20ab6cdc ICU-1029 add NormalizationTransliterator
X-SVN-Rev: 5173
2001-07-03 23:44:45 +00:00
Alan Liu
7d06ccf4f3 ICU-1029 add NormalizationTransliterator; fix factory registration code
X-SVN-Rev: 5172
2001-07-03 23:44:37 +00:00
Vladimir Weinstein
2c32faf09b ICU-392 state structure...
X-SVN-Rev: 5169
2001-07-03 22:21:53 +00:00
Alan Liu
ac454c01db ICU-1029 add factory registration to support NormalizationTransliterator; make cacheIDs own its own copies of ID UnicodeStrings
X-SVN-Rev: 5167
2001-07-03 20:01:56 +00:00
George Rhoten
0ca315bb4e ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5160
2001-07-02 22:56:52 +00:00
George Rhoten
ab0aee5fbc ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5159
2001-07-02 22:53:22 +00:00
George Rhoten
6a79b605fb ICU-1008 Do less static initialization.
X-SVN-Rev: 5158
2001-07-02 22:04:18 +00:00
George Rhoten
4960bd9d5c ICU-1028 Fixes for os/390
X-SVN-Rev: 5157
2001-07-02 21:07:35 +00:00
Markus Scherer
2fc1e2ef98 ICU-1027 move fLength back from Replaceable to UnicodeString, add virtual Rep::getLength()
X-SVN-Rev: 5156
2001-07-02 20:58:14 +00:00
George Rhoten
9fd5994ca7 ICU-479 Fix for s/390, stop exporting private static const variables, and improve speed performance
X-SVN-Rev: 5153
2001-07-02 20:09:52 +00:00
George Rhoten
de96188690 ICU-965 Add some missing header files.
X-SVN-Rev: 5150
2001-07-02 18:37:49 +00:00
George Rhoten
72159af00c ICU-953 Export fewer static symbols and fix an os/390 porting problem
X-SVN-Rev: 5149
2001-07-02 17:23:27 +00:00
Alan Liu
be55a412be ICU-965 in Any-Title make can't -> Can't, not Can'T
X-SVN-Rev: 5144
2001-06-29 21:19:49 +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
George Rhoten
bc397ee3f3 ICU-900 Fixed a compiler warning on Solaris Workshop Pro v6.0
X-SVN-Rev: 5134
2001-06-28 22:57:15 +00:00
Syn Wee Quek
d89bb9c5fc ICU-861
Minor optimisation for the backwards iterator.

X-SVN-Rev: 5130
2001-06-28 20:42:56 +00:00
Vladimir Weinstein
9cfbd67e3b ICU-1022 Win32 changes (solaris temporary build fix)
X-SVN-Rev: 5114
2001-06-27 22:37:31 +00:00
Vladimir Weinstein
8c07252eda ICU-1022 quick fix to Solaris / Workshop 6 build problem
X-SVN-Rev: 5112
2001-06-27 21:53:31 +00:00
Syn Wee Quek
590bc3fae2 ICU-861
Modified operator=() to check on endp instead of flags for string length.

X-SVN-Rev: 5110
2001-06-27 19:27:56 +00:00
Vladimir Weinstein
fb05d3dd43 ICU-1002 OOOOPS - different constness in header and source - FIXED!
X-SVN-Rev: 5108
2001-06-27 14:59:02 +00:00
Vladimir Weinstein
e021c45787 ICU-1002 implemented getter and setter functions for variable top in C and C++
X-SVN-Rev: 5099
2001-06-26 22:24:10 +00:00
George Rhoten
e9f5eade98 ICU-953 oops didn't want GMT_OBJ in there in the first place.
X-SVN-Rev: 5096
2001-06-26 20:15:25 +00:00
George Rhoten
d72dbde944 ICU-1018 unistrm.h is not needed anymore
X-SVN-Rev: 5090
2001-06-26 18:05:05 +00:00
George Rhoten
420b851ba4 ICU-1018 Move iostream usage from unistr.[h,cpp] to ustream.[h,cpp], and turn off some compiler extension options.
X-SVN-Rev: 5088
2001-06-26 17:58:21 +00:00
Syn Wee Quek
8fa2ab2060 ICU-807
Clean up:
removed old comments and
redundant private methods that isn't used anywhere.

X-SVN-Rev: 5083
2001-06-26 17:41:10 +00:00
George Rhoten
5cad90229b ICU-1008 Fix syntax for some compilers (Hopefully)
X-SVN-Rev: 5081
2001-06-26 02:07:54 +00:00
George Rhoten
d9b087f1df ICU-996 Different fix for compilers
X-SVN-Rev: 5080
2001-06-25 23:57:54 +00:00
Markus Scherer
4bd57921ca ICU-973 use the new u_memcmpCodePointOrder()
X-SVN-Rev: 5079
2001-06-25 23:45:33 +00:00
George Rhoten
f810918e28 ICU-1008 Do less static initialization
X-SVN-Rev: 5074
2001-06-25 22:00:52 +00:00
George Rhoten
6f068c37a1 ICU-1008 Do less static initialization, and use the default converter less
X-SVN-Rev: 5073
2001-06-25 21:15:56 +00:00
George Rhoten
aacd4fe0b6 ICU-1008 Do less static initialization
X-SVN-Rev: 5071
2001-06-25 21:15:39 +00:00
Vladimir Weinstein
f8af8ef211 ICU-1002 changed semantics of variable top, fixed fractional UCA, added placeholder for setter API, added error codes
X-SVN-Rev: 5069
2001-06-25 04:01:49 +00:00
Vladimir Weinstein
d0ccdee1b0 ICU-1010 consolidating version data
X-SVN-Rev: 5053
2001-06-21 22:51:27 +00:00
George Rhoten
710fd86d27 ICU-1008 Better name for the infinity symbols.
X-SVN-Rev: 5052
2001-06-21 20:58:03 +00:00
George Rhoten
af7c0c4f04 ICU-1008 Do less static initialization
X-SVN-Rev: 5051
2001-06-21 20:46:12 +00:00
George Rhoten
5c8fe9bcf2 ICU-953 Do less static initialization
X-SVN-Rev: 5046
2001-06-21 18:27:52 +00:00
George Rhoten
251aa915ba ICU-996 Fix syntax for some compilers (Hopefully)
X-SVN-Rev: 5042
2001-06-20 23:22:59 +00:00