Home | History | Annotate | Download | only in intltest

Lines Matching refs:isAtLeastUCA62

1015     UBool isAtLeastUCA62;
1021 isAtLeastUCA62(TRUE)
1029 isAtLeastUCA62 = atLeastUCA62;
1061 if(res == 0 && !isAtLeastUCA62) {
1172 UBool isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0;
1182 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
1193 tests[j].setCollator(coll.getAlias(), lines.getAlias(), lineNum, isAtLeastUCA62);