Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dresbund.cpp385 ResourceBundle *ncThis = const_cast<ResourceBundle *>(this); in getLocale() local
386 ncThis->fLocale = new Locale(localeName); in getLocale()
387 return ncThis->fLocale != NULL ? *ncThis->fLocale : Locale::getDefault(); in getLocale()
Dservls.cpp264 ICULocaleService* ncThis = (ICULocaleService*)this; in validateFallbackLocale() local
268 ncThis->fallbackLocale = loc; in validateFallbackLocale()
269 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName); in validateFallbackLocale()
270 ncThis->clearServiceCache(); in validateFallbackLocale()
/external/icu/icu4c/source/i18n/
Dolsontz.cpp699 OlsonTimeZone *ncThis = const_cast<OlsonTimeZone *>(this); in checkTransitionRules() local
700 umtx_initOnce(ncThis->transitionRulesInitOnce, &initRules, ncThis, status); in checkTransitionRules()
Dsimpletz.cpp1087 SimpleTimeZone *ncThis = const_cast<SimpleTimeZone*>(this); in checkTransitionRules() local
1088 ncThis->initTransitionRules(status); in checkTransitionRules()
Drbtz.cpp156 RuleBasedTimeZone *ncThis = const_cast<RuleBasedTimeZone*>(this); in completeConst() local
157 ncThis->complete(status); in completeConst()