Commit Graph

4783 Commits

Author SHA1 Message Date
Vladimir Weinstein
84cecbe41e ICU-1245 New Japanese rules
X-SVN-Rev: 5951
2001-09-27 23:20:41 +00:00
Markus Scherer
3928a50211 ICU-1007 change Normalizer::EMode to UNormalizationMode
X-SVN-Rev: 5950
2001-09-27 23:19:22 +00:00
Vladimir Weinstein
b6fd29c72c ICU-1245 preliminary support for Japanese prefix analysis. Needs to be tested - fixes for the tests that use internal functions
X-SVN-Rev: 5949
2001-09-27 23:19:12 +00:00
Vladimir Weinstein
8bc42e5418 ICU-1245 preliminary support for Japanese prefix analysis. Needs to be tested
X-SVN-Rev: 5948
2001-09-27 23:18:14 +00:00
Markus Scherer
f7461b3b69 ICU-1222 change US::empty() to isEmpty()
X-SVN-Rev: 5947
2001-09-27 22:46:58 +00:00
Markus Scherer
e86dbbf746 ICU-1222 change US::empty() to isEmpty()
X-SVN-Rev: 5946
2001-09-27 22:39:39 +00:00
Markus Scherer
d31068034f ICU-1222 deprecate/change confusing names of getChar32Start(), getChar32Limit(), isEmpty()
X-SVN-Rev: 5945
2001-09-27 22:37:55 +00:00
George Rhoten
64202d0256 ICU-770 More memory cleanup
X-SVN-Rev: 5944
2001-09-27 22:19:02 +00:00
Markus Scherer
d0f5f3e2e6 ICU-1007 update .h api documentation for normalization
X-SVN-Rev: 5943
2001-09-27 21:04:40 +00:00
George Rhoten
33a356678a ICU-770 More memory cleanup (removing memory warnings)
X-SVN-Rev: 5941
2001-09-27 20:39:07 +00:00
Vladimir Weinstein
2610b4f7ae ICU-1000 according to Markus, we will never encounter Hanguls in the side buffer
X-SVN-Rev: 5940
2001-09-27 18:36:18 +00:00
Yves Arrouye
9818bd0092 ICU-591 add the none option in the help string for --with-iostream-version
X-SVN-Rev: 5939
2001-09-27 18:33:55 +00:00
Vladimir Weinstein
ede2afe7ad ICU-1000 another try at Jamo specials. Think I got them right now. Still needs another iteration for the situation when we are already in the normalization buffer
X-SVN-Rev: 5938
2001-09-27 17:17:54 +00:00
Markus Scherer
1305c4495f ICU-1007 call more efficient normalization, especially FCD instead of NFD when possible, also use growBuffer in some places
X-SVN-Rev: 5937
2001-09-27 01:01:30 +00:00
Markus Scherer
aaf6902e7d ICU-809 use US::getBuffer() instead of extract(); some cleanup
X-SVN-Rev: 5936
2001-09-27 00:59:41 +00:00
Markus Scherer
afa72151f8 ICU-1007 fix unorm_makeFCD()
X-SVN-Rev: 5935
2001-09-26 21:57:14 +00:00
George Rhoten
ce583739d8 ICU-1244 xxx_safeClone functions need to align the memory buffer on
64-bit computers.

X-SVN-Rev: 5934
2001-09-26 21:09:18 +00:00
Alan Liu
4ecd287eff ICU-770 remove unneeded declaration
X-SVN-Rev: 5931
2001-09-26 18:05:29 +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
Ram Viswanadha
502268d25d ICU-1240 genrb regression bug fixes from GCL
X-SVN-Rev: 5927
2001-09-26 03:45:06 +00:00
Markus Scherer
2d1095223f ICU-1007 fix internal APIs with growBuffer - dest and destCapacity must be in/out params! (not just input)
X-SVN-Rev: 5926
2001-09-26 01:22:00 +00:00
George Rhoten
ee50cb0bb8 ICU-770 More memory cleanup (removing memory warnings)
X-SVN-Rev: 5925
2001-09-26 00:13:49 +00:00
George Rhoten
e0858844f3 ICU-770 More memory cleanup (removing memory warnings)
X-SVN-Rev: 5923
2001-09-25 23:12:28 +00:00
Markus Scherer
fb79851f4e ICU-1007 deprecate Normalizer::EMode, use UNormalizationMode
X-SVN-Rev: 5920
2001-09-25 22:45:26 +00:00
George Rhoten
880fa0bd02 ICU-1200 NULL terminate the strings (quick fix from Markus)
X-SVN-Rev: 5919
2001-09-25 22:15:22 +00:00
George Rhoten
c04ff458c1 ICU-770 More memory cleanup
X-SVN-Rev: 5917
2001-09-25 21:49:30 +00:00
George Rhoten
ea86217d32 ICU-1211 HP/UX11CC porting fix
X-SVN-Rev: 5914
2001-09-25 19:28:25 +00:00
George Rhoten
7892d628ea ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5913
2001-09-25 16:43:20 +00:00
George Rhoten
a61108f050 ICU-1211 AIX fix
X-SVN-Rev: 5912
2001-09-25 16:38:20 +00:00
George Rhoten
6b1074b8ad ICU-770 Fix a memory initialization problem.
X-SVN-Rev: 5911
2001-09-25 01:24:52 +00:00
George Rhoten
f33d85e67c ICU-770 More memory cleanup
X-SVN-Rev: 5910
2001-09-25 01:12:34 +00:00
Andy Heninger
87004ec956 ICU-1075 UNIX builds, add U_INLINE setting from configure script.
X-SVN-Rev: 5909
2001-09-25 00:31:01 +00:00
Andy Heninger
52c09b16bb ICU-1075 UNIX builds, add U_INLINE setting from configure script. Also remove
configure option for static reference to data dll.  (Always there, no option.)

