Home
last modified time | relevance | path

Searched refs:appendErr (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp481 UBool doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const;
493 UBool ThreadSafeFormat::doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const… in doStuff() argument
497 appendErr.append("fFormat currency != ") in doStuff()
506 appendErr.append("gFormat currency != ") in doStuff()
526 appendErr.append(showDifference(*o, str)); in doStuff()
754 UnicodeString appendErr; in run() local
755 if(!fTSF->doStuff(fNum, appendErr, status)) { in run()
756 IntlTest::gTest->errln(appendErr); in run()