Home | History | Annotate | Download | only in intltest

Lines Matching refs:extractToAssertBuf

187 const char* RegexTest::extractToAssertBuf(const UnicodeString& message) {
228 #define REGEX_ASSERT_UNISTR(ustr,inv) {if (!(ustr==inv)) {errln("%s:%d: RegexTest failure: REGEX_ASSERT_UNISTR(%s,%s) failed \n", __FILE__, __LINE__, extractToAssertBuf(ustr),inv);};}