Home
last modified time | relevance | path

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

/external/cldr/tools/c/genldml/
Dgenldml.h202 void writeCollation(ResourceBundle& bundle, UnicodeString& xmlString,UnicodeString* collKey=NULL);
Dgenldml.cpp2297 …nerateXML::writeCollation(ResourceBundle& bundle,UnicodeString& xmlString, UnicodeString* collKey){ in writeCollation() argument
/external/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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationRegressionTest.java1163 CollationKey collKey = coll.getCollationKey(s); in Test8484() local
1164 logln("Pass: " + collKey.toString() + " generated OK."); in Test8484()
/external/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()