Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectToPattern

166             expectToPattern(*s, "[a-z{aa}{ab}]", exp1);
170 expectToPattern(*s, "[a-z{aa}{ab}{ac}]", exp2);
175 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{r\\}}{\\{l}]"), exp3);
179 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\[\\]}{r\\}}{\\{l}]"), exp4);
184 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\u000A\\u000D}{\\u4E01\\u4E02}]"), exp5);
191 expectToPattern(*s, "[{abc}]", exp6);
203 expectToPattern(s, "[ab]", NULL);
2132 void UnicodeSetTest::expectToPattern(const UnicodeSet& set,