Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dsimplethread.cpp47 fIntlTest(test), fNumThreads(howMany), fThreads(NULL) { in ThreadPoolBase()
50 fIntlTest->errln("%s:%d memory allocation failure.", __FILE__, __LINE__); in ThreadPoolBase()
57 fIntlTest->errln("%s:%d memory allocation failure.", __FILE__, __LINE__); in ThreadPoolBase()
Dsimplethread.h67 IntlTest *fIntlTest; variable
83 TestClass *test = dynamic_cast<TestClass *>(fIntlTest); in callFn()