Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dserv.cpp437 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getKey() local
453 ncthis->serviceCache = new Hashtable(status); in getKey()
454 if (ncthis->serviceCache == NULL) { in getKey()
662 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getVisibleIDMap() local
664 ncthis->idCache = new Hashtable(status); in getVisibleIDMap()
674 ncthis->idCache = NULL; in getVisibleIDMap()
745 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getDisplayNames() local
750 ncthis->dnCache = NULL; in getDisplayNames()
758 ncthis->dnCache = new DNCache(locale); in getDisplayNames()
780 ncthis->dnCache = NULL; in getDisplayNames()