Searched refs:ThreadSafeFormat (Results 1 – 1 of 1) sorted by relevance
477 class ThreadSafeFormat { class480 ThreadSafeFormat(UErrorCode &status);487 ThreadSafeFormat::ThreadSafeFormat(UErrorCode &status) { in ThreadSafeFormat() function in ThreadSafeFormat493 UBool ThreadSafeFormat::doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const… in doStuff()546 LocalPointer<ThreadSafeFormat> fTSF;557 fTSF.adoptInstead(new ThreadSafeFormat(status)); in FormatThreadTest()