Home
last modified time | relevance | path

Searched refs:partLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1340 int32_t partLength = coll->internalNextSortKeyPart(&iter, state, part, partSize, errorCode); in getSortKeyParts() local
1341 UBool done = partLength < partSize; in getSortKeyParts()
1344 ++partLength; in getSortKeyParts()
1346 dest.append(reinterpret_cast<char *>(part), partLength, errorCode); in getSortKeyParts()