Searched refs:testCaseIsKnownIssue (Results 1 – 2 of 2) sorted by relevance
147 UBool testCaseIsKnownIssue(const UnicodeString &testCase, const char *fileName);
1691 UBool RBBITest::testCaseIsKnownIssue(const UnicodeString &testCase, const char *fileName) { in testCaseIsKnownIssue() function in RBBITest1811 if (testString.length() > 0 && !testCaseIsKnownIssue(testString, fileName)) { in runUnicodeTestData()