Searched refs:collKey (Results 1 – 3 of 3) sorted by relevance
1163 CollationKey collKey = coll.getCollationKey(s); in Test8484() local1164 logln("Pass: " + collKey.toString() + " generated OK."); in Test8484()
1160 CollationKey collKey = coll.getCollationKey(s); in Test8484() local1161 logln("Pass: " + collKey.toString() + " generated OK."); in Test8484()
1274 CollationKey collKey; in TestSortKeyOverflow() local1275 col->getCollationKey(s, collKey, errorCode); in TestSortKeyOverflow()1277 const uint8_t *collSortKey = collKey.getByteArray(collKeyLength); in TestSortKeyOverflow()