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

  /external/icu4c/i18n/
brktrans.cpp 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this;
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
locdspnm.cpp 314 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
315 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
chnsecal.cpp 288 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const
312 nonConstThis->computeGregorianFields(julianDay, status);
317 nonConstThis->computeChineseFields(newMoon, getGregorianYear(),
326 nonConstThis->internalSet(UCAL_MONTH, saveMonth);
327 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...]
zstrfmt.cpp 401 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
402 nonConstThis->buildTrie(status);
    [all...]
  /external/icu4c/common/
rbbi.cpp     [all...]

Completed in 640 milliseconds