HomeSort by relevance Sort by last modified time
    Searched refs:ncThis (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/
resbund.cpp 387 ResourceBundle *ncThis = const_cast<ResourceBundle *>(this);
388 ncThis->fLocale = new Locale(localeName);
389 return ncThis->fLocale != NULL ? *ncThis->fLocale : Locale::getDefault();
servls.cpp 266 ICULocaleService* ncThis = (ICULocaleService*)this;
270 ncThis->fallbackLocale = loc;
271 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName);
272 ncThis->clearServiceCache();
  /external/icu/icu4c/source/i18n/
olsontz.cpp 701 OlsonTimeZone *ncThis = const_cast<OlsonTimeZone *>(this);
702 umtx_initOnce(ncThis->transitionRulesInitOnce, &initRules, ncThis, status);
    [all...]
rbtz.cpp 158 RuleBasedTimeZone *ncThis = const_cast<RuleBasedTimeZone*>(this);
159 ncThis->complete(status);
simpletz.cpp     [all...]

Completed in 180 milliseconds