Home
last modified time | relevance | path

Searched refs:isAtLeastUCA62 (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DUCAConformanceTest.java52 …private boolean isAtLeastUCA62 = UCharacter.getUnicodeVersion().compareTo(VersionInfo.UNICODE_6_2)… field in UCAConformanceTest
123 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY); in setCollNonIgnorable()
133 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted()
247 if (res == 0 && !isAtLeastUCA62) { in conformanceTest()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DUCAConformanceTest.java49 …private boolean isAtLeastUCA62 = UCharacter.getUnicodeVersion().compareTo(VersionInfo.UNICODE_6_2)… field in UCAConformanceTest
120 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY); in setCollNonIgnorable()
130 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted()
244 if (res == 0 && !isAtLeastUCA62) { in conformanceTest()
/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp48 isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0; in UCAConformanceTest()
96 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable()
105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted()
249 if(res == 0 && !isAtLeastUCA62) { in testConformance()
Ducaconf.h50 UBool isAtLeastUCA62; variable
Dtsmthred.cpp849 UBool isAtLeastUCA62; member in CollatorThreadTest
855 isAtLeastUCA62(TRUE) in CollatorThreadTest()
863 isAtLeastUCA62 = atLeastUCA62; in setCollator()
895 if(res == 0 && !isAtLeastUCA62) { in run()
1007 UBool isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0; in TestCollators() local
1017 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in TestCollators()
1027 tests[j].setCollator(coll.getAlias(), lines.getAlias(), lineNum, isAtLeastUCA62); in TestCollators()