Home | History | Annotate | Download | only in intltest

Lines Matching refs:applyPattern

173             s->applyPattern(UNICODE_STRING_SIMPLE("[a-z {\\{l} {r\\}}]"), ec);
182 s->applyPattern(UNICODE_STRING_SIMPLE("[a-z {\\u4E01\\u4E02}{\\n\\r}]"), ec);
294 set.applyPattern("[:L:]", status);
305 set.applyPattern("[:Lu:]", status);
494 set.applyPattern("[a-m]", status);
496 set2.applyPattern("[e-o]", status);
501 set.applyPattern("[e-o]", status);
503 set2.applyPattern("[a-m]", status);
508 set.applyPattern("[a-eg-mo-w]", status);
510 set2.applyPattern("[d-q]", status);
556 set.applyPattern("[A-Y 1-8 b-d l-y]", status);
639 exp.applyPattern("[{ab}]", status);
652 exp.applyPattern("[{ab}b-kmo-z]", status);
656 exp.applyPattern("[a-z]", status);
660 exp.applyPattern("[aln]", status);
679 exp.applyPattern("[{ab}b-hj-kmo-tv-z]", status);
684 exp.applyPattern("[rst]", status);
689 exp.applyPattern("[s]", status);
1277 s.applyPattern(pat, ec);
1279 t.applyPattern(exp, ec);
1281 errln("FAIL: applyPattern failed");
1354 s.applyPattern("[abc]", USET_CASE_INSENSITIVE, NULL, ec);
1356 errln("FAIL: applyPattern failed");
1393 errln((UnicodeString)"FAIL: applyPattern(" +
1898 t.applyPattern(pat, ec);
1900 errln("FAIL: applyPattern");
1907 t.applyPattern(pat, ec);
1909 errln("FAIL: applyPattern");
2021 set.applyPattern(pattern, status);
2023 errln(UnicodeString("FAIL: applyPattern(\"") + pattern +
2028 errln(UnicodeString("FAIL: applyPattern(\"") + pattern +
2033 logln(UnicodeString("Ok: applyPattern(\"") + pattern +
2045 errln(UnicodeString("FAIL: applyPattern(\""+ pattern + "\").toPattern() => " + temppattern + " => invalid pattern"));
2049 errln(UnicodeString("FAIL: applyPattern(\""+ pattern + "\").toPattern() => " + temppattern + " => pairs \""+ escape(getPairs(*tempset)) + "\", expected pairs \"" +
2052 logln(UnicodeString("Ok: applyPattern(\""+ pattern + "\").toPattern() => " + temppattern + " => pairs \"" + escape(getPairs(*tempset)) + "\""));
2230 applyPattern(wsPattern, errorCode).
2231 applyPattern(wsPattern, USET_IGNORE_SPACE, NULL, errorCode).
2232 applyPattern(wsPattern, pos, USET_IGNORE_SPACE, NULL, errorCode).
3793 set.applyPattern(pattern16, errorCode);
3810 set.applyPattern(pattern16, errorCode).freeze();