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.java47 …private boolean isAtLeastUCA62 = UCharacter.getUnicodeVersion().compareTo(VersionInfo.UNICODE_6_2)… field in UCAConformanceTest
118 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY); in setCollNonIgnorable()
128 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted()
242 if (res == 0 && !isAtLeastUCA62) { in conformanceTest()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DUCAConformanceTest.java46 …private boolean isAtLeastUCA62 = UCharacter.getUnicodeVersion().compareTo(VersionInfo.UNICODE_6_2)… field in UCAConformanceTest
117 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY); in setCollNonIgnorable()
127 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted()
241 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.cpp899 UBool isAtLeastUCA62; member in CollatorThreadTest
905 isAtLeastUCA62(TRUE) in CollatorThreadTest()
913 isAtLeastUCA62 = atLeastUCA62; in setCollator()
945 if(res == 0 && !isAtLeastUCA62) { in run()
1057 UBool isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0; in TestCollators() local
1067 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in TestCollators()
1077 tests[j].setCollator(coll.getAlias(), lines.getAlias(), lineNum, isAtLeastUCA62); in TestCollators()