Searched refs:sortkey3 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1105 uint8_t sortkey3[64]; in TestSortKey() local 1133 col->getSortKey(test3, sortkey3, 64); in TestSortKey() 1142 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1147 col->getSortKey(test3, 5, sortkey3, 64); in TestSortKey() 1156 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1164 col->getSortKey(strtest3, sortkey3, 64); in TestSortKey() 1173 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1194 col->getSortKey(test3, sortkey3, 64); in TestSortKey() 1203 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1208 col->getSortKey(test3, 5, sortkey3, 64); in TestSortKey() [all …]
|