Home
last modified time | relevance | path

Searched refs:collKey (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationRegressionTest.java1163 CollationKey collKey = coll.getCollationKey(s); in Test8484() local
1164 logln("Pass: " + collKey.toString() + " generated OK."); in Test8484()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java1160 CollationKey collKey = coll.getCollationKey(s); in Test8484() local
1161 logln("Pass: " + collKey.toString() + " generated OK."); in Test8484()
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp1274 CollationKey collKey; in TestSortKeyOverflow() local
1275 col->getCollationKey(s, collKey, errorCode); in TestSortKeyOverflow()
1277 const uint8_t *collSortKey = collKey.getByteArray(collKeyLength); in TestSortKeyOverflow()