Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp384 class TestTimeRoundTripThread: public SimpleThread { class
386 TestTimeRoundTripThread(IntlTest& tlog, LocaleData &ld, int32_t i) in TestTimeRoundTripThread() function in TestTimeRoundTripThread
681 TestTimeRoundTripThread **threads = new TestTimeRoundTripThread*[nThreads]; in TestTimeRoundTrip()
684 threads[i] = new TestTimeRoundTripThread(*this, data, i); in TestTimeRoundTrip()