HomeSort by relevance Sort by last modified time
    Searched refs:nonConstThis (Results 1 - 12 of 12) sorted by null

  /external/skia/src/utils/
SkFrontBufferedStream.cpp 167 FrontBufferedStream* nonConstThis = const_cast<FrontBufferedStream*>(this);
168 SkDEBUGCODE(const size_t bytesRead =) nonConstThis->read(dst, size);
170 nonConstThis->fOffset = start;
  /external/icu/icu4c/source/i18n/
brktrans.cpp 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this;
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
chnsecal.cpp 323 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const
347 nonConstThis->computeGregorianFields(julianDay, status);
352 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
361 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
362 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
tznames_impl.cpp 347 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
348 nonConstThis->buildTrie(status);
    [all...]
uspoof_impl.cpp 421 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this);
424 returnIdInfo = nonConstThis->fCachedIdentifierInfo;
425 nonConstThis->fCachedIdentifierInfo = NULL;
443 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this);
446 if (nonConstThis->fCachedIdentifierInfo == NULL) {
447 nonConstThis->fCachedIdentifierInfo = idInfo;
tzgnames.cpp 498 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
501 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
765 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
768 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
    [all...]
digitlst.cpp 479 DigitList *nonConstThis = const_cast<DigitList *>(this);
480 nonConstThis->internalSetDouble(tDouble);
gregocal.cpp 533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;
    [all...]
locdspnm.cpp 391 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
392 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
    [all...]
tzfmt.cpp     [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp     [all...]
  /external/skia/src/core/
SkStream.cpp 377 SkMemoryStream* nonConstThis = const_cast<SkMemoryStream*>(this);
378 SkDEBUGCODE(const size_t bytesRead =) nonConstThis->read(buffer, size);
380 nonConstThis->fOffset = position;

Completed in 444 milliseconds