Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dresbund.cpp387 ResourceBundle *ncThis = const_cast<ResourceBundle *>(this); in getLocale() local
388 ncThis->fLocale = new Locale(localeName); in getLocale()
389 return ncThis->fLocale != NULL ? *ncThis->fLocale : Locale::getDefault(); in getLocale()
Dservls.cpp266 ICULocaleService* ncThis = (ICULocaleService*)this; in validateFallbackLocale() local
270 ncThis->fallbackLocale = loc; in validateFallbackLocale()
271 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName); in validateFallbackLocale()
272 ncThis->clearServiceCache(); in validateFallbackLocale()
/external/icu/icu4c/source/i18n/
Dolsontz.cpp701 OlsonTimeZone *ncThis = const_cast<OlsonTimeZone *>(this); in checkTransitionRules() local
702 umtx_initOnce(ncThis->transitionRulesInitOnce, &initRules, ncThis, status); in checkTransitionRules()
Dsimpletz.cpp1089 SimpleTimeZone *ncThis = const_cast<SimpleTimeZone*>(this); in checkTransitionRules() local
1090 ncThis->initTransitionRules(status); in checkTransitionRules()
Drbtz.cpp158 RuleBasedTimeZone *ncThis = const_cast<RuleBasedTimeZone*>(this); in completeConst() local
159 ncThis->complete(status); in completeConst()