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

  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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--;
  /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--;
rbtz.cpp 159 RuleBasedTimeZone *ncThis = const_cast<RuleBasedTimeZone*>(this);
160 ncThis->complete(status);
olsontz.cpp 699 OlsonTimeZone *ncThis = const_cast<OlsonTimeZone*>(this);
700 ncThis->initTransitionRules(status);
    [all...]
simpletz.cpp     [all...]

Completed in 393 milliseconds