Searched refs:sortkey2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1085 uint8_t sortkey2[64]; in TestSortKey() local 1113 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1120 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1127 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() 1134 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1143 col->getSortKey(strtest2, sortkey2, 64); in TestSortKey() 1151 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1174 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1181 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1188 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() [all …]
|