Searched refs:ThreadSafeFormat (Results 1 – 1 of 1) sorted by relevance
367 class ThreadSafeFormat { class370 ThreadSafeFormat(UErrorCode &status);377 ThreadSafeFormat::ThreadSafeFormat(UErrorCode &status) { in ThreadSafeFormat() function in ThreadSafeFormat383 UBool ThreadSafeFormat::doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const… in doStuff()436 LocalPointer<ThreadSafeFormat> fTSF;447 fTSF.adoptInstead(new ThreadSafeFormat(status)); in FormatThreadTest()