Commit Graph

400 Commits

Author SHA1 Message Date
Vladimir Weinstein
362eecc2ca ICU-96 UCollationElements (C wrapper for CollationIterator) is moved to ucoleitr.[h|cpp]
X-SVN-Rev: 3422
2001-01-15 19:02:30 +00:00
Vladimir Weinstein
fe9596e031 ICU-96 old collation ripped our from the C framework, replaced by the new collation work in progress
X-SVN-Rev: 3421
2001-01-15 07:28:54 +00:00
Vladimir Weinstein
e0b41907c0 ICU-653 bumped win dll version number from 17 to 18 (collation renaming is in)
X-SVN-Rev: 3418
2001-01-15 07:25:31 +00:00
Vladimir Weinstein
12951e335d ICU-96 more changes, reflecting the new design of long primaries and continuations
X-SVN-Rev: 3410
2001-01-12 08:18:12 +00:00
Vladimir Weinstein
626af9b611 ICU-96 added implicit surrogate CE support. New UCA table
X-SVN-Rev: 3407
2001-01-11 22:03:38 +00:00
Vladimir Weinstein
3eee3d6dcf ICU-96 more collation stuff
X-SVN-Rev: 3402
2001-01-10 00:52:06 +00:00
Vladimir Weinstein
d2ccd0caf7 ICU-96 more changes to sortkey generation and CE getting
X-SVN-Rev: 3389
2001-01-09 00:52:18 +00:00
Vladimir Weinstein
8eb80185f6 ICU-96 sortkey algorithm is now in... just compiles for now...
X-SVN-Rev: 3387
2001-01-08 06:51:18 +00:00
Vladimir Weinstein
f36d151c5f ICU-96 more collation stuff
X-SVN-Rev: 3385
2001-01-05 06:36:10 +00:00
Vladimir Weinstein
41c62dcb9f ICU-96 Implementing the new collation algorithm
X-SVN-Rev: 3379
2001-01-05 00:47:25 +00:00
Vladimir Weinstein
3aa279ce50 ICU-96 starting the 1.8 implementation
X-SVN-Rev: 3374
2001-01-04 00:45:41 +00:00
George Rhoten
bc3aaa20ef ICU-573 Put in putil.h
X-SVN-Rev: 3361
2001-01-03 00:18:57 +00:00
George Rhoten
47c3f11f09 ICU-790 Added some headers that were in unistr.h
X-SVN-Rev: 3333
2001-01-02 19:23:27 +00:00
George Rhoten
59b0c881e8 ICU-790 Removed limits.h
X-SVN-Rev: 3332
2001-01-02 19:22:58 +00:00
George Rhoten
76dc0104b5 ICU-432 Removed a very small leak in the translator. There is still a lot of leaks in transliteration
X-SVN-Rev: 3260
2000-12-18 22:13:29 +00:00
Markus Scherer
1753883cb7 ICU-647 documentation improvements
X-SVN-Rev: 3246
2000-12-15 19:18:27 +00:00
Ram Viswanadha
8cb7fe1e71 ICU-647 Updated header files with documentation
X-SVN-Rev: 3242
2000-12-15 04:02:27 +00:00
Vladimir Weinstein
a956a4adfd ICU-96 fixed a leak and an inline
X-SVN-Rev: 3234
2000-12-14 21:16:08 +00:00
Vladimir Weinstein
4daf3c9b52 ICU-96 removed C++ style comments
X-SVN-Rev: 3230
2000-12-14 18:03:26 +00:00
Vladimir Weinstein
8e06769a63 ICU-96 cleanup, comments, debugging
X-SVN-Rev: 3222
2000-12-14 01:11:11 +00:00
Vladimir Weinstein
d7a19181a9 ICU-96 last line wasn't empty
X-SVN-Rev: 3213
2000-12-13 18:08:27 +00:00
George Rhoten
69db1728b1 ICU-564 Removed the unneeded allocation during static initialization..
X-SVN-Rev: 3209
2000-12-13 03:11:08 +00:00
Vladimir Weinstein
07678fc629 ICU-96 added Normalize flag to collations that need normalization
X-SVN-Rev: 3208
2000-12-13 01:26:07 +00:00
George Rhoten
9f7d830b5d ICU-97 Fix for really large negative numbers
X-SVN-Rev: 3205
2000-12-12 21:57:44 +00:00
Vladimir Weinstein
07a0851ec4 ICU-96 OOOPS forgot to commit the header
X-SVN-Rev: 3199
2000-12-12 19:44:23 +00:00
Vladimir Weinstein
9ecaf4fcae ICU-96 collation key adopt, ucol_createSortKey, fix for collation key hash code, C++ incremental compare implementation
X-SVN-Rev: 3196
2000-12-12 01:15:30 +00:00
George Rhoten
1fac5cfe0f ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 3186
2000-12-09 02:38:12 +00:00
Vladimir Weinstein
7cdd2c8ecb ICU-96 collation data generated so that collation elements never have 00 or 01 bytes in them
X-SVN-Rev: 3179
2000-12-08 22:03:01 +00:00
Ram Viswanadha
e2a99295e9 ICU-647 Chaged documentation in header files for compliance with Doxygen
X-SVN-Rev: 3171
2000-12-08 18:46:55 +00:00
Vladimir Weinstein
4a135b9af9 ICU-96 revamped ucol_getSortKey to be smarter
X-SVN-Rev: 3165
2000-12-08 00:52:46 +00:00
George Rhoten
480ccca2c4 ICU-759 Turned on full optimization only for collation. Transliteration doesn't work at this time with full optimization
X-SVN-Rev: 3164
2000-12-07 23:36:42 +00:00
Vladimir Weinstein
e9151df7a2 ICU-96 Better memory management in sort key, safe clone implementation
X-SVN-Rev: 3162
2000-12-07 07:22:55 +00:00
Steven R. Loomis
8de7f0cf35 ICU-758 rename import .lib files
X-SVN-Rev: 3151
2000-12-06 03:02:21 +00:00
Vladimir Weinstein
eb03d8dab2 ICU-96 more collation cleanup, plus moving normalization C API
X-SVN-Rev: 3146
2000-12-06 00:53:48 +00:00
Vladimir Weinstein
e2db5e18bc ICU-96 aligning old code with new ENUMs
X-SVN-Rev: 3125
2000-12-05 01:03:35 +00:00
George Rhoten
4dfd6b727c ICU-740 Removed obsolete files.
X-SVN-Rev: 3084
2000-12-01 02:00:54 +00:00
George Rhoten
584979241d ICU-740 Removed obsolete files.
X-SVN-Rev: 3083
2000-12-01 01:38:16 +00:00
George Rhoten
23d0591205 ICU-740 Added inlining for release mode
X-SVN-Rev: 3082
2000-12-01 01:25:56 +00:00
Vladimir Weinstein
8b6369e759 ICU-96 incremental compare is now in
X-SVN-Rev: 3081
2000-11-30 23:20:14 +00:00
George Rhoten
d2f438cd2d ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 3073
2000-11-30 21:26:44 +00:00
Steven R. Loomis
3d7fac2361 ICU-740 remove obsolete files
X-SVN-Rev: 3068
2000-11-30 20:32:36 +00:00
George Rhoten
b956b006a6 ICU-740 Removed empty files.
X-SVN-Rev: 3067
2000-11-30 20:15:37 +00:00
George Rhoten
a99440b74f ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 3066
2000-11-30 20:13:20 +00:00
George Rhoten
ab2fdb5911 ICU-740 Removed empty files.
X-SVN-Rev: 3063
2000-11-30 19:32:27 +00:00
Steven R. Loomis
9334d309a9 ICU-96 fix of EntryPair streamer
X-SVN-Rev: 3053
2000-11-29 22:43:45 +00:00
Alan Liu
7e80b67add ICU-403 update docs
X-SVN-Rev: 3048
2000-11-29 19:12:57 +00:00
Alan Liu
db99a619e3 ICU-403 update docs
X-SVN-Rev: 3046
2000-11-29 19:11:04 +00:00
Steven R. Loomis
22abbe263f ICU-96 colperf
X-SVN-Rev: 3044
2000-11-29 04:48:39 +00:00
Steven R. Loomis
c68c4440fb ICU-96 redo the enums a little
X-SVN-Rev: 3043
2000-11-29 04:02:53 +00:00
George Rhoten
a4a49dca69 ICU-641 ucal_setTimeZone should work properly now
X-SVN-Rev: 3041
2000-11-29 02:14:29 +00:00