Searched refs:sortkey2 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1104 uint8_t sortkey2[64]; in TestSortKey() local 1132 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1139 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1146 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() 1153 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1162 col->getSortKey(strtest2, sortkey2, 64); in TestSortKey() 1170 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1193 col->getSortKey(test2, sortkey2, 64); in TestSortKey() 1200 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey() 1207 col->getSortKey(test2, 5, sortkey2, 64); in TestSortKey() [all …]
|