Searched refs:ncThis (Results 1 – 6 of 6) sorted by relevance
342 NFRuleSet* ncThis = (NFRuleSet*)this; in format() local343 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) { in format()345 ncThis->fRecursionCount = 0; in format()348 ncThis->fRecursionCount--; in format()358 NFRuleSet* ncThis = (NFRuleSet*)this; in format() local359 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) { in format()361 ncThis->fRecursionCount = 0; in format()364 ncThis->fRecursionCount--; in format()
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()
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()