Searched refs:partSize (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 111 CharString &dest, int32_t partSize, 1331 CharString &dest, int32_t partSize, in getSortKeyParts() argument 1335 U_ASSERT(partSize <= UPRV_LENGTHOF(part)); in getSortKeyParts() 1340 int32_t partLength = coll->internalNextSortKeyPart(&iter, state, part, partSize, errorCode); in getSortKeyParts() 1341 UBool done = partLength < partSize; in getSortKeyParts() 1410 int32_t partSize = partSizes[psi]; in getCollationKey() local 1415 norm, (int)partSize, errorCode.errorName()); in getCollationKey() 1422 norm, (int)partSize); in getCollationKey()
|