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

  /external/icu4c/common/
servls.cpp 264 ICULocaleService* ncThis = (ICULocaleService*)this;
268 ncThis->fallbackLocale = loc;
269 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName);
270 ncThis->clearServiceCache();
serv.cpp 433 ICUService* ncthis = (ICUService*)this; // cast away semantic const local
449 ncthis->serviceCache = new Hashtable(status);
450 if (ncthis->serviceCache == NULL) {
658 ICUService* ncthis = (ICUService*)this; // cast away semantic const
660 ncthis->idCache = new Hashtable(status);
670 ncthis->idCache = NULL;
741 ICUService* ncthis = (ICUService*)this; // cast away semantic const local
746 ncthis->dnCache = NULL;
752 ncthis->dnCache = new DNCache(locale);
774 ncthis->dnCache = NULL
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 316 NFRuleSet* ncThis = (NFRuleSet*)this;
317 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
319 ncThis->fRecursionCount = 0;
322 ncThis->fRecursionCount--;
332 NFRuleSet* ncThis = (NFRuleSet*)this;
333 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
335 ncThis->fRecursionCount = 0;
338 ncThis->fRecursionCount--;

Completed in 3867 milliseconds