Searched refs:isAtLeastUCA62 (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | UCAConformanceTest.java | 47 private boolean isAtLeastUCA62 = field in UCAConformanceTest 115 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY); in setCollNonIgnorable() 126 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY); in setCollShifted() 242 if(res == 0 && !isAtLeastUCA62) { in conformanceTest()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 46 isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0; in UCAConformanceTest() 94 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable() 103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted() 247 if(res == 0 && !isAtLeastUCA62) { in testConformance()
|
D | ucaconf.h | 48 UBool isAtLeastUCA62; variable
|
D | tsmthred.cpp | 1154 UBool isAtLeastUCA62; member in CollatorThreadTest 1160 isAtLeastUCA62(TRUE) in CollatorThreadTest() 1168 isAtLeastUCA62 = atLeastUCA62; in setCollator() 1200 if(res == 0 && !isAtLeastUCA62) { in run() 1312 UBool isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0; in TestCollators() local 1322 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in TestCollators() 1333 tests[j].setCollator(coll.getAlias(), lines.getAlias(), lineNum, isAtLeastUCA62); in TestCollators()
|