Lines Matching defs:appendErr
529 UBool doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const;
541 UBool ThreadSafeFormat::doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const {
545 appendErr.append("fFormat currency != ")
554 appendErr.append("gFormat currency != ")
574 appendErr.append(showDifference(*o, str));
802 UnicodeString appendErr;
803 if(!fTSF->doStuff(fNum, appendErr, status)) {
804 IntlTest::gTest->errln(appendErr);