HomeSort by relevance Sort by last modified time
    Searched full:ncthis (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
servls.cpp 265 ICULocaleService* ncThis = (ICULocaleService*)this;
269 ncThis->fallbackLocale = loc;
270 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName);
271 ncThis->clearServiceCache();
serv.cpp 437 ICUService* ncthis = (ICUService*)this; // cast away semantic const local
453 ncthis->serviceCache = new Hashtable(status);
454 if (ncthis->serviceCache == NULL) {
662 ICUService* ncthis = (ICUService*)this; // cast away semantic const
664 ncthis->idCache = new Hashtable(status);
674 ncthis->idCache = NULL;
745 ICUService* ncthis = (ICUService*)this; // cast away semantic const local
750 ncthis->dnCache = NULL;
758 ncthis->dnCache = new DNCache(locale);
780 ncthis->dnCache = NULL
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 342 NFRuleSet* ncThis = (NFRuleSet*)this;
343 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
345 ncThis->fRecursionCount = 0;
348 ncThis->fRecursionCount--;
358 NFRuleSet* ncThis = (NFRuleSet*)this;
359 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
361 ncThis->fRecursionCount = 0;
364 ncThis->fRecursionCount--;

Completed in 161 milliseconds