Searched refs:sortkey1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1084 uint8_t sortkey1[64]; in TestSortKey() local 1112 col->getSortKey(test1, sortkey1, 64); in TestSortKey() 1117 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1126 col->getSortKey(test1, 5, sortkey1, 64); in TestSortKey() 1131 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1141 col->getSortKey(strtest1, sortkey1, 64); in TestSortKey() 1148 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1173 col->getSortKey(test1, sortkey1, 64); in TestSortKey() 1178 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey() 1187 col->getSortKey(test1, 5, sortkey1, 64); in TestSortKey() [all …]
|