Searched refs:TestCase11049 (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.h | 70 …virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineN…
|
D | regextst.cpp | 5687 TestCase11049("A|B|C", "a string \\ud800\\udc00", FALSE, __LINE__); in TestBug11049() 5688 TestCase11049("A|B|C", "string matches at end C", TRUE, __LINE__); in TestBug11049() 5693 TestCase11049("C", "a string \\ud800\\udc00", FALSE, __LINE__); in TestBug11049() 5694 TestCase11049("C", "string matches at end C", TRUE, __LINE__); in TestBug11049() 5698 void RegexTest::TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lin… in TestCase11049() function in RegexTest
|