Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkFrontBufferedStream.cpp167 FrontBufferedStream* nonConstThis = const_cast<FrontBufferedStream*>(this); in peek() local
168 SkDEBUGCODE(const size_t bytesRead =) nonConstThis->read(dst, size); in peek()
170 nonConstThis->fOffset = start; in peek()
/external/icu/icu4c/source/i18n/
Dbrktrans.cpp87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this; in handleTransliterate() local
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary in handleTransliterate()
Duspoof_impl.cpp421 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this); in getIdentifierInfo() local
424 returnIdInfo = nonConstThis->fCachedIdentifierInfo; in getIdentifierInfo()
425 nonConstThis->fCachedIdentifierInfo = NULL; in getIdentifierInfo()
443 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this); in releaseIdentifierInfo() local
446 if (nonConstThis->fCachedIdentifierInfo == NULL) { in releaseIdentifierInfo()
447 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.cpp479 DigitList *nonConstThis = const_cast<DigitList *>(this); in getDouble() local
480 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/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.cpp377 SkMemoryStream* nonConstThis = const_cast<SkMemoryStream*>(this); in peek() local
378 SkDEBUGCODE(const size_t bytesRead =) nonConstThis->read(buffer, size); in peek()
380 nonConstThis->fOffset = position; in peek()