Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp477 class ThreadSafeFormat { class
480 ThreadSafeFormat(UErrorCode &status);
487 ThreadSafeFormat::ThreadSafeFormat(UErrorCode &status) { in ThreadSafeFormat() function in ThreadSafeFormat
493 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()