Searched refs:ThreadSafeFormat (Results 1 – 1 of 1) sorted by relevance
366 class ThreadSafeFormat { class369 ThreadSafeFormat(UErrorCode &status);376 ThreadSafeFormat::ThreadSafeFormat(UErrorCode &status) { in ThreadSafeFormat() function in ThreadSafeFormat382 UBool ThreadSafeFormat::doStuff(int32_t offset, UnicodeString &appendErr, UErrorCode &status) const… in doStuff()435 LocalPointer<ThreadSafeFormat> fTSF;446 fTSF.adoptInstead(new ThreadSafeFormat(status)); in FormatThreadTest()