Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp15 class UCTItem : public SharedObject { class
18 UCTItem(const char *x) : value(NULL) { in UCTItem() function in UCTItem
21 virtual ~UCTItem() { in ~UCTItem()
32 const UCTItem *LocaleCacheKey<UCTItem>::createObject( in createObject()
39 const UCTItem *item = NULL; in createObject()
46 UCTItem *result = new UCTItem(fLoc.getName()); in createObject()
85 const UCTItem *en = NULL; in TestBasic()
86 const UCTItem *enGb = NULL; in TestBasic()
87 const UCTItem *enGb2 = NULL; in TestBasic()
88 const UCTItem *enUs = NULL; in TestBasic()
[all …]