Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java255 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testThreads() local
263 coll = (Collator)theCollator.clone(); in testThreads()
278 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testFrozen() local
279 theCollator.freeze(); in testFrozen()
285 … Test test = new Test("Frozen collation test thread " + i, threadTestData.clone(), theCollator, in testFrozen()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java251 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testThreads() local
259 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/icu4c/source/test/intltest/
Dssearch.cpp1042 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1055 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() argument
1056 : Monkey(), set(theSet), coll(theCollator), collData(theCollData) in StringSetMonkey()