Searched refs:appendErr (Results 1 – 1 of 1) sorted by relevance
531 UBool doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const;543 UBool ThreadSafeFormat::doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const… in doStuff() argument547 appendErr.append("fFormat currency != ") in doStuff()556 appendErr.append("gFormat currency != ") in doStuff()576 appendErr.append(showDifference(*o, str)); in doStuff()804 UnicodeString appendErr; in run() local805 if(!fTSF->doStuff(fNum, appendErr, status)) { in run()806 IntlTest::gTest->errln(appendErr); in run()