Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java250 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testThreads() local
258 coll = (Collator)theCollator.clone(); in testThreads()
274 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testFrozen() local
275 theCollator.freeze(); in testFrozen()
281 … Test test = new Test("Frozen collation test thread " + i, threadTestData.clone(), theCollator, in testFrozen()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java251 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testThreads() local
259 coll = (Collator)theCollator.clone(); in testThreads()
275 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testFrozen() local
276 theCollator.freeze(); in testFrozen()
282 … Test test = new Test("Frozen collation test thread " + i, threadTestData.clone(), theCollator, in testFrozen()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1041 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1054 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() argument
1055 : Monkey(), set(theSet), coll(theCollator), collData(theCollData) in StringSetMonkey()