Vladimir Weinstein
|
af539d41bb
|
ICU-1245 argument support for Hiragana quaternary + always generate quaternary if quaternary is on, regardless of shifted state.
X-SVN-Rev: 5993
|
2001-10-02 16:49:57 +00:00 |
|
Alan Liu
|
107a86f928
|
ICU-770 Rewrote the memory logic (constructors, destructors, copy constructors, freeze, addRule) to make TransliterationRuleSet more flexible and to eliminate an obscure copy-constructore related leak.
X-SVN-Rev: 5992
|
2001-10-02 05:53:25 +00:00 |
|
Vladimir Weinstein
|
6637d7f8b3
|
ICU-1245 Added a Hiragana constant.
X-SVN-Rev: 5991
|
2001-10-02 01:47:03 +00:00 |
|
Vladimir Weinstein
|
1cf5736e6e
|
ICU-1245 Added and disabled new Japanese test - still not passing
X-SVN-Rev: 5990
|
2001-10-02 01:37:00 +00:00 |
|
Vladimir Weinstein
|
fa0cce4d6a
|
ICU-1245 Do build JIS collation
X-SVN-Rev: 5989
|
2001-10-02 01:27:11 +00:00 |
|
Vladimir Weinstein
|
85aa2dfc6a
|
ICU-1245 code for entering prefixes
X-SVN-Rev: 5987
|
2001-10-02 01:26:13 +00:00 |
|
Vladimir Weinstein
|
58a9839764
|
ICU-1245 handler for special processing for iterating backwards
X-SVN-Rev: 5986
|
2001-10-02 01:25:25 +00:00 |
|
Alan Liu
|
6fbdc4ddeb
|
ICU-1079 fix memory leak; delete RBT.Data objects
X-SVN-Rev: 5985
|
2001-10-01 20:07:29 +00:00 |
|
Alan Liu
|
e1f690c159
|
ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead
X-SVN-Rev: 5984
|
2001-10-01 19:53:39 +00:00 |
|
Vladimir Weinstein
|
0180438c87
|
ICU-1245 use NFKC for prefix analysis in Japanese
X-SVN-Rev: 5982
|
2001-10-01 02:58:26 +00:00 |
|
Vladimir Weinstein
|
8ac6cb4b40
|
ICU-998 More efficient secondary and tertiary compressing - fixed intltest
X-SVN-Rev: 5981
|
2001-10-01 02:55:57 +00:00 |
|
Andy Heninger
|
f90c3903af
|
ICU-1075 Improved error handling for data errors in ubrk_open()
X-SVN-Rev: 5980
|
2001-09-28 23:39:06 +00:00 |
|
George Rhoten
|
19e35f4141
|
ICU-1211 Clean up the data and libraries bit better
X-SVN-Rev: 5979
|
2001-09-28 23:31:01 +00:00 |
|
George Rhoten
|
1dd0cae388
|
ICU-1211 If UCARules can't be opened, exit gracefully.
X-SVN-Rev: 5978
|
2001-09-28 23:25:24 +00:00 |
|
George Rhoten
|
8d65f542c7
|
ICU-873 Found a small bug where the string is not terminated
X-SVN-Rev: 5977
|
2001-09-28 22:58:30 +00:00 |
|
George Rhoten
|
d6ea64d03e
|
ICU-832 Use the common library data instead of duplicating it.
X-SVN-Rev: 5976
|
2001-09-28 22:53:22 +00:00 |
|
George Rhoten
|
52b3444f4c
|
ICU-770 Use the common library default converter instead of duplicating the effort
X-SVN-Rev: 5975
|
2001-09-28 22:47:20 +00:00 |
|
Markus Scherer
|
19f92aab27
|
ICU-1109 change NUL-termination semantics
X-SVN-Rev: 5974
|
2001-09-28 22:22:59 +00:00 |
|
George Rhoten
|
6b5f932d02
|
ICU-329 A static UParseError is not needed.
It increases the library size slightly, and it confuses people that are searching for multithreading problems.
X-SVN-Rev: 5973
|
2001-09-28 21:41:48 +00:00 |
|
Alan Liu
|
385dc0eea1
|
ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead
X-SVN-Rev: 5972
|
2001-09-28 21:39:51 +00:00 |
|
Alan Liu
|
610e2411eb
|
ICU-1046 add filteredCharAt cmt
X-SVN-Rev: 5971
|
2001-09-28 21:01:26 +00:00 |
|
Alan Liu
|
0bdf74141a
|
ICU-1250 minor sync-up
X-SVN-Rev: 5970
|
2001-09-28 21:00:14 +00:00 |
|
Alan Liu
|
831554e000
|
ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead
X-SVN-Rev: 5969
|
2001-09-28 20:56:10 +00:00 |
|
Alan Liu
|
5433287d2b
|
ICU-1248 remove Hangul-Jamo and Jamo-Hangul; use NFD and NFC instead
X-SVN-Rev: 5968
|
2001-09-28 20:43:10 +00:00 |
|
George Rhoten
|
4526828ee2
|
ICU-1099 Make more data const in the libraries
X-SVN-Rev: 5964
|
2001-09-28 19:13:03 +00:00 |
|
George Rhoten
|
e813be8726
|
ICU-1202 Undo the change. I was building inconsistent stale data
X-SVN-Rev: 5963
|
2001-09-28 18:10:49 +00:00 |
|
George Rhoten
|
66f49fc37f
|
ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5962
|
2001-09-28 17:29:27 +00:00 |
|
George Rhoten
|
3634e94e70
|
ICU-1202 Don't use '-' in the names.
X-SVN-Rev: 5961
|
2001-09-28 17:10:59 +00:00 |
|
Andy Heninger
|
e7383bf04a
|
ICU-1075 remove // style comment for UNIX builds.
X-SVN-Rev: 5960
|
2001-09-28 16:34:05 +00:00 |
|
George Rhoten
|
b8a93d5930
|
ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5956
|
2001-09-28 00:42:28 +00:00 |
|
George Rhoten
|
13168202f7
|
ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 5955
|
2001-09-28 00:41:50 +00:00 |
|
Andy Heninger
|
71f004be68
|
ICU-1247 Fix tests and test builds so that tests will run against installed libraries.
X-SVN-Rev: 5954
|
2001-09-28 00:31:53 +00:00 |
|
Markus Scherer
|
469b0444aa
|
ICU-1202 UTF/Latin-1 converter names: change internal names to be the same as standard ones
X-SVN-Rev: 5953
|
2001-09-28 00:29:40 +00:00 |
|
Andy Heninger
|
a5f08b874d
|
ICU-1246 remove dbbi_bld files. These contain java code that wasn't ported.
X-SVN-Rev: 5952
|
2001-09-27 23:52:18 +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 |
|