Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/source/common/
Dserv.cpp427 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getKey() local
443 ncthis->serviceCache = new Hashtable(status); in getKey()
444 if (ncthis->serviceCache == nullptr) { in getKey()
647 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getVisibleIDMap() local
649 ncthis->idCache = new Hashtable(status); in getVisibleIDMap()
659 ncthis->idCache = nullptr; in getVisibleIDMap()
730 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getDisplayNames() local
735 ncthis->dnCache = nullptr; in getDisplayNames()
743 ncthis->dnCache = new DNCache(locale); in getDisplayNames()
765 ncthis->dnCache = nullptr; in getDisplayNames()
/third_party/icu/icu4c/source/common/
Dserv.cpp427 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getKey() local
443 ncthis->serviceCache = new Hashtable(status); in getKey()
444 if (ncthis->serviceCache == NULL) { in getKey()
647 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getVisibleIDMap() local
649 ncthis->idCache = new Hashtable(status); in getVisibleIDMap()
659 ncthis->idCache = NULL; in getVisibleIDMap()
730 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getDisplayNames() local
735 ncthis->dnCache = NULL; in getDisplayNames()
743 ncthis->dnCache = new DNCache(locale); in getDisplayNames()
765 ncthis->dnCache = NULL; in getDisplayNames()