X-SVN-Rev: 5908
2001-09-24 23:59:49 +00:00
Vladimir Weinstein
2976a50e7d ICU-392 C++ classes get renamed only if dealing with C++
X-SVN-Rev: 5907
2001-09-24 22:35:26 +00:00
Eric Mader
b2cb16889d ICU-1221 table for converting Unicode::EUnicodeScripts to LEScript
was off by one...

X-SVN-Rev: 5906
2001-09-24 21:51:31 +00:00
Vladimir Weinstein
301464ad59 ICU-1000 stuffing special Jamos in the side buffer instead of handling them separately - need to review it with Andy
X-SVN-Rev: 5903
2001-09-24 02:24:09 +00:00
Vladimir Weinstein
bd22c72a38 ICU-998 More efficient secondary and tertiary compressing - fixed intltest
X-SVN-Rev: 5902
2001-09-24 00:20:59 +00:00
Ram Viswanadha
56e8f94332 ICU-359 Reinstate deleted deprecated API with U_USE_DEPRECATED_TRANSLITERATOR_API definition
X-SVN-Rev: 5900
2001-09-22 03:36:34 +00:00
Ram Viswanadha
9c7f478a35 ICU-452 More compiler warnings fixes.
X-SVN-Rev: 5899
2001-09-22 03:12:14 +00:00
Ram Viswanadha
57e8a5498c ICU-452 Fix compiler warnings.
X-SVN-Rev: 5898
2001-09-22 03:00:46 +00:00
Ram Viswanadha
ece4a93414 ICU-1230 Deprecate wchar_t APIs. No code change.
X-SVN-Rev: 5897
2001-09-22 02:22:47 +00:00
Ram Viswanadha
4502c7670c ICU-452 Fix compiler warnings and make tests pass on Solaris and Alpha
X-SVN-Rev: 5896
2001-09-22 01:54:21 +00:00
Markus Scherer
bac39b28c6 ICU-1229 in ucol_openRules: use UColAttributeValue instead of UNormalizationMode
X-SVN-Rev: 5895
2001-09-22 01:24:15 +00:00
Markus Scherer
050177989d ICU-1229 deprecate UCOL_ constants in UNormalizationMode
X-SVN-Rev: 5894
2001-09-22 01:24:03 +00:00
Markus Scherer
88bce4404c ICU-1229 deprecate UCOL_ constants in UNormalizationMode
X-SVN-Rev: 5893
2001-09-22 01:17:26 +00:00
Markus Scherer
bdd236186e ICU-1229 deprecate UCOL_ constants in UNormalizationMode
X-SVN-Rev: 5892
2001-09-22 01:11:55 +00:00
Markus Scherer
ea6f9c6c3c ICU-1229 in ucol_openRules: use UColAttributeValue instead of UNormalizationMode
X-SVN-Rev: 5891
2001-09-22 01:10:41 +00:00
Markus Scherer
8b7793a7ff ICU-1229 add an error check
X-SVN-Rev: 5890
2001-09-22 01:09:50 +00:00
Markus Scherer
b699cb3cdb ICU-1229 in ucol_openRules: use UColAttributeValue instead of UNormalizationMode
X-SVN-Rev: 5889
2001-09-22 01:02:01 +00:00
Markus Scherer
587f253a41 ICU-809 small change in const-getBuffer()
X-SVN-Rev: 5888
2001-09-22 00:58:52 +00:00