Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c5635 UCollator* videcoll; in TestImportWithType() local
5686 videcoll = ucol_openRules(viderules, videruleslength, UCOL_ON, UCOL_TERTIARY, &error, &status); in TestImportWithType()
5696 tailoredSet = ucol_getTailoredSet(videcoll, &status); in TestImportWithType()
5713 ucol_getSortKey(videcoll, str, 1, sk1, 500); in TestImportWithType()
5721 ucol_getSortKey(videcoll, str, strLength, sk1, 500); in TestImportWithType()
5735 ucol_close(videcoll); in TestImportWithType()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3097 … RuleBasedCollator videcoll = new RuleBasedCollator(vicoll.getRules() + decoll.getRules()); in TestImportWithType() local
3100 UnicodeSet tailoredSet = videcoll.getTailoredSet(); in TestImportWithType()
3109 CollationKey sk1 = videcoll.getCollationKey(t); in TestImportWithType()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java3100 … RuleBasedCollator videcoll = new RuleBasedCollator(vicoll.getRules() + decoll.getRules()); in TestImportWithType() local
3103 UnicodeSet tailoredSet = videcoll.getTailoredSet(); in TestImportWithType()
3112 CollationKey sk1 = videcoll.getCollationKey(t); in TestImportWithType()