Searched refs:ncThis (Results 1 – 5 of 5) sorted by relevance
385 ResourceBundle *ncThis = const_cast<ResourceBundle *>(this); in getLocale() local386 ncThis->fLocale = new Locale(localeName); in getLocale()387 return ncThis->fLocale != NULL ? *ncThis->fLocale : Locale::getDefault(); in getLocale()
264 ICULocaleService* ncThis = (ICULocaleService*)this; in validateFallbackLocale() local268 ncThis->fallbackLocale = loc; in validateFallbackLocale()269 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName); in validateFallbackLocale()270 ncThis->clearServiceCache(); in validateFallbackLocale()
699 OlsonTimeZone *ncThis = const_cast<OlsonTimeZone *>(this); in checkTransitionRules() local700 umtx_initOnce(ncThis->transitionRulesInitOnce, &initRules, ncThis, status); in checkTransitionRules()
1087 SimpleTimeZone *ncThis = const_cast<SimpleTimeZone*>(this); in checkTransitionRules() local1088 ncThis->initTransitionRules(status); in checkTransitionRules()
156 RuleBasedTimeZone *ncThis = const_cast<RuleBasedTimeZone*>(this); in completeConst() local157 ncThis->complete(status); in completeConst()