Commit Graph

145 Commits

Author SHA1 Message Date
Syn Wee Quek
6d5b35e584 ICU-861
Updated javadoc comments.

X-SVN-Rev: 3759
2001-02-23 23:34:34 +00:00
Syn Wee Quek
1966b36a04 ICU-861
Updated UCOL_GETPREVCE.

X-SVN-Rev: 3733
2001-02-22 23:16:06 +00:00
George Rhoten
4e4408fe03 ICU-865 use uprv_memcpy instead of memcpy and put a newline at the end of the header
X-SVN-Rev: 3720
2001-02-22 01:03:05 +00:00
Jim Snyder Grant
5244af4879 ICU-853 Implementations for ubrk_safeClone, including C++ API changes needed (createBufferClone & isBufferClone in BreakIterator classes)
X-SVN-Rev: 3713
2001-02-21 23:40:41 +00:00
Vladimir Weinstein
4accd4cd4d ICU-96 more changes to collation
X-SVN-Rev: 3706
2001-02-21 17:45:06 +00:00
Syn Wee Quek
3d6b4ba255 ICU-861
Modified error comments //.

X-SVN-Rev: 3705
2001-02-21 17:26:52 +00:00
Syn Wee Quek
1418000403 ICU-861
NO_MORE_CES added to public access.
Comments of use added.

X-SVN-Rev: 3701
2001-02-21 01:58:55 +00:00
Syn Wee Quek
78a57a7680 ICU-861
Implemented backwards iterator for collation

X-SVN-Rev: 3679
2001-02-20 00:26:50 +00:00
Jim Snyder Grant
cadc5c2a49 ICU-853 APIs for ucol_safeClone & ubrk_safeClone
X-SVN-Rev: 3660
2001-02-16 22:42:45 +00:00
Syn Wee Quek
be383bd0f9 ICU-807
Optimized and modified operator==.

X-SVN-Rev: 3615
2001-02-12 21:12:20 +00:00
Syn Wee Quek
f905b3e00e ICU-535
added default statements to switch to make compilers happy.

X-SVN-Rev: 3607
2001-02-10 02:55:38 +00:00
Alan Liu
f0cdee99be ICU-776 fix typo
X-SVN-Rev: 3564
2001-02-05 22:31:01 +00:00
Syn Wee Quek
8c991ef7ff ICU-807 Shifted inline setUCollator() methods to make HPUX compilation happy.
X-SVN-Rev: 3562
2001-02-05 19:53:37 +00:00
Syn Wee Quek
22052f8daa ICU-833
Because of the new Normalization enum conversion methods, changes have
to be done in tbcoll.

X-SVN-Rev: 3553
2001-02-03 01:27:02 +00:00
Alan Liu
a38c004603 ICU-776 Add ISO 3166 country code index to time zone data and new API to TimeZone
X-SVN-Rev: 3534
2001-02-02 19:26:56 +00:00
Syn Wee Quek
7d3a101e76 ICU-807 Added comment header
X-SVN-Rev: 3493
2001-01-30 18:52:58 +00:00
Ram Viswanadha
52e1f1c66b ICU-807 Committed by Syn Wee. New C++ wrappers for C Collation codes ucol.h, ucoleitr.h.
X-SVN-Rev: 3433
2001-01-18 00:22:38 +00:00
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
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
3aa279ce50 ICU-96 starting the 1.8 implementation
X-SVN-Rev: 3374
2001-01-04 00:45:41 +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
8e06769a63 ICU-96 cleanup, comments, debugging
X-SVN-Rev: 3222
2000-12-14 01:11:11 +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
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
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
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
8b6369e759 ICU-96 incremental compare is now in
X-SVN-Rev: 3081
2000-11-30 23:20:14 +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
e0da266893 ICU-535 Fixed some compiler warnings.
X-SVN-Rev: 3038
2000-11-29 00:28:52 +00:00
Vladimir Weinstein
20435f2b9c ICU-96 more collation implementation
X-SVN-Rev: 3036
2000-11-29 00:16:15 +00:00
Vladimir Weinstein
1bc26a35f3 ICU-96 new implementation for sortkey generation and compare is active. Expect errors in tests
X-SVN-Rev: 2983
2000-11-22 00:04:03 +00:00
Vladimir Weinstein
75c4999093 ICU-96 more collation
X-SVN-Rev: 2958
2000-11-20 19:49:12 +00:00
Vladimir Weinstein
9b8718aada ICU-96 more collation
X-SVN-Rev: 2957
2000-11-20 19:17:17 +00:00
Vladimir Weinstein
75e644280a ICU-96 more collation
X-SVN-Rev: 2953
2000-11-20 18:27:03 +00:00
Vladimir Weinstein
1714bfe39f ICU-96 Not all things should always be const
X-SVN-Rev: 2949
2000-11-20 06:40:54 +00:00
Vladimir Weinstein
396af9063d ICU-96 1.7 API freeze commit
X-SVN-Rev: 2941
2000-11-17 23:32:32 +00:00
Steven R. Loomis
cbb4d7397c ICU-714 cleaning up and clarifying enum values
X-SVN-Rev: 2906
2000-11-14 00:31:24 +00:00
Vladimir Weinstein
9398f17d9d ICU-96 support for collation data
X-SVN-Rev: 2897
2000-11-09 21:58:19 +00:00
Vladimir Weinstein
f171b0a0a1 ICU-96 collation improvement - prototype support
X-SVN-Rev: 2876
2000-11-07 00:00:17 +00:00
George Rhoten
735b72c52b ICU-97 Fixed an AIX compiler error
X-SVN-Rev: 2865
2000-11-02 20:22:02 +00:00
George Rhoten
5168538b08 ICU-97 More speed improvements.
X-SVN-Rev: 2854
2000-11-02 02:42:40 +00:00
George Rhoten
c4183c1638 ICU-97 Faster performance for parsing
X-SVN-Rev: 2769
2000-10-24 16:09:39 +00:00
George Rhoten
9862deea3b ICU-97 Slightly faster performance by saving the symbolLength
X-SVN-Rev: 2736
2000-10-19 21:31:53 +00:00
George Rhoten
3015baf12e ICU-97 Parsing a Long value is faster now.
X-SVN-Rev: 2648
2000-10-12 19:04:06 +00:00