mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-2732 deprecated getCollationKey
X-SVN-Rev: 13123
This commit is contained in:
parent
d09b2a7539
commit
379b4f9c8e
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue