Markus Scherer
f6a04770ff
ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
...
X-SVN-Rev: 28075
2010-05-19 17:29:33 +00:00
Michael Ow
b4853d0331
ICU-7222 Remove Windows x64 warnings by casting explicitly.
...
X-SVN-Rev: 26870
2009-11-11 15:47:22 +00:00
Andy Heninger
c89045b0d6
ICU-6799 swat compiler warnings
...
X-SVN-Rev: 25661
2009-03-27 00:37:55 +00:00
Markus Scherer
ab81668cd3
ICU-6729 add Collator::compare(UCharIterator) and Collator::compareUTF8(StringPiece)
...
X-SVN-Rev: 25585
2009-03-13 23:38:43 +00:00
Yoshito Umaoka
0d0f1dce49
ICU-3378 Checking in API headers for getKeywordValuesForLocale with empty implementation for 4.2M3.
...
X-SVN-Rev: 25407
2009-02-14 02:32:41 +00:00
Andy Heninger
0c2a587a9c
ICU-6480 clean up UMTX_CHECK usage in lazy init
...
X-SVN-Rev: 24439
2008-08-05 00:09:13 +00:00
Michael Ow
c504eafdc8
ICU-5955 Add freeOffsetBuffer function to make sure that previously allocated offsetBuffer is freed to avoid memory leaks. Add deleter method in ssearch.cpp to remove hashtable objects. Delete various objects in intltest after it is no longer needed.
...
X-SVN-Rev: 24129
2008-06-09 21:18:46 +00:00
George Rhoten
de6512a9c1
ICU-6132 Undo some unneccessary changes. Remove some tabs. Make sure that the UErrorCode is propagated when possible. When a UErrorCode is available, don't check for a NULL return value.
...
X-SVN-Rev: 23479
2008-02-23 19:15:18 +00:00
Michael Ow
97a208abfe
ICU-6132 Check for null pointer in clone() before dereferencing.
...
X-SVN-Rev: 23190
2008-01-09 17:30:59 +00:00
George Rhoten
82b85fb45c
ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date).
...
Remove some references to unused internal header references.
Make some functions library private.
X-SVN-Rev: 23177
2008-01-05 01:27:56 +00:00
George Rhoten
344e2283d7
ICU-6076 Prevent a double mutex lock when the following happens.
...
ucol_open -> u_cleanup -> ures_open same locale.
Notice that the collator leaked, which contained open resource bundles. The resource bundle API didn't recover very well from this experience, and a double mutex lock happens, which is hard to debug in the test framework.
This change will make it easier to test the -m option, reduce open resources while a collator is running and make it easier to segment the collator for static libraries.
X-SVN-Rev: 23104
2007-12-18 01:19:16 +00:00
Eric Mader
a3b08a4e2b
ICU-5808 fixes for uconfigtest.
...
X-SVN-Rev: 22349
2007-08-10 23:31:48 +00:00
George Rhoten
ef584abc21
ICU-5440 Return the correct list of supported locales for collation.
...
X-SVN-Rev: 20484
2006-10-04 06:05:30 +00:00
George Rhoten
fdf9a9dbc2
ICU-5349 Use UMTX_CHECK when it's helpful.
...
X-SVN-Rev: 20271
2006-09-08 04:10:40 +00:00
George Rhoten
4cc82b4180
ICU-5304 Allow source code to work again without using U_NAMESPACE_USE
...
X-SVN-Rev: 20242
2006-09-04 16:36:21 +00:00
Eric Mader
f57c82a12d
ICU-4428 update copyright notices for ICU 3.3.
...
X-SVN-Rev: 17348
2005-03-16 18:46:54 +00:00
George Rhoten
f9baa59b7b
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17308
2005-03-09 23:50:26 +00:00
George Rhoten
fef1b77683
ICU-4092 Increase code coverage.
...
Fix broken RTTI on Windows by splitting service registration into separate files,
and rename files for consistency at the request from Doug.
X-SVN-Rev: 16979
2004-12-21 06:55:20 +00:00
George Rhoten
a0ab77176b
ICU-4189 Remove some dependencies on the conversion API.
...
X-SVN-Rev: 16911
2004-12-03 06:16:10 +00:00
George Rhoten
7a0397e812
ICU-4078 Fix for z/OS due to recent modularization.
...
X-SVN-Rev: 16415
2004-10-07 17:29:15 +00:00
George Rhoten
918a684663
ICU-4078 Fix for z/OS due to recent modularization.
...
X-SVN-Rev: 16414
2004-10-07 17:26:53 +00:00
George Rhoten
7dd960a8b4
ICU-4078 Loosely couple the cleanup functions.
...
X-SVN-Rev: 16307
2004-09-12 23:07:29 +00:00
George Rhoten
7c225a89aa
ICU-4072 Explicitly use U_EXPORT2 to specify calling convention of static C++ code.
...
X-SVN-Rev: 16183
2004-08-24 17:38:33 +00:00
George Rhoten
e069f28ece
ICU-3837 Add UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16034
2004-07-18 01:37:13 +00:00
Eric Mader
abefef5844
ICU-3770 Updated copyright notices for ICU 3.0
...
X-SVN-Rev: 15411
2004-05-19 20:42:44 +00:00
Steven R. Loomis
3c3dfa11c8
ICU-2487 getFunctionalEquivalent signature changes
...
X-SVN-Rev: 15361
2004-05-18 02:04:31 +00:00
Alan Liu
a873c1261d
ICU-3549 add keyword param to getFunctionalEquivalent
...
X-SVN-Rev: 15123
2004-05-03 18:15:13 +00:00
Alan Liu
6ce395572d
ICU-3500 fix compiler warnings
...
X-SVN-Rev: 15096
2004-04-29 18:54:22 +00:00
Alan Liu
a22e089d93
ICU-3549 add getKeywords, getKeywordValues, and getFunctionalEquivalent
...
X-SVN-Rev: 15041
2004-04-24 02:57:18 +00:00
George Rhoten
232ee12872
ICU-3500 Fix compiler warnings about multiple virtual destructors and/or not inlining compiler generated destructors.
...
X-SVN-Rev: 14896
2004-04-07 05:20:22 +00:00
Alan Liu
b1f70f3cd2
ICU-2202 add Ugly Hack to make collator getLocale() work properly with service registration and unregistration -- to be removed in 3.0
...
X-SVN-Rev: 14391
2004-01-23 18:06:22 +00:00
Markus Scherer
8206a888c1
ICU-3403 cut out @obsolete ICU 2.8 APIs
...
X-SVN-Rev: 13770
2003-11-19 21:46:30 +00:00
George Rhoten
ef250cdd79
ICU-2256 Fix a performance issue. Don't initialize with the default locale when you're going to use it as a fill in object.
...
X-SVN-Rev: 13329
2003-10-06 22:41:57 +00:00
George Rhoten
91f8ac3c84
ICU-3221 Fix for AIX linker warnings.
...
X-SVN-Rev: 12984
2003-08-29 18:03:00 +00:00
Steven R. Loomis
c07cd057ad
ICU-2970 use global mutex for protecting lazy initialized services
...
X-SVN-Rev: 12362
2003-06-06 22:01:28 +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
Doug Felt
a3ae9000bc
ticket: 2755: fix compiler warnings for unused parameters
...
X-SVN-Rev: 12001
2003-05-19 17:04:05 +00:00
Doug Felt
a6b61a7bea
ICU-2755 test ucoll_open
...
X-SVN-Rev: 11943
2003-05-15 20:22:48 +00:00
George Rhoten
31d1414177
ICU-2729 Fix a memory leak
...
X-SVN-Rev: 11916
2003-05-13 23:12:37 +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
fdc637b53d
ICU-2755 ucol_open should fetch registered collators, still need to add test
...
X-SVN-Rev: 11838
2003-05-08 17:31:45 +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
Doug Felt
d00a183d4e
ICU-2222 made deprecated abstract methods concrete and delegate to new ones,
...
also fixed problem in apicoll which assumed fixed LTR argument evaluation order, TestCollator
also needed new (and old) overloads. couldn't use 'using' according to markus.
X-SVN-Rev: 11763
2003-05-01 23:23:52 +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
513a23fdae
ICU-2222 Deprecate C++ enums that duplicate C enums
...
X-SVN-Rev: 11137
2003-02-21 08:32:22 +00:00
Syn Wee Quek
4374eb9778
ICU-2118
...
code coverage
deprecated protected unused collator constructor
X-SVN-Rev: 10323
2002-11-21 22:52:46 +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
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
Markus Scherer
156e2f983f
ICU-1962 call UObject constructor at least in derived-class copy constructor to avoid compiler warnings
...
X-SVN-Rev: 9019
2002-07-02 23:58:34 +00:00