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