Searched refs:sortkey2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1087 uint8_t sortkey2[64]; in TestSortKey() local 1115 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1122 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1129 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() 1136 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1145 col->getSortKey(strtest2, sortkey2, 64); in TestSortKey() 1153 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1176 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1183 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1190 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() [all …]
|