George Rhoten
65cedb37df
ICU-1264 Fix for HP/UX aCC namespace support
...
X-SVN-Rev: 6205
2001-10-12 05:54:15 +00:00
Helena Chapman
d816eefc57
ICU-1264 added namspace support where possible.
...
X-SVN-Rev: 6124
2001-10-08 23:26:58 +00:00
George Rhoten
e955f900c5
ICU-1028 os/390 fixes
...
X-SVN-Rev: 6079
2001-10-05 16:34:05 +00:00
George Rhoten
5140000164
ICU-392 Don't export as many symbols & fix some compiler warnings.
...
X-SVN-Rev: 6051
2001-10-04 20:42:25 +00:00
Markus Scherer
afa72151f8
ICU-1007 fix unorm_makeFCD()
...
X-SVN-Rev: 5935
2001-09-26 21:57:14 +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
Markus Scherer
661cd1be03
ICU-1109 fix check for overlapping src/dest
...
X-SVN-Rev: 5886
2001-09-22 00:56:23 +00:00
Markus Scherer
6cc849aea3
ICU-1007 memory cleanup
...
X-SVN-Rev: 5701
2001-09-06 01:20:43 +00:00
Markus Scherer
0844431640
ICU-1109 implement new NUL-termination semantics
...
X-SVN-Rev: 5696
2001-09-05 23:39:38 +00:00
Markus Scherer
35e3da494f
ICU-1007 simplify esp. composition, add comments
...
X-SVN-Rev: 5680
2001-09-01 02:12:03 +00:00
Markus Scherer
d365d8a956
ICU-1007 complete implementation of Normalizer iteration
...
X-SVN-Rev: 5666
2001-08-31 21:37:39 +00:00
Markus Scherer
53b104c0e7
ICU-1007 improve code readability; start composition improvements
...
X-SVN-Rev: 5645
2001-08-31 00:45:53 +00:00
Markus Scherer
45d66e4ab9
ICU-1007 Jamo LVT instead of Jamo 123; more readable norm32 range checks and a separate fn for combining two characters
...
X-SVN-Rev: 5640
2001-08-30 22:29:47 +00:00
Markus Scherer
bed1f92331
ICU-1007 codereview comments; initial Normalizer iteration functions
...
X-SVN-Rev: 5613
2001-08-29 23:50:18 +00:00
Markus Scherer
6c890043bb
ICU-1007 avoid gcc warnings
...
X-SVN-Rev: 5519
2001-08-17 20:37:13 +00:00
Markus Scherer
6eb5998fc1
ICU-1007 replace old normalization implementation by new one, use unorm_quickCheck(UNORM_FCD) instead of the temporary checkFCD()
...
X-SVN-Rev: 5489
2001-08-17 00:21:18 +00:00
Markus Scherer
e0359d11ac
ICU-1007 reduce warnings
...
X-SVN-Rev: 5133
2001-06-28 20:46:46 +00:00
Markus Scherer
465f87c12d
ICU-1007 optimizations and Jamo composition fixes
...
X-SVN-Rev: 5121
2001-06-28 17:00:25 +00:00
Markus Scherer
b581e87e12
ICU-1007 new NF*C implementation
...
X-SVN-Rev: 5119
2001-06-28 00:34:35 +00:00
Markus Scherer
bbe5d3b59e
ICU-1007 re-fix reference type for _getNextCC() call to make it work on Windows
...
X-SVN-Rev: 5050
2001-06-21 19:20:48 +00:00
Ram Viswanadha
8954699039
ICU-1007 added cast to make gcc happy
...
X-SVN-Rev: 5049
2001-06-21 18:47:02 +00:00
Markus Scherer
6be4ed3a60
ICU-1007 add FCD support
...
X-SVN-Rev: 5045
2001-06-21 18:02:53 +00:00
Markus Scherer
42c2ec7dc8
ICU-1007 initial new normalization code
...
X-SVN-Rev: 5035
2001-06-20 22:24:42 +00:00
George Rhoten
0e7a391e51
ICU-961 os/390 needs U_CALLCONV for C function pointers in C++.
...
X-SVN-Rev: 4845
2001-05-31 20:11:35 +00:00
Syn Wee Quek
e297e86904
ICU-833
...
Added methods for exporting fcdcheck data.
X-SVN-Rev: 4465
2001-04-10 20:00:24 +00:00
Syn Wee Quek
1f0072aef6
ICU-833
...
Updated quickcheck and fcdcheck to return errorcode
when *chk.dat is not found.
X-SVN-Rev: 4443
2001-04-04 18:40:10 +00:00
Syn Wee Quek
5d0c31b788
ICU-833
...
Replaced hard coded quickcheck and fcdcheck data.
Now data gets created during a rebuild.
X-SVN-Rev: 4434
2001-04-04 02:31:28 +00:00
Syn Wee Quek
0dd4a398d2
ICU-833
...
Removed warnings
X-SVN-Rev: 4390
2001-03-28 23:27:10 +00:00
Syn Wee Quek
29f85bb9b6
ICU-833
...
Updated checkFCD implementation to use 2 bytes instead of the original 1byte FCD value.
X-SVN-Rev: 4363
2001-03-28 00:04:49 +00:00
George Rhoten
c4997713ef
ICU-903 Updated the copyright notice
...
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
Markus Scherer
f7da078199
ICU-890 fix unorm_normalize() - preflighting capacity could not be used
...
X-SVN-Rev: 4172
2001-03-17 23:33:02 +00:00
George Rhoten
6312cc8e02
ICU-865 Don't use true. Use TRUE.
...
X-SVN-Rev: 3912
2001-03-06 02:29:36 +00:00
Syn Wee Quek
ac007f9746
ICU-833
...
code review changes
X-SVN-Rev: 3892
2001-03-03 04:07:34 +00:00
Syn Wee Quek
ee52362459
ICU-833
...
Implemented fast route checkFCD and quickCheck.
X-SVN-Rev: 3765
2001-02-24 02:49:31 +00:00
Markus Scherer
2381075aa8
ICU-833 make normalizer function and enum names consistent with guidelines
...
X-SVN-Rev: 3634
2001-02-15 20:21:21 +00:00
Syn Wee Quek
b543b377f3
ICU-833
...
Trie quickcheck data.
Added checkFCD trie data and method.
X-SVN-Rev: 3632
2001-02-15 19:29:05 +00:00
Vladimir Weinstein
bf9f0b3ef3
ICU-96 collation update
...
X-SVN-Rev: 3582
2001-02-07 00:57:39 +00:00
Syn Wee Quek
3bbcb9b96b
ICU-833
...
QuickCheck constant array modification.
Instead of sets of 2 bits, we now use 2 sets of 4 bits.
First set for MAYBE and second set for YES.
Each bit represents one of the normalization form.
X-SVN-Rev: 3567
2001-02-06 02:01:29 +00:00
Vladimir Weinstein
7124fe04ef
ICU-833 added a newline to EOF
...
X-SVN-Rev: 3558
2001-02-05 05:34:51 +00:00
Syn Wee Quek
b41c0e7e55
ICU-833
...
QuickCheck addition.
Normalization enums conversion methods addition.
X-SVN-Rev: 3552
2001-02-03 01:25:27 +00:00
Vladimir Weinstein
82e011125e
ICU-756 normalization C API moved where it belongs
...
X-SVN-Rev: 3145
2000-12-06 00:52:58 +00:00