Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1340 class UCTMultiThreadItem : public SharedObject { class
1343 UCTMultiThreadItem(const char *x) : value(NULL) { in UCTMultiThreadItem() function in UCTMultiThreadItem
1346 virtual ~UCTMultiThreadItem() { in ~UCTMultiThreadItem()
1354 const UCTMultiThreadItem *LocaleCacheKey<UCTMultiThreadItem>::createObject( in createObject()
1359 const UCTMultiThreadItem *result = NULL; in createObject()
1364 cacheContext->get(LocaleCacheKey<UCTMultiThreadItem>(fLoc.getLanguage()), result, status); in createObject()
1384 const UCTMultiThreadItem *result = in createObject()
1385 new UCTMultiThreadItem(fLoc.getLanguage()); in createObject()
1422 const UCTMultiThreadItem *origItem = NULL; in exerciseByLocale()
1424 LocaleCacheKey<UCTMultiThreadItem>(locale), fCache, origItem, status); in exerciseByLocale()
[all …]