/third_party/icu/icu4c/source/i18n/ |
H A D | brktrans.cpp | 83 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this); in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 85 bi = std::move(nonConstThis->cachedBI); in handleTransliterate() 148 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this); in handleTransliterate() local 149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate() 150 nonConstThis->cachedBI = std::move(bi); in handleTransliterate() 152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate() 153 nonConstThis->cachedBoundaries = std::move(boundaries); in handleTransliterate()
|
H A D | number_patternmodifier.cpp | 178 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in processQuantity() local 181 nonConstThis->setNumberProperties(fq.signum(), pluralForm); in processQuantity() 183 nonConstThis->setNumberProperties(fq.signum(), StandardPlural::Form::COUNT); in processQuantity() 192 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in apply() local 193 int32_t prefixLen = nonConstThis->insertPrefix(output, leftIndex, status); in apply() 194 int32_t suffixLen = nonConstThis->insertSuffix(output, rightIndex + prefixLen, status); in apply() 221 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in getPrefixLength() local 225 nonConstThis->prepareAffix(true); in getPrefixLength() 233 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in getCodePointCount() local 237 nonConstThis in getCodePointCount() [all...] |
H A D | tznames_impl.cpp | 403 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); in search() local 404 nonConstThis->buildTrie(status); in search() 1219 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getMetaZoneDisplayName() local 1224 znames = nonConstThis->loadMetaZoneNames(mzID, status); in getMetaZoneDisplayName() 1245 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getTimeZoneDisplayName() local 1250 tznames = nonConstThis->loadTimeZoneNames(tzID, status); in getTimeZoneDisplayName() 1268 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getExemplarLocationName() local 1273 tznames = nonConstThis->loadTimeZoneNames(tzID, status); in getExemplarLocationName() 1372 TimeZoneNamesImpl* nonConstThis = const_cast<TimeZoneNamesImpl*>(this); in find() local 1390 nonConstThis in find() 1617 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl*>(this); getDisplayNames() local [all...] |
H A D | chnsecal.cpp | 325 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const in handleComputeMonthStart() local 349 nonConstThis->computeGregorianFields(julianDay, status); in handleComputeMonthStart() 354 nonConstThis->computeChineseFields(newMoon, getGregorianYear(), in handleComputeMonthStart() 363 nonConstThis->internalSet(UCAL_MONTH, saveMonth); in handleComputeMonthStart() 364 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart()
|
H A D | tzgnames.cpp | 490 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getGenericLocationName() local 493 locname = nonConstThis->getGenericLocationName(tzCanonicalID); in getGenericLocationName() 745 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getPartialLocationName() local 748 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName); in getPartialLocationName() 1011 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in findLocal() local 1054 nonConstThis->loadStrings(*tzID); in findLocal() 1062 nonConstThis->fGNamesTrieFullyLoaded = true; in findLocal()
|
H A D | numrange_fluent.cpp | 368 auto* nonConstThis = const_cast<LocalizedNumberRangeFormatter*>(this); in getFormatter() local 369 if (!nonConstThis->fAtomicFormatter.compare_exchange_strong(ptr, temp)) { in getFormatter()
|
H A D | gregocal.cpp | 535 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const in handleComputeMonthStart() local 547 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear); in handleComputeMonthStart() 553 nonConstThis->fIsGregorian = !fIsGregorian; in handleComputeMonthStart()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | brktrans.cpp | 83 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this); in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 85 bi = std::move(nonConstThis->cachedBI); in handleTransliterate() 148 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this); in handleTransliterate() local 149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate() 150 nonConstThis->cachedBI = std::move(bi); in handleTransliterate() 152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate() 153 nonConstThis->cachedBoundaries = std::move(boundaries); in handleTransliterate()
|
H A D | number_patternmodifier.cpp | 179 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in processQuantity() local 182 nonConstThis->setNumberProperties(fq.signum(), pluralForm); in processQuantity() 184 nonConstThis->setNumberProperties(fq.signum(), StandardPlural::Form::COUNT); in processQuantity() 193 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in apply() local 194 int32_t prefixLen = nonConstThis->insertPrefix(output, leftIndex, status); in apply() 195 int32_t suffixLen = nonConstThis->insertSuffix(output, rightIndex + prefixLen, status); in apply() 222 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in getPrefixLength() local 226 nonConstThis->prepareAffix(true); in getPrefixLength() 234 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in getCodePointCount() local 238 nonConstThis in getCodePointCount() [all...] |
H A D | chnsecal.cpp | 328 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const in handleComputeMonthStart() local 353 nonConstThis->computeGregorianFields(julianDay, status); in handleComputeMonthStart() 358 nonConstThis->computeChineseFields(newMoon, getGregorianYear(), in handleComputeMonthStart() 367 nonConstThis->internalSet(UCAL_MONTH, saveMonth); in handleComputeMonthStart() 368 nonConstThis->internalSet(UCAL_ORDINAL_MONTH, saveOrdinalMonth); in handleComputeMonthStart() 369 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart() 989 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const in internalGetMonth() local 990 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, temp->get(UCAL_IS_LEAP_MONTH, status)); in internalGetMonth() 994 nonConstThis->internalSet(UCAL_MONTH, month); in internalGetMonth()
|
H A D | tznames_impl.cpp | 403 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); in search() local 404 nonConstThis->buildTrie(status); in search() 1215 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getMetaZoneDisplayName() local 1220 znames = nonConstThis->loadMetaZoneNames(mzID, status); in getMetaZoneDisplayName() 1241 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getTimeZoneDisplayName() local 1246 tznames = nonConstThis->loadTimeZoneNames(tzID, status); in getTimeZoneDisplayName() 1264 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getExemplarLocationName() local 1269 tznames = nonConstThis->loadTimeZoneNames(tzID, status); in getExemplarLocationName() 1357 TimeZoneNamesImpl* nonConstThis = const_cast<TimeZoneNamesImpl*>(this); in find() local 1375 nonConstThis in find() 1602 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl*>(this); getDisplayNames() local [all...] |
H A D | tzgnames.cpp | 490 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getGenericLocationName() local 493 locname = nonConstThis->getGenericLocationName(tzCanonicalID); in getGenericLocationName() 745 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getPartialLocationName() local 748 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName); in getPartialLocationName() 1011 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in findLocal() local 1054 nonConstThis->loadStrings(*tzID); in findLocal() 1062 nonConstThis->fGNamesTrieFullyLoaded = true; in findLocal()
|
H A D | hebrwcal.cpp | 777 HebrewCalendar *nonConstThis = (HebrewCalendar*)this; // cast away const in internalGetMonth() local 779 int32_t year = nonConstThis->handleGetExtendedYear(); in internalGetMonth()
|
H A D | numrange_fluent.cpp | 368 auto* nonConstThis = const_cast<LocalizedNumberRangeFormatter*>(this); in getFormatter() local 369 if (!nonConstThis->fAtomicFormatter.compare_exchange_strong(ptr, temp)) { in getFormatter()
|
H A D | gregocal.cpp | 537 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const in handleComputeMonthStart() local 549 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear); in handleComputeMonthStart() 555 nonConstThis->fIsGregorian = !fIsGregorian; in handleComputeMonthStart()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | brktrans.cpp | 83 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this); in handleTransliterate() local 84 boundaries = std::move(nonConstThis->cachedBoundaries); in handleTransliterate() 85 bi = std::move(nonConstThis->cachedBI); in handleTransliterate() 148 BreakTransliterator *nonConstThis = const_cast<BreakTransliterator *>(this); in handleTransliterate() local 149 if (nonConstThis->cachedBI.isNull()) { in handleTransliterate() 150 nonConstThis->cachedBI = std::move(bi); in handleTransliterate() 152 if (nonConstThis->cachedBoundaries.isNull()) { in handleTransliterate() 153 nonConstThis->cachedBoundaries = std::move(boundaries); in handleTransliterate()
|
H A D | number_patternmodifier.cpp | 174 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in processQuantity() local 177 nonConstThis->setNumberProperties(fq.signum(), pluralForm); in processQuantity() 179 nonConstThis->setNumberProperties(fq.signum(), StandardPlural::Form::COUNT); in processQuantity() 188 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in apply() local 189 int32_t prefixLen = nonConstThis->insertPrefix(output, leftIndex, status); in apply() 190 int32_t suffixLen = nonConstThis->insertSuffix(output, rightIndex + prefixLen, status); in apply() 217 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in getPrefixLength() local 221 nonConstThis->prepareAffix(true); in getPrefixLength() 229 auto nonConstThis = const_cast<MutablePatternModifier*>(this); in getCodePointCount() local 233 nonConstThis in getCodePointCount() [all...] |
H A D | tznames_impl.cpp | 395 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); in search() local 396 nonConstThis->buildTrie(status); in search() 1214 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getMetaZoneDisplayName() local 1219 znames = nonConstThis->loadMetaZoneNames(mzID, status); in getMetaZoneDisplayName() 1240 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getTimeZoneDisplayName() local 1245 tznames = nonConstThis->loadTimeZoneNames(tzID, status); in getTimeZoneDisplayName() 1263 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getExemplarLocationName() local 1268 tznames = nonConstThis->loadTimeZoneNames(tzID, status); in getExemplarLocationName() 1356 TimeZoneNamesImpl* nonConstThis = const_cast<TimeZoneNamesImpl*>(this); in find() local 1374 nonConstThis in find() 1601 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl*>(this); getDisplayNames() local [all...] |
H A D | chnsecal.cpp | 325 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const in handleComputeMonthStart() local 349 nonConstThis->computeGregorianFields(julianDay, status); in handleComputeMonthStart() 354 nonConstThis->computeChineseFields(newMoon, getGregorianYear(), in handleComputeMonthStart() 363 nonConstThis->internalSet(UCAL_MONTH, saveMonth); in handleComputeMonthStart() 364 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart()
|
H A D | tzgnames.cpp | 493 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getGenericLocationName() local 496 locname = nonConstThis->getGenericLocationName(tzCanonicalID); in getGenericLocationName() 748 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in getPartialLocationName() local 751 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName); in getPartialLocationName() 1014 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); in findLocal() local 1057 nonConstThis->loadStrings(*tzID); in findLocal() 1065 nonConstThis->fGNamesTrieFullyLoaded = TRUE; in findLocal()
|
H A D | numrange_fluent.cpp | 367 auto* nonConstThis = const_cast<LocalizedNumberRangeFormatter*>(this); in getFormatter() local 368 if (!nonConstThis->fAtomicFormatter.compare_exchange_strong(ptr, temp)) { in getFormatter()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandPool.cpp | 101 GrVkCommandPool* nonConstThis = const_cast<GrVkCommandPool*>(this); in freeGPUData() local 102 nonConstThis->close(); in freeGPUData() 103 nonConstThis->releaseResources(); in freeGPUData()
|
H A D | GrVkFramebuffer.cpp | 101 GrVkFramebuffer* nonConstThis = const_cast<GrVkFramebuffer*>(this); in freeGPUData() local 102 nonConstThis->releaseResources(); in freeGPUData()
|
/third_party/skia/client_utils/android/ |
H A D | FrontBufferedStream.cpp | 196 FrontBufferedStream* nonConstThis = const_cast<FrontBufferedStream*>(this); in peek() local 197 const size_t bytesRead = nonConstThis->read(dst, size); in peek() 198 nonConstThis->fOffset = start; in peek()
|
/third_party/skia/src/core/ |
H A D | SkStream.cpp | 352 SkMemoryStream* nonConstThis = const_cast<SkMemoryStream*>(this); in peek() local 353 const size_t bytesRead = nonConstThis->read(buffer, size); in peek() 354 nonConstThis->fOffset = currentOffset; in peek()
|