Andy Heninger
d33a9fe478
ICU-880 strcoll: Bug fix in getNextCE, caused failure in citertst/TestBug672
...
when normaliztion was enabled.
X-SVN-Rev: 4530
2001-04-23 21:29:14 +00:00
Vladimir Weinstein
1a93fb72a7
ICU-96 more tests!
...
X-SVN-Rev: 4529
2001-04-23 03:50:15 +00:00
Vladimir Weinstein
af3de60824
ICU-96 genrb collation generation update
...
X-SVN-Rev: 4528
2001-04-23 03:49:34 +00:00
Vladimir Weinstein
f55aa515d1
ICU-96 reflected changes to the UCA table, new identical level sortkey generation
...
X-SVN-Rev: 4527
2001-04-23 01:53:49 +00:00
Vladimir Weinstein
46676a4560
ICU-96 update to builder - more robust, better handling tailoring to implicits
...
X-SVN-Rev: 4526
2001-04-23 01:52:45 +00:00
Vladimir Weinstein
58673edc11
ICU-96 another fractional UCA update
...
X-SVN-Rev: 4525
2001-04-23 01:49:05 +00:00
Syn Wee Quek
34372f991b
ICU-861
...
Implemented new incremental normalization in backwards iteration.
X-SVN-Rev: 4524
2001-04-20 22:29:53 +00:00
Syn Wee Quek
2b0da7cddd
ICU-807
...
Commented away a test that is dependent on the UCAData for verification data.
X-SVN-Rev: 4523
2001-04-20 22:27:24 +00:00
Vladimir Weinstein
5a1d249986
ICU-96 changed Fractional UCA - implicit generation
...
X-SVN-Rev: 4518
2001-04-19 23:49:03 +00:00
Syn Wee Quek
eea6e4f2a5
ICU-861
...
Updated TestSmallBuffer test.
X-SVN-Rev: 4516
2001-04-19 21:49:37 +00:00
Vladimir Weinstein
ca370278a7
ICU-96 changed Fractional UCA - gap widened
...
X-SVN-Rev: 4515
2001-04-19 20:29:34 +00:00
George Rhoten
bee06a3338
ICU-821 Lower the optimization level due to compiler bugs.
...
Fix this problem later.
X-SVN-Rev: 4514
2001-04-19 19:04:31 +00:00
Vladimir Weinstein
deed931e7a
ICU-96 Added Markuses identical level generator
...
X-SVN-Rev: 4513
2001-04-19 19:02:01 +00:00
Vladimir Weinstein
971dd8075c
ICU-96 compose/decompose test, test fixes, more information
...
X-SVN-Rev: 4512
2001-04-19 19:01:39 +00:00
Vladimir Weinstein
8d3eb3b356
ICU-96 fixed variable top
...
X-SVN-Rev: 4510
2001-04-19 17:08:07 +00:00
Vladimir Weinstein
1e7b7abc7a
ICU-96 deprecated ucol_strcollinc
...
X-SVN-Rev: 4509
2001-04-19 17:05:56 +00:00
Vladimir Weinstein
404764bb5f
ICU-934 Fix test for changed %%ALIAS semantics
...
X-SVN-Rev: 4508
2001-04-19 16:56:24 +00:00
George Rhoten
a1f7af0dd9
ICU-865 Don't use lowercase false and use the return type of strcmp() properly
...
X-SVN-Rev: 4507
2001-04-19 00:52:55 +00:00
Andy Heninger
fe8f7ca9cd
ICU-880 strcoll: More performance tweaks, plus fix inlines for UNIX builds.
...
X-SVN-Rev: 4502
2001-04-18 19:31:05 +00:00
George Rhoten
53f50a5718
ICU-936 U_COL_SAFECLONE_BUFFERSIZE is too small for as/400
...
X-SVN-Rev: 4500
2001-04-18 18:13:31 +00:00
Yves Arrouye
f3f0c1c985
ICU-821 support setting debug/optimization flags.
...
X-SVN-Rev: 4497
2001-04-18 03:06:43 +00:00
Yves Arrouye
329347eef4
ICU-393 fixed/added .cvsignore
...
X-SVN-Rev: 4496
2001-04-18 02:22:59 +00:00
Syn Wee Quek
19dd532d6c
ICU-861
...
Added methods to store and load the collIterate state.
X-SVN-Rev: 4495
2001-04-18 01:34:26 +00:00
George Rhoten
39a3dcdc35
ICU-580 redefinition of UMAX_PTR for os/390 again.
...
X-SVN-Rev: 4494
2001-04-18 01:28:10 +00:00
George Rhoten
446cf8c769
ICU-597 Use the right buffer size when converting the path name.
...
X-SVN-Rev: 4493
2001-04-18 00:26:56 +00:00
Vladimir Weinstein
b25d6d6929
ICU-96 fixed C++ style comments in C files
...
X-SVN-Rev: 4492
2001-04-17 21:53:30 +00:00
Vladimir Weinstein
dc13b76767
ICU-96 make ucol_tok a .cpp file in order to be able to use inline functions
...
X-SVN-Rev: 4491
2001-04-17 21:47:10 +00:00
Vladimir Weinstein
6c5a4a0907
ICU-96 changed underlying infrastructure for canonical closure bug. Now it closely resembles flat file access mechanism.
...
X-SVN-Rev: 4490
2001-04-17 20:34:06 +00:00
Vladimir Weinstein
16b677c1a8
ICU-925 Empty resource bundles should not crash ICU!
...
X-SVN-Rev: 4489
2001-04-17 19:11:56 +00:00
Vladimir Weinstein
161e93c851
ICU-934 Changed %%ALIAS semantics - fallback path is now of the resource with real data
...
X-SVN-Rev: 4488
2001-04-17 19:09:23 +00:00
Syn Wee Quek
c171e06038
ICU-861
...
Added normalized iteration test.
Added small buffer test.
X-SVN-Rev: 4487
2001-04-17 17:27:37 +00:00
Syn Wee Quek
8ef71be0d9
ICU-861
...
Removed a redundant assignment.
X-SVN-Rev: 4486
2001-04-17 17:27:01 +00:00
Syn Wee Quek
cc5eba47d0
ICU-861
...
Added an extra size in normalization buffer to contain null-termination.
Added comments in ucol_impl.h that buffer size has to be >= 3.
X-SVN-Rev: 4483
2001-04-17 02:43:35 +00:00
George Rhoten
d26d1e07c1
ICU-597 Don't try to convert a large double to int32_t (again).
...
X-SVN-Rev: 4481
2001-04-17 00:47:46 +00:00
George Rhoten
9e61a552b6
ICU-597 Don't try to convert a large double to int32_t, and a bit of code clean up
...
X-SVN-Rev: 4480
2001-04-17 00:37:06 +00:00
Vladimir Weinstein
a93aa82995
ICU-96 quick fix for canonical closure bug. Needs more discussion but it works correctly as is.
...
X-SVN-Rev: 4477
2001-04-16 21:25:45 +00:00
Vladimir Weinstein
504dcd1b85
ICU-880 Headers included by .c files should not have C++ comments
...
X-SVN-Rev: 4476
2001-04-16 16:20:16 +00:00
Vladimir Weinstein
5dac29c154
ICU-96 more tests and test fixes
...
X-SVN-Rev: 4475
2001-04-13 00:05:42 +00:00
Andy Heninger
c68d3dc63f
ICU-880 strcoll: coding guideline changes. No logical change.
...
X-SVN-Rev: 4474
2001-04-12 19:59:28 +00:00
Syn Wee Quek
7d534e0d11
ICU-861
...
Modified fcdPosition in getSpecialPrevCE for thai.
X-SVN-Rev: 4473
2001-04-12 18:25:07 +00:00
Syn Wee Quek
f25427cd24
ICU-861
...
Updated backwards iterator
1) to use incremental fcd check
2) swap thai characters pairs at a time instead of blocks of it.
X-SVN-Rev: 4470
2001-04-12 00:08:26 +00:00
Syn Wee Quek
1dadff9877
ICU-861
...
Updated iterator tests to use en_US.
X-SVN-Rev: 4469
2001-04-12 00:07:00 +00:00
Syn Wee Quek
15be649807
ICU-833
...
Added fcdcheck dependency to genrb, to cater for the new incremental fcdcheck.
X-SVN-Rev: 4468
2001-04-12 00:04:12 +00:00
Vladimir Weinstein
babed9eb54
ICU-928 collation tailorings redundancy removal - take 1
...
X-SVN-Rev: 4467
2001-04-11 20:36:00 +00:00
Andy Heninger
ee79f999e8
ICU-880 strcoll: incremental FCD check and no precalc of length
...
of null terminated strings
X-SVN-Rev: 4466
2001-04-10 22:06:25 +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
Ram Viswanadha
8a79580cfa
ICU-930 test for jitterbug 930
...
X-SVN-Rev: 4464
2001-04-07 01:25:14 +00:00
Ram Viswanadha
bb0b1f5cc1
ICU-930 fixed offsets overwriting bug
...
X-SVN-Rev: 4463
2001-04-07 01:24:30 +00:00
Syn Wee Quek
ec3368ab1a
ICU-928
...
Added tailoring syntax test for [variable top] and supplementary tailoring test.
X-SVN-Rev: 4462
2001-04-07 00:24:06 +00:00
Syn Wee Quek
dd312eac0a
ICU-672
...
Added jitterbug test 672
X-SVN-Rev: 4461
2001-04-07 00:20:32 +00:00