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

  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 34 GrTexture* nonConstThis = const_cast<GrTexture *>(this);
37 nonConstThis->resetFlag((GrTextureFlags) kReturnToCache_FlagBit);
38 nonConstThis->INHERITED::getContext()->addExistingTextureToCache(nonConstThis);
  /external/skia/src/gpu/
GrTexture.cpp 34 GrTexture* nonConstThis = const_cast<GrTexture *>(this);
37 nonConstThis->resetFlag((GrTextureFlags) kReturnToCache_FlagBit);
38 nonConstThis->INHERITED::getContext()->addExistingTextureToCache(nonConstThis);
  /external/chromium_org/third_party/icu/source/i18n/
brktrans.cpp 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this;
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
chnsecal.cpp 288 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const
312 nonConstThis->computeGregorianFields(julianDay, status);
317 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
326 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
327 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
zstrfmt.cpp 401 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
402 nonConstThis->buildTrie(status);
    [all...]
locdspnm.cpp 314 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
315 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
gregocal.cpp 533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;
    [all...]
  /external/icu4c/i18n/
brktrans.cpp 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this;
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
uspoof_impl.cpp 422 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this);
425 returnIdInfo = nonConstThis->fCachedIdentifierInfo;
426 nonConstThis->fCachedIdentifierInfo = NULL;
444 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this);
447 if (nonConstThis->fCachedIdentifierInfo == NULL) {
448 nonConstThis->fCachedIdentifierInfo = idInfo;
tznames_impl.cpp 313 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
314 nonConstThis->buildTrie(status);
1050 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1054 znames = nonConstThis->loadMetaZoneNames(mzID);
1075 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1079 tznames = nonConstThis->loadTimeZoneNames(tzID);
1097 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1101 tznames = nonConstThis->loadTimeZoneNames(tzID);
    [all...]
chnsecal.cpp 327 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const
351 nonConstThis->computeGregorianFields(julianDay, status);
356 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
365 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
366 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
    [all...]
tzgnames.cpp 505 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
508 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
768 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
771 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
    [all...]
gregocal.cpp 533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;
    [all...]
locdspnm.cpp 371 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
372 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
    [all...]
tzfmt.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp     [all...]
  /external/icu4c/common/
rbbi.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp     [all...]

Completed in 281 milliseconds