Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java286 UnicodeSet otherHan = new UnicodeSet("[\\p{unified ideograph}-" in TestImplicits() local
303 UnicodeSet[] sets = { coreHan, otherHan, unassigned }; in TestImplicits()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java285 UnicodeSet otherHan = new UnicodeSet("[\\p{unified ideograph}-" in TestImplicits() local
302 UnicodeSet[] sets = { coreHan, otherHan, unassigned }; in TestImplicits()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp206 UnicodeSet otherHan("[\\p{unified ideograph}-" in TestImplicits() local
226 const UnicodeSet *sets[] = { &coreHan, &otherHan, &unassigned }; in TestImplicits()