Searched refs:isAtLeastUCA62 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ducaconf.h48 UBool isAtLeastUCA62; member in class:UCAConformanceTest
H A Ducaconf.cpp44 isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0;
92 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
101 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
248 if(res == 0 && !isAtLeastUCA62) {
H A Dtsmthred.cpp1015 UBool isAtLeastUCA62; member in class:CollatorThreadTest
1021 isAtLeastUCA62(TRUE)
1029 isAtLeastUCA62 = atLeastUCA62;
1061 if(res == 0 && !isAtLeastUCA62) {
1172 UBool isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0; local
1182 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
1193 tests[j].setCollator(coll.getAlias(), lines.getAlias(), lineNum, isAtLeastUCA62);

Completed in 112 milliseconds