Home
last modified time | relevance | path

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

/external/icu4c/common/
Dserv.cpp436 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getKey() local
449 XMutex mutex(&ncthis->lock, factory != NULL); in getKey()
452 ncthis->serviceCache = new Hashtable(status); in getKey()
612 ICUService * ncthis = (ICUService*)this; // cast away semantic const in getVisibleIDs() local
614 Mutex mutex(&ncthis->lock); in getVisibleIDs()
659 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getVisibleIDMap() local
661 ncthis->idCache = new Hashtable(status); in getVisibleIDMap()
671 ncthis->idCache = NULL; in getVisibleIDMap()
690 ICUService* ncthis = (ICUService*)this; // cast away semantic const in getDisplayName() local
692 Mutex mutex(&ncthis->lock); in getDisplayName()
[all …]