Searched refs:nonConstThis (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/utils/ |
D | SkFrontBufferedStream.cpp | 167 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/ |
D | brktrans.cpp | 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this; in handleTransliterate() local 88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary in handleTransliterate()
|
D | uspoof_impl.cpp | 421 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()
|
D | chnsecal.cpp | 323 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()
|
D | tznames_impl.cpp | 347 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 …]
|
D | tzgnames.cpp | 498 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()
|
D | gregocal.cpp | 533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const in handleComputeMonthStart() local 545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear); in handleComputeMonthStart() 551 nonConstThis->fIsGregorian = !fIsGregorian; in handleComputeMonthStart()
|
D | digitlst.cpp | 479 DigitList *nonConstThis = const_cast<DigitList *>(this); in getDouble() local 480 nonConstThis->internalSetDouble(tDouble); in getDouble()
|
D | locdspnm.cpp | 391 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this; in initialize() local 392 nonConstThis->locale = langData.getLocale() == Locale::getRoot() in initialize()
|
D | tzfmt.cpp | 1382 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/ |
D | rbbi.cpp | 1467 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/ |
D | SkStream.cpp | 377 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()
|