Searched defs:nonConstThis (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/i18n/
H A Dbrktrans.cpp87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this; local
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
H A Dlocdspnm.cpp314 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this; local
315 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
H A Dtzfmt.cpp105 TimeZoneFormatImpl *nonConstThis = const_cast<TimeZoneFormatImpl *>(this); local
106 umtx_lock(&nonConstThis->fLock);
109 nonConstThis->fTimeZoneGenericNames = new TimeZoneGenericNames(fLocale, status);
115 umtx_unlock(&nonConstThis->fLock);
H A Dchnsecal.cpp288 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const local
312 nonConstThis->computeGregorianFields(julianDay, status);
317 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
326 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
327 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
H A Dgregocal.cpp533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const local
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;
H A Dtzgnames.cpp443 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); local
444 umtx_lock(&nonConstThis->fLock);
446 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
448 umtx_unlock(&nonConstThis->fLock);
705 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); local
706 umtx_lock(&nonConstThis->fLock);
708 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
710 umtx_unlock(&nonConstThis->fLock);
959 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); local
961 umtx_lock(&nonConstThis
[all...]
H A Dtznames_impl.cpp313 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); local
314 nonConstThis->buildTrie(status);
1107 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1109 umtx_lock(&nonConstThis->fLock);
1111 znames = nonConstThis->loadMetaZoneNames(mzID);
1113 umtx_unlock(&nonConstThis->fLock);
1132 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1134 umtx_lock(&nonConstThis->fLock);
1136 tznames = nonConstThis->loadTimeZoneNames(tzID);
1138 umtx_unlock(&nonConstThis
1153 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1338 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
[all...]
/external/icu4c/common/
H A Drbbi.cpp1419 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; local
1420 nonConstThis->makeRuleStatusValid();
1441 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; local
1442 nonConstThis->makeRuleStatusValid();

Completed in 155 milliseconds