Searched refs:theCollator (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThreadTest.java | 258 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/ |
D | CollationThreadTest.java | 255 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/ |
D | ssearch.cpp | 1051 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()
|