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

  /external/icu4c/i18n/
brktrans.cpp 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this;
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
chnsecal.cpp 287 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const
311 nonConstThis->computeGregorianFields(julianDay, status);
316 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
325 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
326 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 373 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
374 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
    [all...]
tznames_impl.cpp 312 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
313 nonConstThis->buildTrie(status);
1016 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1020 znames = nonConstThis->loadMetaZoneNames(mzID);
1041 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1045 tznames = nonConstThis->loadTimeZoneNames(tzID);
1062 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this);
1066 tznames = nonConstThis->loadTimeZoneNames(tzID);
    [all...]
tzgnames.cpp 505 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
508 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
770 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this);
773 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
    [all...]
  /external/skia/src/gpu/
GrTexture.cpp 27 GrTexture* nonConstThis = const_cast<GrTexture *>(this);
30 nonConstThis->resetFlag((GrTextureFlags) kReturnToCache_FlagBit);
31 nonConstThis->INHERITED::getContext()->addExistingTextureToCache(nonConstThis);
  /external/icu4c/common/
rbbi.cpp     [all...]

Completed in 301 milliseconds