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

  /external/icu4c/common/
servls.cpp 268 ICULocaleService* ncThis = (ICULocaleService*)this;
270 Mutex mutex(&ncThis->llock);
272 ncThis->fallbackLocale = loc;
273 LocaleUtility::initNameFromLocale(loc, ncThis->fallbackLocaleName);
274 ncThis->clearServiceCache();
serv.cpp 436 ICUService* ncthis = (ICUService*)this; // cast away semantic const local
449 XMutex mutex(&ncthis->lock, factory != NULL);
452 ncthis->serviceCache = new Hashtable(status);
453 if (ncthis->serviceCache == NULL) {
615 ICUService * ncthis = (ICUService*)this; // cast away semantic const local
617 Mutex mutex(&ncthis->lock);
662 ICUService* ncthis = (ICUService*)this; // cast away semantic const
664 ncthis->idCache = new Hashtable(status);
674 ncthis->idCache = NULL;
693 ICUService* ncthis = (ICUService*)this; // cast away semantic cons local
746 ICUService* ncthis = (ICUService*)this; \/\/ cast away semantic const local
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 317 NFRuleSet* ncThis = (NFRuleSet*)this;
318 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
320 ncThis->fRecursionCount = 0;
323 ncThis->fRecursionCount--;
333 NFRuleSet* ncThis = (NFRuleSet*)this;
334 if (ncThis->fRecursionCount++ >= RECURSION_LIMIT) {
336 ncThis->fRecursionCount = 0;
339 ncThis->fRecursionCount--;

Completed in 206 milliseconds