George Rhoten
|
592ed13f9a
|
ICU-4084 Make sure that ures_* is used instead of the slower ResourceBundle.
X-SVN-Rev: 16251
|
2004-09-03 15:24:16 +00:00 |
|
George Rhoten
|
8e7a34ec49
|
ICU-3221 Fix AIX linker warnings, and reduce amount of private static class data being exported (some mainframes have minor issues with that)
X-SVN-Rev: 13337
|
2003-10-07 15:49:47 +00:00 |
|
George Rhoten
|
e718691833
|
ICU-3221 Fix AIX linker warnings.
X-SVN-Rev: 12985
|
2003-08-29 18:29:26 +00:00 |
|
Vladimir Weinstein
|
752e44d7d9
|
ICU-2840 tests shouldn't crash if there is no data
X-SVN-Rev: 12342
|
2003-06-06 05:05:22 +00:00 |
|
Alan Liu
|
de95737116
|
ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
|
2003-06-03 20:58:22 +00:00 |
|
Vladimir Weinstein
|
7ec7853f1e
|
ICU-2699 more gcc warnings fixes
X-SVN-Rev: 11958
|
2003-05-15 23:20:11 +00:00 |
|
Doug Felt
|
399b051326
|
ICU-2755 add ucol_open_internal
X-SVN-Rev: 11846
|
2003-05-08 22:21:05 +00:00 |
|
Doug Felt
|
556c72cc54
|
ICU-2755 fixed RuleBasedCollator clone/cc operations to handle aliasing cases,
added additional tests for getLocale of registered collators, misc fixes to ICUService,
StringSearch, ucollator to support changes.
X-SVN-Rev: 11786
|
2003-05-02 22:17:14 +00:00 |
|
Vladimir Weinstein
|
2fe0072a9d
|
ICU-2222 introduce overloads for functions that used old C++ enums. Deprecate C++ enum using functions.
X-SVN-Rev: 11755
|
2003-05-01 17:43:01 +00:00 |
|
Markus Scherer
|
8c1740d468
|
ICU-2710 remove @obsolete ICU 2.6 and earlier code
X-SVN-Rev: 11749
|
2003-05-01 01:51:51 +00:00 |
|
Vladimir Weinstein
|
6569f131ac
|
ICU-2851 initial implementation of ucol_equals (not yet complete, need to analyze rules)
X-SVN-Rev: 11746
|
2003-05-01 00:57:27 +00:00 |
|
Doug Felt
|
09bd2b2b11
|
ICU-2755 service registration for collation
X-SVN-Rev: 11722
|
2003-04-28 21:13:14 +00:00 |
|
GCL Shanghai
|
2de3bade18
|
ICU-2222 fix breaking changes
X-SVN-Rev: 11357
|
2003-03-19 13:21:51 +00:00 |
|
GCL Shanghai
|
513a23fdae
|
ICU-2222 Deprecate C++ enums that duplicate C enums
X-SVN-Rev: 11137
|
2003-02-21 08:32:22 +00:00 |
|
Markus Scherer
|
3d38617bdc
|
ICU-2248 modularize icu, allow parts to not be built
X-SVN-Rev: 9900
|
2002-09-20 01:54:48 +00:00 |
|
Vladimir Weinstein
|
150ad44972
|
ICU-1433 getTailoredSet C/C++ return all the canonically equivalent sequences. Also added tests
X-SVN-Rev: 9867
|
2002-09-17 06:27:51 +00:00 |
|
Vladimir Weinstein
|
8238930139
|
ICU-1433 getTailoredSet C/C++ take 1
X-SVN-Rev: 9837
|
2002-09-04 06:08:04 +00:00 |
|
George Rhoten
|
d7e0797b2c
|
ICU-2085 #ifdef out deprecated code
X-SVN-Rev: 9756
|
2002-08-21 19:12:24 +00:00 |
|
Vladimir Weinstein
|
5391094816
|
ICU-1953 Collation code review
X-SVN-Rev: 9271
|
2002-07-20 04:44:57 +00:00 |
|
George Rhoten
|
c85207afbd
|
ICU-1887 Try to fix the name mangling problems with the Intel compiler by including utypes.h before the system headers.
X-SVN-Rev: 9124
|
2002-07-12 21:42:24 +00:00 |
|
GCL Shanghai
|
2fab4a8cb7
|
ICU-1953 backout buffer overflow changes
X-SVN-Rev: 9070
|
2002-07-09 12:47:45 +00:00 |
|
GCL Shanghai
|
6348e12895
|
ICU-1953 test for buffer overflows
X-SVN-Rev: 9044
|
2002-07-06 10:58:51 +00:00 |
|
GCL Shanghai
|
b89c229c6e
|
ICU-1953 change comments style and check 0/NULL
X-SVN-Rev: 8993
|
2002-07-02 15:10:30 +00:00 |
|
GCL Shanghai
|
1e188eca35
|
ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
|
2002-06-29 09:31:05 +00:00 |
|
Syn Wee Quek
|
2e3d3a3587
|
ICU-1883
retained error status in rulebasedcollator constructor.
X-SVN-Rev: 8779
|
2002-06-04 17:26:16 +00:00 |
|
George Rhoten
|
2836f911e3
|
ICU-1733 Forgot a change from Lotus.
X-SVN-Rev: 8241
|
2002-03-26 05:28:18 +00:00 |
|
Vladimir Weinstein
|
376e2e3d13
|
ICU-898 implementation of getLocale function and method. User can now select the type of locale to get back (requested, valid, actual)
X-SVN-Rev: 7973
|
2002-03-13 05:48:25 +00:00 |
|
Vladimir Weinstein
|
e56272c4eb
|
ICU-898 Return bogus locale for collators instantiated from rules in C++
X-SVN-Rev: 7812
|
2002-02-28 21:50:58 +00:00 |
|
George Rhoten
|
4cd7a296e0
|
ICU-1733 Integrate some changes from Lotus with Vladimir's and Syn Wee's consent.
X-SVN-Rev: 7809
|
2002-02-28 20:01:48 +00:00 |
|
Vladimir Weinstein
|
8c93002e60
|
ICU-898 getLocale method for UCollator and RuleBasedCollator
X-SVN-Rev: 7803
|
2002-02-28 07:20:52 +00:00 |
|
George Rhoten
|
41ffc2ef36
|
ICU-1733 Integrate some of the easier (and non-redundent) changes from Lotus.
X-SVN-Rev: 7802
|
2002-02-28 01:42:40 +00:00 |
|
Syn Wee Quek
|
ee5752c14a
|
ICU-1702
getRules() implemented using ucol_getRulesEx().
X-SVN-Rev: 7645
|
2002-02-13 02:57:21 +00:00 |
|
George Rhoten
|
efdb5a1f89
|
ICU-1099 Make some data a bit more const
X-SVN-Rev: 6203
|
2001-10-11 23:54:55 +00:00 |
|
Helena Chapman
|
d816eefc57
|
ICU-1264 added namspace support where possible.
X-SVN-Rev: 6124
|
2001-10-08 23:26:58 +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
|
ea6f9c6c3c
|
ICU-1229 in ucol_openRules: use UColAttributeValue instead of UNormalizationMode
X-SVN-Rev: 5891
|
2001-09-22 01:10:41 +00:00 |
|
Syn Wee Quek
|
75adf07067
|
ICU-1030
New implementation for Unicode Boyer Moore string search.
X-SVN-Rev: 5587
|
2001-08-25 02:03:53 +00:00 |
|
Ram Viswanadha
|
d7d6c296e2
|
ICU-329 First take on add better error reporting with UParseError struct.
X-SVN-Rev: 5472
|
2001-08-16 00:55:16 +00:00 |
|
Vladimir Weinstein
|
7a55cc00da
|
ICU-1005 increased code coverage for resbund. Decoupled rb collator from resource bundle. removed unneeded internal functions and classes
X-SVN-Rev: 5348
|
2001-07-26 18:36:57 +00:00 |
|
Vladimir Weinstein
|
e021c45787
|
ICU-1002 implemented getter and setter functions for variable top in C and C++
X-SVN-Rev: 5099
|
2001-06-26 22:24:10 +00:00 |
|
George Rhoten
|
d72dbde944
|
ICU-1018 unistrm.h is not needed anymore
X-SVN-Rev: 5090
|
2001-06-26 18:05:05 +00:00 |
|
Vladimir Weinstein
|
a7268db185
|
ICU-1003 removing incremental compare API
X-SVN-Rev: 5021
|
2001-06-19 21:18:41 +00:00 |
|
Syn Wee Quek
|
df6d1549a1
|
ICU-807 Updated management of length 0 rule string.
X-SVN-Rev: 4884
|
2001-06-05 16:26:45 +00:00 |
|
George Rhoten
|
b2de19f61c
|
ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4366
|
2001-03-28 00:15:46 +00:00 |
|
Syn Wee Quek
|
9234f05bdf
|
ICU-807
Clean up C++ RuleBasedCollator::safeClone().
X-SVN-Rev: 4289
|
2001-03-22 23:17:13 +00:00 |
|
Andy Heninger
|
72b45a433b
|
ICU-903 updated copyright notices.
X-SVN-Rev: 4249
|
2001-03-22 00:09:10 +00:00 |
|
Syn Wee Quek
|
c85445c39b
|
ICU-807
Fixed memory initializing and remove problems
X-SVN-Rev: 4114
|
2001-03-15 22:56:02 +00:00 |
|
Syn Wee Quek
|
bf211f79da
|
ICU-807
Added U_CAPI to charforwarditerator.
X-SVN-Rev: 4113
|
2001-03-15 22:40:25 +00:00 |
|
Syn Wee Quek
|
620754cde6
|
ICU-807
Modified to remove Linux compiler warnings.
X-SVN-Rev: 4102
|
2001-03-15 19:35:27 +00:00 |
|
Syn Wee Quek
|
0099cc05a5
|
ICU-807
Modified to remove Linux compiler warnings.
X-SVN-Rev: 4100
|
2001-03-15 19:10:41 +00:00 |
|