Searched refs:nonConstThis (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dbrktrans.cpp87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this; local
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
H A Duspoof_impl.cpp422 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this); local
425 returnIdInfo = nonConstThis->fCachedIdentifierInfo;
426 nonConstThis->fCachedIdentifierInfo = NULL;
444 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this); local
447 if (nonConstThis->fCachedIdentifierInfo == NULL) {
448 nonConstThis->fCachedIdentifierInfo = idInfo;
H A Dtznames_impl.cpp317 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); local
318 nonConstThis->buildTrie(status);
1055 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1059 znames = nonConstThis->loadMetaZoneNames(mzID);
1080 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1084 tznames = nonConstThis->loadTimeZoneNames(tzID);
1102 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1106 tznames = nonConstThis->loadTimeZoneNames(tzID);
1286 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1321 nonConstThis
[all...]
H A Dchnsecal.cpp320 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const local
344 nonConstThis->computeGregorianFields(julianDay, status);
349 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
358 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
359 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
H A Dtzgnames.cpp498 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); local
501 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
761 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); local
764 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
1033 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); local
1076 nonConstThis->loadStrings(*tzID);
1084 nonConstThis->fGNamesTrieFullyLoaded = TRUE;
H A Ddigitlst.cpp483 DigitList *nonConstThis = const_cast<DigitList *>(this);
484 nonConstThis->internalSetDouble(tDouble);
H A Dgregocal.cpp533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const local
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;
H A Dlocdspnm.cpp377 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this; local
378 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
H A Dtzfmt.cpp1308 TimeZoneFormat *nonConstThis = const_cast<TimeZoneFormat *>(this);
1309 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status);
/external/icu/icu4c/source/i18n/
H A Dbrktrans.cpp87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this; local
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
H A Duspoof_impl.cpp422 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this); local
425 returnIdInfo = nonConstThis->fCachedIdentifierInfo;
426 nonConstThis->fCachedIdentifierInfo = NULL;
444 SpoofImpl *nonConstThis = const_cast<SpoofImpl *>(this); local
447 if (nonConstThis->fCachedIdentifierInfo == NULL) {
448 nonConstThis->fCachedIdentifierInfo = idInfo;
H A Dtznames_impl.cpp317 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); local
318 nonConstThis->buildTrie(status);
1055 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1059 znames = nonConstThis->loadMetaZoneNames(mzID);
1080 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1084 tznames = nonConstThis->loadTimeZoneNames(tzID);
1102 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1106 tznames = nonConstThis->loadTimeZoneNames(tzID);
1286 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); local
1321 nonConstThis
[all...]
H A Dchnsecal.cpp320 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const local
344 nonConstThis->computeGregorianFields(julianDay, status);
349 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
358 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
359 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
H A Dtzgnames.cpp498 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); local
501 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
761 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); local
764 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
1033 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); local
1076 nonConstThis->loadStrings(*tzID);
1084 nonConstThis->fGNamesTrieFullyLoaded = TRUE;
H A Ddigitlst.cpp479 DigitList *nonConstThis = const_cast<DigitList *>(this);
480 nonConstThis->internalSetDouble(tDouble);
H A Dgregocal.cpp533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const local
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;
H A Dlocdspnm.cpp380 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this; local
381 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
H A Dtzfmt.cpp1308 TimeZoneFormat *nonConstThis = const_cast<TimeZoneFormat *>(this);
1309 nonConstThis->fTimeZoneGenericNames = TimeZoneGenericNames::createInstance(fLocale, status);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTexture.cpp31 GrTexture* nonConstThis = const_cast<GrTexture *>(this); local
34 nonConstThis->impl()->resetFlag((GrTextureFlags) GrTextureImpl::kReturnToCache_FlagBit);
35 nonConstThis->INHERITED::getContext()->addExistingTextureToCache(nonConstThis);
/external/skia/src/gpu/
H A DGrTexture.cpp31 GrTexture* nonConstThis = const_cast<GrTexture *>(this); local
34 nonConstThis->impl()->resetFlag((GrTextureFlags) GrTextureImpl::kReturnToCache_FlagBit);
35 nonConstThis->INHERITED::getContext()->addExistingTextureToCache(nonConstThis);
/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp1459 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; local
1460 nonConstThis->makeRuleStatusValid();
1481 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; local
1482 nonConstThis->makeRuleStatusValid();
/external/icu/icu4c/source/common/
H A Drbbi.cpp1459 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; local
1460 nonConstThis->makeRuleStatusValid();
1481 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; local
1482 nonConstThis->makeRuleStatusValid();

Completed in 4282 milliseconds