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

  /external/icu/icu4c/source/i18n/
brktrans.cpp 81 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this);
82 boundaries.moveFrom(nonConstThis->cachedBoundaries);
83 bi.moveFrom(nonConstThis->cachedBI);
146 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this);
147 if (nonConstThis->cachedBI.isNull()) {
148 nonConstThis->cachedBI.moveFrom(bi);
150 if (nonConstThis->cachedBoundaries.isNull()) {
151 nonConstThis->cachedBoundaries.moveFrom(boundaries);
chnsecal.cpp 325 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const
349 nonConstThis->computeGregorianFields(julianDay, status);
354 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
363 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
364 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
tznames_impl.cpp 389 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
390 nonConstThis->buildTrie(status);
    [all...]
tzgnames.cpp 486 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
489 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
741 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
744 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
    [all...]
digitlst.cpp 484 DigitList *nonConstThis = const_cast<DigitList *>(this);
485 nonConstThis->internalSetDouble(tDouble);
    [all...]
gregocal.cpp 535 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const
547 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
553 nonConstThis->fIsGregorian = !fIsGregorian;
    [all...]
tzfmt.cpp     [all...]
  /external/skia/src/utils/
SkFrontBufferedStream.cpp 166 FrontBufferedStream* nonConstThis = const_cast<FrontBufferedStream*>(this);
167 const size_t bytesRead = nonConstThis->read(dst, size);
168 nonConstThis->fOffset = start;
  /external/icu/icu4c/source/common/
rbbi.cpp     [all...]
locdspnm.cpp 447 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
448 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
    [all...]
  /external/skia/src/core/
SkImageFilter.cpp 495 SkImageFilter* nonConstThis = const_cast<SkImageFilter*>(this);
496 return SkLocalMatrixImageFilter::Make(matrix, sk_ref_sp<SkImageFilter>(nonConstThis));
SkStream.cpp 319 SkMemoryStream* nonConstThis = const_cast<SkMemoryStream*>(this);
320 const size_t bytesRead = nonConstThis->read(buffer, size);
321 nonConstThis->fOffset = currentOffset;

Completed in 423 milliseconds