Home | History | Annotate | Download | only in intltest

Lines Matching defs:isAtLeastUCA62

1141     UBool isAtLeastUCA62;
1147 isAtLeastUCA62(TRUE)
1155 isAtLeastUCA62 = atLeastUCA62;
1187 if(res == 0 && !isAtLeastUCA62) {
1299 UBool isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0;
1309 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
1320 tests[j].setCollator(coll.getAlias(), lines.getAlias(), lineNum, isAtLeastUCA62);