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

  /external/chromium_org/third_party/icu/source/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;
chnsecal.cpp 320 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const
344 nonConstThis->computeGregorianFields(julianDay, status);
349 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
358 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
359 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
gregocal.cpp 533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;
    [all...]
locdspnm.cpp 377 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
378 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
    [all...]
tzgnames.cpp 498 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
501 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
761 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
764 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
    [all...]
tznames_impl.cpp 317 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
318 nonConstThis->buildTrie(status);
1055 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1059 znames = nonConstThis->loadMetaZoneNames(mzID);
1080 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1084 tznames = nonConstThis->loadTimeZoneNames(tzID);
1102 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1106 tznames = nonConstThis->loadTimeZoneNames(tzID);
    [all...]
  /external/icu/icu4c/source/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;
chnsecal.cpp 320 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const
344 nonConstThis->computeGregorianFields(julianDay, status);
349 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
358 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
359 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
gregocal.cpp 533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;
    [all...]
locdspnm.cpp 380 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
381 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
    [all...]
tzgnames.cpp 498 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
501 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
761 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
764 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
    [all...]
tznames_impl.cpp 317 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
318 nonConstThis->buildTrie(status);
1055 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1059 znames = nonConstThis->loadMetaZoneNames(mzID);
1080 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1084 tznames = nonConstThis->loadTimeZoneNames(tzID);
1102 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1106 tznames = nonConstThis->loadTimeZoneNames(tzID);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 31 GrTexture* nonConstThis = const_cast<GrTexture *>(this);
34 nonConstThis->impl()->resetFlag((GrTextureFlags) GrTextureImpl::kReturnToCache_FlagBit);
35 nonConstThis->INHERITED::getContext()->addExistingTextureToCache(nonConstThis);
  /external/skia/src/gpu/
GrTexture.cpp 31 GrTexture* nonConstThis = const_cast<GrTexture *>(this);
34 nonConstThis->impl()->resetFlag((GrTextureFlags) GrTextureImpl::kReturnToCache_FlagBit);
35 nonConstThis->INHERITED::getContext()->addExistingTextureToCache(nonConstThis);
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp     [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp     [all...]

Completed in 595 milliseconds