Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dsort.cc215 KeyType operator()(const SortKey<KeyType>& sortKey,
218 return sortKey.key >> offset;
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1230 uint8_t sortKey[12]; in TestSortKeyOverflow() local
1231 int32_t length = col->getSortKey(i_and_phi, 2, sortKey, UPRV_LENGTHOF(sortKey)); in TestSortKeyOverflow()
1236 if (length2 != length || 0 != uprv_memcmp(sortKey, sortKey2, capacity)) { in TestSortKeyOverflow()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c1684 uint8_t sortKey[256]; in doOverrunTest() local
1691 memset(sortKey, filler, 256); in doOverrunTest()
1692 skLen2 = ucol_getSortKey(coll, uString, strLen, sortKey, i); in doOverrunTest()
1697 if(sortKey[j] != filler) { in doOverrunTest()