Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp366 class ThreadSafeFormat { class
369 ThreadSafeFormat(UErrorCode &status);
376 ThreadSafeFormat::ThreadSafeFormat(UErrorCode &status) { in ThreadSafeFormat() function in ThreadSafeFormat
382 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()