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

  /external/icu4c/i18n/
brktrans.cpp 87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this;
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary
tznames_impl.cpp 313 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this);
314 nonConstThis->buildTrie(status);
    [all...]
tzgnames.cpp 443 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this);
444 umtx_lock(&nonConstThis->fLock);
446 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
448 umtx_unlock(&nonConstThis->fLock);
705 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this);
706 umtx_lock(&nonConstThis->fLock);
708 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
710 umtx_unlock(&nonConstThis->fLock);
    [all...]
digitlst.cpp 413 DigitList *nonConstThis = const_cast<DigitList *>(this);
425 nonConstThis->fDouble = 0.0;
427 nonConstThis->fDouble /= -1;
434 nonConstThis->fDouble = INFINITY;
437 nonConstThis->fDouble = std::numeric_limits<double>::infinity();
439 nonConstThis->fDouble = std::numeric_limits<double>::max();
445 nonConstThis->fDouble = -fDouble;
474 nonConstThis->fDouble = uprv_strtod(s, &end);
476 nonConstThis->fHaveDouble = TRUE;
tzfmt.cpp 105 TimeZoneFormatImpl *nonConstThis = const_cast<TimeZoneFormatImpl *>(this);
106 umtx_lock(&nonConstThis->fLock);
109 nonConstThis->fTimeZoneGenericNames = new TimeZoneGenericNames(fLocale, status);
115 umtx_unlock(&nonConstThis->fLock);
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 314 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this;
315 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...]
  /external/icu4c/common/
rbbi.cpp     [all...]

Completed in 205 milliseconds