HomeSort by relevance Sort by last modified time
    Searched refs:nonConstThis (Results 1 - 21 of 21) 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;
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...]
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);