ICU-2732 deprecated getCollationKey

X-SVN-Rev: 13123
This commit is contained in:
Syn Wee Quek 2003-09-17 20:10:10 +00:00
parent d09b2a7539
commit 379b4f9c8e
2 changed files with 4 additions and 4 deletions

View file

@ -448,7 +448,7 @@ public:
* @param status the error code status.
* @return the collation key of the string based on the collation rules.
* @see CollationKey#compare
* @stable ICU 2.0
* @deprecated ICU 2.8 Use getSortKey(...) instead
*/
virtual CollationKey& getCollationKey(const UnicodeString& source,
CollationKey& key,
@ -468,7 +468,7 @@ public:
* @param status the error code status.
* @return the collation key of the string based on the collation rules.
* @see CollationKey#compare
* @stable ICU 2.0
* @deprecated ICU 2.8 Use getSortKey(...) instead
*/
virtual CollationKey& getCollationKey(const UChar*source,
int32_t sourceLength,

View file

@ -371,7 +371,7 @@ public:
* @param status the error code status.
* @return the transformed key.
* @see CollationKey
* @stable ICU 2.0
* @deprecated ICU 2.8 Use getSortKey(...) instead
*/
virtual CollationKey& getCollationKey(const UnicodeString& source,
CollationKey& key,
@ -388,7 +388,7 @@ public:
* @param status the error code status.
* @return the transformed key.
* @see CollationKey
* @stable ICU 2.0
* @deprecated ICU 2.8 Use getSortKey(...) instead
*/
virtual CollationKey& getCollationKey(const UChar *source,
int32_t sourceLength,