Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dserv.cpp439 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getKey() local
455 ncthis->serviceCache = new Hashtable(status); in getKey()
456 if (ncthis->serviceCache == NULL) { in getKey()
663 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getVisibleIDMap() local
665 ncthis->idCache = new Hashtable(status); in getVisibleIDMap()
675 ncthis->idCache = NULL; in getVisibleIDMap()
746 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getDisplayNames() local
751 ncthis->dnCache = NULL; in getDisplayNames()
759 ncthis->dnCache = new DNCache(locale); in getDisplayNames()
781 ncthis->dnCache = NULL; in getDisplayNames()