Home | History | Annotate | Download | only in intltest

Lines Matching full:expecttopattern

167             expectToPattern(*s, "[a-z{aa}{ab}]", exp1);
171 expectToPattern(*s, "[a-z{aa}{ab}{ac}]", exp2);
176 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{r\\}}{\\{l}]"), exp3);
180 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\[\\]}{r\\}}{\\{l}]"), exp4);
185 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{\\u000A\\u000D}{\\u4E01\\u4E02}]"), exp5);
192 expectToPattern(*s, "[{abc}]", exp6);
204 expectToPattern(s, "[ab]", NULL);
2079 void UnicodeSetTest::expectToPattern(const UnicodeSet& set,