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