Searched refs:sortkey1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1103 uint8_t sortkey1[64]; in TestSortKey() local 1131 col->getSortKey(test1, sortkey1, 64); in TestSortKey() 1136 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1145 col->getSortKey(test1, 5, sortkey1, 64); in TestSortKey() 1150 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1160 col->getSortKey(strtest1, sortkey1, 64); in TestSortKey() 1167 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1192 col->getSortKey(test1, sortkey1, 64); in TestSortKey() 1197 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1206 col->getSortKey(test1, 5, sortkey1, 64); in TestSortKey() [all …]
|