Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTexture.cpp27 GrTexture* nonConstThis = const_cast<GrTexture *>(this); in SK_DEFINE_INST_COUNT() local
30 nonConstThis->resetFlag((GrTextureFlags) kReturnToCache_FlagBit); in SK_DEFINE_INST_COUNT()
31 nonConstThis->INHERITED::getContext()->addExistingTextureToCache(nonConstThis); in SK_DEFINE_INST_COUNT()
/external/icu4c/i18n/
Dtznames_impl.cpp312 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); in search() local
313 nonConstThis->buildTrie(status); in search()
1016 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getMetaZoneDisplayName() local
1020 znames = nonConstThis->loadMetaZoneNames(mzID); in getMetaZoneDisplayName()
1041 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getTimeZoneDisplayName() local
1045 tznames = nonConstThis->loadTimeZoneNames(tzID); in getTimeZoneDisplayName()
1062 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getExemplarLocationName() local
1066 tznames = nonConstThis->loadTimeZoneNames(tzID); in getExemplarLocationName()
1247 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in find() local
1282 nonConstThis->loadStrings(*id); in find()
[all …]
Dbrktrans.cpp87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this; in handleTransliterate() local
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary in handleTransliterate()
Dchnsecal.cpp287 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const in handleComputeMonthStart() local
311 nonConstThis->computeGregorianFields(julianDay, status); in handleComputeMonthStart()
316 nonConstThis->computeChineseFields(newMoon, getGregorianYear(), in handleComputeMonthStart()
325 nonConstThis->internalSet(UCAL_MONTH, saveMonth); in handleComputeMonthStart()
326 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart()
Dtzgnames.cpp505 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getGenericLocationName() local
508 locname = nonConstThis->getGenericLocationName(tzCanonicalID); in getGenericLocationName()
770 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getPartialLocationName() local
773 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName); in getPartialLocationName()
1042 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in findLocal() local
1085 nonConstThis->loadStrings(*tzID); in findLocal()
1093 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.cpp483 DigitList *nonConstThis = const_cast<DigitList *>(this); in getDouble() local
484 nonConstThis->internalSetDouble(tDouble); in getDouble()
Dlocdspnm.cpp373 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this; in initialize() local
374 nonConstThis->locale = langData.getLocale() == Locale::getRoot() in initialize()
Dtzfmt.cpp1018 TimeZoneFormat *nonConstThis = const_cast<TimeZoneFormat *>(this); in getTimeZoneGenericNames() local
1022nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status); in getTimeZoneGenericNames()
/external/icu4c/common/
Drbbi.cpp1460 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; in getRuleStatus() local
1461 nonConstThis->makeRuleStatusValid(); in getRuleStatus()
1482 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; in getRuleStatusVec() local
1483 nonConstThis->makeRuleStatusValid(); in getRuleStatusVec()