Home | History | Annotate | Download | only in intltest

Lines Matching refs:closeOver

1289         s.closeOver(selector);
1296 logln((UnicodeString)"Ok: " + pat + ".closeOver(" + selector + ") => " + exp);
1298 dataerrln((UnicodeString)"FAIL: " + pat + ".closeOver(" + selector + ") => " +
1336 s.closeOver(USET_CASE);
1337 t.closeOver(0x100);
1339 errln("FAIL: closeOver(U+%04x) differs: ", c);
1354 s.closeOver(USET_CASE);
1355 t.closeOver(0x100);
1357 errln((UnicodeString)"FAIL: closeOver("+s2.toPattern(buf, TRUE)+") differs: ");
2229 frozen.closeOver(USET_CASE_INSENSITIVE);
2231 errln("FAIL: UnicodeSet::closeOver() modified a frozen set");