Home | History | Annotate | Download | only in intltest

Lines Matching defs:isAtLeastUCA62

1136     UBool isAtLeastUCA62;
1142 isAtLeastUCA62(TRUE)
1150 isAtLeastUCA62 = atLeastUCA62;
1182 if(res == 0 && !isAtLeastUCA62) {
1294 UBool isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0;
1304 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
1315 tests[j].setCollator(coll.getAlias(), lines.getAlias(), lineNum, isAtLeastUCA62);