Searched refs:collKey (Results 1 – 5 of 5) sorted by relevance
202 void writeCollation(ResourceBundle& bundle, UnicodeString& xmlString,UnicodeString* collKey=NULL);
2297 …nerateXML::writeCollation(ResourceBundle& bundle,UnicodeString& xmlString, UnicodeString* collKey){ in writeCollation() argument
1160 CollationKey collKey = coll.getCollationKey(s); in Test8484() local1161 logln("Pass: " + collKey.toString() + " generated OK."); in Test8484()
1163 CollationKey collKey = coll.getCollationKey(s); in Test8484() local1164 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()