ICU-2412 changes according to the public code review

X-SVN-Rev: 11829
This commit is contained in:
Vladimir Weinstein 2003-05-07 05:33:50 +00:00
parent 8f09e644e3
commit 80d02c2ca3
2 changed files with 498 additions and 655 deletions

File diff suppressed because it is too large Load diff

View file

@ -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.