mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2412 changes according to the public code review
X-SVN-Rev: 11829
This commit is contained in:
parent
8f09e644e3
commit
80d02c2ca3
2 changed files with 498 additions and 655 deletions
File diff suppressed because it is too large
Load diff
|
@ -511,7 +511,8 @@ ucol_getSortKey(const UCollator *coll,
|
|||
* The destination buffer provided must be big enough to store
|
||||
* the number of requested bytes. Generated sortkey is not
|
||||
* compatible with sortkeys generated using ucol_getSortKey
|
||||
* API, since we don't do any compression.
|
||||
* API, since we don't do any compression. If uncompressed
|
||||
* sortkeys are required, this API can be used.
|
||||
* @param coll The UCollator containing the collation rules.
|
||||
* @param iter UCharIterator containing the string we need
|
||||
* the sort key to be calculated for.
|
||||
|
|
Loading…
Add table
Reference in a new issue