Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java316 Collator newCollation; in TestSurrogates() local
318 newCollation = new RuleBasedCollator(rules); in TestSurrogates()
326 doTest(newCollation, source[count], target[count], -1); in TestSurrogates()
332 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationDummyTest.java317 Collator newCollation; in TestSurrogates() local
319 newCollation = new RuleBasedCollator(rules); in TestSurrogates()
327 doTest(newCollation, source[count], target[count], -1); in TestSurrogates()
333 CollationKey newKey = newCollation.getCollationKey(source[3]); in TestSurrogates()
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp1042 parseCollationElements(ParseState* state, char *tag, uint32_t startline, UBool newCollation, UError… in parseCollationElements() argument
1061 if(!newCollation) { in parseCollationElements()