Home
last modified time | relevance | path

Searched refs:nonConstThis (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/
Dbrktrans.cpp79 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this); in handleTransliterate() local
80 boundaries.moveFrom(nonConstThis->cachedBoundaries); in handleTransliterate()
81 bi.moveFrom(nonConstThis->cachedBI); in handleTransliterate()
144 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this); in handleTransliterate() local
145 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate()
146 nonConstThis->cachedBI.moveFrom(bi); in handleTransliterate()
148 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate()
149 nonConstThis->cachedBoundaries.moveFrom(boundaries); in handleTransliterate()
Duspoof_impl.cpp420 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this); in getIdentifierInfo() local
423 returnIdInfo = nonConstThis->fCachedIdentifierInfo; in getIdentifierInfo()
424 nonConstThis->fCachedIdentifierInfo = NULL; in getIdentifierInfo()
442 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this); in releaseIdentifierInfo() local
445 if (nonConstThis->fCachedIdentifierInfo == NULL) { in releaseIdentifierInfo()
446 nonConstThis->fCachedIdentifierInfo = idInfo; in releaseIdentifierInfo()
Dchnsecal.cpp323 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const in handleComputeMonthStart() local
347 nonConstThis->computeGregorianFields(julianDay, status); in handleComputeMonthStart()
352 nonConstThis->computeChineseFields(newMoon, getGregorianYear(), in handleComputeMonthStart()
361 nonConstThis->internalSet(UCAL_MONTH, saveMonth); in handleComputeMonthStart()
362 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart()
Dtznames_impl.cpp347 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); in search() local
348 nonConstThis->buildTrie(status); in search()
1110 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getMetaZoneDisplayName() local
1114 znames = nonConstThis->loadMetaZoneNames(mzID); in getMetaZoneDisplayName()
1135 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getTimeZoneDisplayName() local
1139 tznames = nonConstThis->loadTimeZoneNames(tzID); in getTimeZoneDisplayName()
1157 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getExemplarLocationName() local
1161 tznames = nonConstThis->loadTimeZoneNames(tzID); in getExemplarLocationName()
1343 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in find() local
1378 nonConstThis->loadStrings(*id); in find()
[all …]
Dtzgnames.cpp498 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getGenericLocationName() local
501 locname = nonConstThis->getGenericLocationName(tzCanonicalID); in getGenericLocationName()
765 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getPartialLocationName() local
768 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName); in getPartialLocationName()
1037 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in findLocal() local
1080 nonConstThis->loadStrings(*tzID); in findLocal()
1088 nonConstThis->fGNamesTrieFullyLoaded = TRUE; in findLocal()
Dgregocal.cpp533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const in handleComputeMonthStart() local
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear); in handleComputeMonthStart()
551 nonConstThis->fIsGregorian = !fIsGregorian; in handleComputeMonthStart()
Ddigitlst.cpp501 DigitList *nonConstThis = const_cast<DigitList *>(this); in getDouble() local
502 nonConstThis->internalSetDouble(tDouble); in getDouble()
Dlocdspnm.cpp391 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this; in initialize() local
392 nonConstThis->locale = langData.getLocale() == Locale::getRoot() in initialize()
Dtzfmt.cpp1382 TimeZoneFormat *nonConstThis = const_cast<TimeZoneFormat *>(this); in getTimeZoneGenericNames() local
1383 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()
1402 TimeZoneFormat *nonConstThis = const_cast<TimeZoneFormat *>(this); in getTZDBTimeZoneNames() local
1403 nonConstThis->fTZDBTimeZoneNames = tzdbNames; in getTZDBTimeZoneNames()
/external/skia/src/utils/
DSkFrontBufferedStream.cpp166 FrontBufferedStream* nonConstThis = const_cast<FrontBufferedStream*>(this); in peek() local
167 const size_t bytesRead = nonConstThis->read(dst, size); in peek()
168 nonConstThis->fOffset = start; in peek()
/external/icu/icu4c/source/common/
Drbbi.cpp1467 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; in getRuleStatus() local
1468 nonConstThis->makeRuleStatusValid(); in getRuleStatus()
1489 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; in getRuleStatusVec() local
1490 nonConstThis->makeRuleStatusValid(); in getRuleStatusVec()
/external/skia/src/core/
DSkStream.cpp374 SkMemoryStream* nonConstThis = const_cast<SkMemoryStream*>(this); in peek() local
375 const size_t bytesRead = nonConstThis->read(buffer, size); in peek()
376 nonConstThis->fOffset = currentOffset; in peek()