Searched refs:ncThis (Results 1 – 5 of 5) sorted by relevance
387 ResourceBundle *ncThis = const_cast<ResourceBundle *>(this); in getLocale() local388 ncThis->fLocale = new Locale(localeName); in getLocale()389 return ncThis->fLocale != NULL ? *ncThis->fLocale : Locale::getDefault(); in getLocale()
266 ICULocaleService* ncThis = (ICULocaleService*)this; in validateFallbackLocale() local270 ncThis->fallbackLocale = loc; in validateFallbackLocale()271 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName); in validateFallbackLocale()272 ncThis->clearServiceCache(); in validateFallbackLocale()
701 OlsonTimeZone *ncThis = const_cast<OlsonTimeZone *>(this); in checkTransitionRules() local702 umtx_initOnce(ncThis->transitionRulesInitOnce, &initRules, ncThis, status); in checkTransitionRules()
1089 SimpleTimeZone *ncThis = const_cast<SimpleTimeZone*>(this); in checkTransitionRules() local1090 ncThis->initTransitionRules(status); in checkTransitionRules()
158 RuleBasedTimeZone *ncThis = const_cast<RuleBasedTimeZone*>(this); in completeConst() local159 ncThis->complete(status); in completeConst()