HomeSort by relevance Sort by last modified time
    Searched refs:nonConstThis (Results 1 - 15 of 15) 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);
number_patternmodifier.cpp 147 auto nonConstThis = const_cast<MutablePatternModifier *>(this);
152 nonConstThis->setNumberProperties(fq.isNegative(), copy.getStandardPlural(rules));
154 nonConstThis->setNumberProperties(fq.isNegative(), StandardPlural::Form::COUNT);
163 auto nonConstThis = const_cast<MutablePatternModifier *>(this);
164 int32_t prefixLen = nonConstThis->insertPrefix(output, leftIndex, status);
165 int32_t suffixLen = nonConstThis->insertSuffix(output, rightIndex + prefixLen, status);
174 auto nonConstThis = const_cast<MutablePatternModifier *>(this);
177 nonConstThis->enterCharSequenceMode(true);
179 nonConstThis->exitCharSequenceMode();
186 auto nonConstThis = const_cast<MutablePatternModifier *>(this)
    [all...]
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 391 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
392 nonConstThis->buildTrie(status);
    [all...]
tzgnames.cpp 487 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
490 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
742 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
745 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
    [all...]
digitlst.cpp 485 DigitList *nonConstThis = const_cast<DigitList *>(this);
486 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 168 FrontBufferedStream* nonConstThis = const_cast<FrontBufferedStream*>(this);
169 const size_t bytesRead = nonConstThis->read(dst, size);
170 nonConstThis->fOffset = start;
  /external/skqp/src/utils/
SkFrontBufferedStream.cpp 168 FrontBufferedStream* nonConstThis = const_cast<FrontBufferedStream*>(this);
169 const size_t bytesRead = nonConstThis->read(dst, size);
170 nonConstThis->fOffset = start;
  /external/skia/src/core/
SkImageFilter.cpp 500 SkImageFilter* nonConstThis = const_cast<SkImageFilter*>(this);
501 return SkLocalMatrixImageFilter::Make(matrix, sk_ref_sp<SkImageFilter>(nonConstThis));
SkStream.cpp 346 SkMemoryStream* nonConstThis = const_cast<SkMemoryStream*>(this);
347 const size_t bytesRead = nonConstThis->read(buffer, size);
348 nonConstThis->fOffset = currentOffset;
  /external/skqp/src/core/
SkImageFilter.cpp 500 SkImageFilter* nonConstThis = const_cast<SkImageFilter*>(this);
501 return SkLocalMatrixImageFilter::Make(matrix, sk_ref_sp<SkImageFilter>(nonConstThis));
SkStream.cpp 328 SkMemoryStream* nonConstThis = const_cast<SkMemoryStream*>(this);
329 const size_t bytesRead = nonConstThis->read(buffer, size);
330 nonConstThis->fOffset = currentOffset;
  /external/icu/icu4c/source/common/
locdspnm.cpp 448 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
449 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
    [all...]

Completed in 395 milliseconds