Home | History | Annotate | Download | only in intltest

Lines Matching refs:TestCase11049

5684     TestCase11049("A|B|C", "a string \\ud800\\udc00", FALSE, __LINE__);
5685 TestCase11049("A|B|C", "string matches at end C", TRUE, __LINE__);
5690 TestCase11049("C", "a string \\ud800\\udc00", FALSE, __LINE__);
5691 TestCase11049("C", "string matches at end C", TRUE, __LINE__);
5695 void RegexTest::TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineNumber) {