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.java258 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testThreads() local
266 coll = (Collator)theCollator.clone(); in testThreads()
282 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testFrozen() local
283 theCollator.freeze(); in testFrozen()
289 … 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.java255 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testThreads() local
263 coll = (Collator)theCollator.clone(); in testThreads()
279 final Collator theCollator = Collator.getInstance(new Locale("pl", "", "")); in testFrozen() local
280 theCollator.freeze(); in testFrozen()
286 … Test test = new Test("Frozen collation test thread " + i, threadTestData.clone(), theCollator, in testFrozen()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1051 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1064 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() argument
1065 : Monkey(), set(theSet), coll(theCollator), collData(theCollData) in StringSetMonkey()