mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-5602 Remove C++ comments.
X-SVN-Rev: 21044
This commit is contained in:
parent
d656c86a77
commit
76c3e4269c
1 changed files with 2 additions and 2 deletions
|
@ -320,9 +320,9 @@ static void TestGetSortKey() {
|
|||
|
||||
lenActualSortKey = ucol_getSortKey(pCollator,
|
||||
(const UChar *)pucUTF16,
|
||||
sizeof(pucUTF16) / sizeof(pucUTF16[0]), // in # of UChars
|
||||
sizeof(pucUTF16) / sizeof(pucUTF16[0]),
|
||||
pucSortKey,
|
||||
LENSORTKEY); // in # of bytes
|
||||
LENSORTKEY);
|
||||
|
||||
if (lenActualSortKey > LENSORTKEY) {
|
||||
log_err("sort key too big for original buffer. Got: %d Expected: %d\n", lenActualSortKey, LENSORTKEY);
|
||||
|
|
Loading…
Add table
Reference in a new issue