Searched refs:ncThis (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dresbund.cpp385 ResourceBundle *ncThis = const_cast<ResourceBundle *>(this); local
386 ncThis->fLocale = new Locale(localeName);
387 return ncThis->fLocale != NULL ? *ncThis->fLocale : Locale::getDefault();
H A Dservls.cpp265 ICULocaleService* ncThis = (ICULocaleService*)this; local
269 ncThis->fallbackLocale = loc;
270 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName);
271 ncThis->clearServiceCache();
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dnfrs.cpp342 NFRuleSet* ncThis = (NFRuleSet*)this; local
343 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
345 ncThis->fRecursionCount = 0;
348 ncThis->fRecursionCount--;
358 NFRuleSet* ncThis = (NFRuleSet*)this; local
359 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
361 ncThis->fRecursionCount = 0;
364 ncThis->fRecursionCount--;
H A Dolsontz.cpp699 OlsonTimeZone *ncThis = const_cast<OlsonTimeZone *>(this); local
700 umtx_initOnce(ncThis->transitionRulesInitOnce, &initRules, ncThis, status);
H A Drbtz.cpp156 RuleBasedTimeZone *ncThis = const_cast<RuleBasedTimeZone*>(this); local
157 ncThis->complete(status);
H A Dsimpletz.cpp1087 SimpleTimeZone *ncThis = const_cast<SimpleTimeZone*>(this); local
1088 ncThis->initTransitionRules(status);

Completed in 139 milliseconds