Searched defs:sortKey (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Dapicoll.cpp1268 uint8_t sortKey[12]; local
1269 int32_t length = col->getSortKey(i_and_phi, 2, sortKey, LENGTHOF(sortKey));
1274 if (length2 != length || 0 != uprv_memcmp(sortKey, sortKey2, capacity)) {
/external/icu4c/test/cintltst/
H A Dcapitst.c1683 uint8_t sortKey[256]; local
1690 memset(sortKey, filler, 256);
1691 skLen2 = ucol_getSortKey(coll, uString, strLen, sortKey, i);
1696 if(sortKey[j] != filler) {

Completed in 92 milliseconds