Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1071 class UCTMultiThreadItem : public SharedObject { class
1074 UCTMultiThreadItem(const char *x) : value(NULL) { in UCTMultiThreadItem() function in UCTMultiThreadItem
1077 virtual ~UCTMultiThreadItem() { in ~UCTMultiThreadItem()
1088 const UCTMultiThreadItem *LocaleCacheKey<UCTMultiThreadItem>::createObject( in createObject()
1093 const UCTMultiThreadItem *result = NULL; in createObject()
1098 cacheContext->get(LocaleCacheKey<UCTMultiThreadItem>(fLoc.getLanguage()), result, status); in createObject()
1120 const UCTMultiThreadItem *result = in createObject()
1121 new UCTMultiThreadItem(fLoc.getLanguage()); in createObject()
1159 const UCTMultiThreadItem *origItem = NULL; in exerciseByLocale()
1161 LocaleCacheKey<UCTMultiThreadItem>(locale), fCache, origItem, status); in exerciseByLocale()
[all …]