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

  /external/chromium/third_party/icu/source/i18n/
brktrans.cpp 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this;
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
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...]
  /external/icu4c/i18n/
brktrans.cpp 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this;
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
digitlst.cpp 389 DigitList *nonConstThis = const_cast<DigitList *>(this);
401 nonConstThis->fDouble = 0.0;
403 nonConstThis->fDouble /= -1;
408 nonConstThis->fDouble = INFINITY;
411 nonConstThis->fDouble = std::numeric_limits<double>::infinity();
413 nonConstThis->fDouble = std::numeric_limits<double>::max();
419 nonConstThis->fDouble = -fDouble;
448 nonConstThis->fDouble = uprv_strtod(s, &end);
450 nonConstThis->fHaveDouble = TRUE;
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);
locdspnm.cpp 318 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
319 nonConstThis->locale = langData.getLocale() == Locale::getRoot()
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/chromium/third_party/icu/source/common/
rbbi.cpp     [all...]
  /external/icu4c/common/
rbbi.cpp     [all...]

Completed in 445 milliseconds