Searched refs:sortkey3 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1086 uint8_t sortkey3[64]; in TestSortKey() local 1114 col->getSortKey(test3, sortkey3, 64); in TestSortKey() 1123 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1128 col->getSortKey(test3, 5, sortkey3, 64); in TestSortKey() 1137 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1145 col->getSortKey(strtest3, sortkey3, 64); in TestSortKey() 1154 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1175 col->getSortKey(test3, sortkey3, 64); in TestSortKey() 1184 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey() 1189 col->getSortKey(test3, 5, sortkey3, 64); in TestSortKey() [all …]
|