Markus Scherer
551164f043
ICU-9560 un-deprecate CollationKey and Collator::getCollationKey()
...
X-SVN-Rev: 32410
2012-09-20 00:11:44 +00:00
Steven R. Loomis
1dff0b56ee
ICU-9501 doxygen cleanup.
...
X-SVN-Rev: 32372
2012-09-11 20:51:51 +00:00
Markus Scherer
ca65e1c41e
ICU-9460 deprecate Collator::safeClone() and default-implement it in the base class
...
X-SVN-Rev: 32127
2012-08-08 21:03:52 +00:00
Markus Scherer
da6c36d287
ICU-9346 C++ Collator API cleanup, fix safeClone() bug (setRuleStringFromCollator() on the result), fix polymorphic operator==(), move some method implementations into the base class
...
X-SVN-Rev: 32100
2012-08-03 21:49:28 +00:00
Steven R. Loomis
29fe6e1f35
ICU-8157 remove wrap of U_HIDE_INTERNAL_API for virtuals
...
X-SVN-Rev: 31503
2012-02-24 04:04:57 +00:00
Peter Edberg
4b3835d9e9
ICU-9091 Promote to stable most ICU4C API that are draft 4.8 or earlier
...
X-SVN-Rev: 31446
2012-02-20 04:28:17 +00:00
Steven R. Loomis
f0eb1ff995
ICU-8157 remove U_EXPORT2 and add ifdef no internal
...
X-SVN-Rev: 31444
2012-02-19 09:14:56 +00:00
Steven R. Loomis
5824cdd742
ICU-8157 commit from branch
...
X-SVN-Rev: 31439
2012-02-19 06:39:16 +00:00
Steven R. Loomis
eec528c85f
ICU-8157 commit from branch
...
X-SVN-Rev: 31434
2012-02-18 23:10:51 +00:00
Stuart Gill
16ea5c24a6
ICU-8914 extra C/C++ documentation for collation reordering
...
X-SVN-Rev: 31002
2011-12-01 23:13:47 +00:00
Markus Scherer
4e30dc4c14
ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
...
X-SVN-Rev: 30447
2011-08-01 02:20:46 +00:00
Markus Scherer
3ad925040a
ICU-8295 minor doc spelling fixes
...
X-SVN-Rev: 30055
2011-05-06 22:34:03 +00:00
Steven R. Loomis
63dd5be23d
ICU-8525 doxygen warnings
...
X-SVN-Rev: 30029
2011-05-05 01:35:22 +00:00
Stuart Gill
b3ba6c0bf3
ICU-8295 API for collation reordering
...
X-SVN-Rev: 29671
2011-03-18 22:52:30 +00:00
Steven R. Loomis
45dcb95f0b
ICU-3984 revert U_EXPORT2 changes in r29003 back to r28999 - see http://userguide.icu-project.org/dev/codingguidelines
...
X-SVN-Rev: 29005
2010-11-05 19:08:45 +00:00
Steven R. Loomis
6a5f83ff80
ICU-3984 fix mismatched const int in r28999
...
X-SVN-Rev: 29003
2010-11-04 22:36:25 +00:00
Stuart Gill
b1a76e6a88
ICU-3984 updates based on code review and fix of memory leak during collation reordering rule parsing
...
X-SVN-Rev: 28999
2010-11-04 20:12:39 +00:00
Stuart Gill
94239208a0
ICU-3984 fix a bug in the resource loading of collation reordering and rename script reordering to reordering codes
...
X-SVN-Rev: 28993
2010-11-03 02:41:22 +00:00
Stuart Gill
0c21fdf068
ICU-3984 changes to the collation reordering - API works same as rules and enhanced testing
...
X-SVN-Rev: 28960
2010-10-30 00:42:12 +00:00
Stuart Gill
110e2ceb05
ICU-3984 integrate collation reordering from branch - svn+ssh://source.icu-project.org/repos/icu/icu/branches/sgill/scriptreorder2 -r 28883:28924
...
X-SVN-Rev: 28926
2010-10-27 18:02:52 +00:00
Steven R. Loomis
f517a0db14
ICU-7304 fix API promotions from bad checkins r27396 and r27397
...
X-SVN-Rev: 27436
2010-01-28 21:09:53 +00:00
Steven R. Loomis
b361793726
ICU-7304 draft 4.2 to stable 4.4 ( also cleaned up some ICU-7290 issues )
...
X-SVN-Rev: 27396
2010-01-23 06:36:03 +00:00
Steven R. Loomis
8e85f80a2a
ICU-6797 raft of doxygen fixes for milestone:4.1.4
...
X-SVN-Rev: 25600
2009-03-17 01:47:25 +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
Steven R. Loomis
0e7646b347
ICU-6552 reduce a lot of doxygen errs, improve output docs
...
X-SVN-Rev: 24668
2008-09-27 01:12:32 +00:00
Steven R. Loomis
a5d6b9619c
ICU-6297 fixup doxygen tags
...
X-SVN-Rev: 24046
2008-05-28 21:20:51 +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
George Rhoten
93351fd30c
ICU-5357 Fix broken HTTP links in documentation.
...
X-SVN-Rev: 21699
2007-06-11 19:14:47 +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
cf6ba94da3
ICU-5008 Declare one instance of URegistryKey and make them all @stable
...
X-SVN-Rev: 19054
2006-02-02 03:48:14 +00:00
George Rhoten
4ddc86def7
ICU-5008 Undraft some API
...
X-SVN-Rev: 19002
2006-01-18 04:02:07 +00:00
Ram Viswanadha
d0eb5dd8e9
ICU-4524 add brief documentation
...
X-SVN-Rev: 17983
2005-06-22 22:39:36 +00:00
George Rhoten
5c51ec946a
ICU-4233 Fix non-ASCII characters in doxygen documentation.
...
X-SVN-Rev: 17899
2005-06-15 04:20:43 +00:00
Eric Mader
41ca4f63ee
ICU-4428 update copyright notices for ICU 3.3.
...
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
George Rhoten
aac8e996c4
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
...
X-SVN-Rev: 17221
2005-02-18 00:19:33 +00:00
Andy Heninger
9f6f294e5f
ICU-4225 remove non-ascii characters from source code
...
X-SVN-Rev: 16835
2004-11-12 01:11:27 +00:00
Vladimir Weinstein
7fe85edd5b
ICU-4194 promotion of @draft 2.6 to @stable 2.6 for i18n library
...
X-SVN-Rev: 16738
2004-11-03 01:25:51 +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
6c34ce45ed
ICU-3820 fix doxygen warnings.
...
X-SVN-Rev: 15882
2004-06-15 22:32:41 +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
Alan Liu
b57d64d5c6
ICU-3549 update docs
...
X-SVN-Rev: 15149
2004-05-04 23:54:53 +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
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
Ram Viswanadha
bbe9de394c
ICU-3405 prototype for U_DRAFT, U_DEPRECATED and U_OBSOLETE
...
X-SVN-Rev: 14775
2004-03-26 19:42:04 +00:00
Alan Liu
2aef935bfd
ICU-2202 deprecate getLocale
...
X-SVN-Rev: 14372
2004-01-22 00:14:35 +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
Syn Wee Quek
379b4f9c8e
ICU-2732 deprecated getCollationKey
...
X-SVN-Rev: 13123
2003-09-17 20:10:10 +00:00