Home
last modified time | relevance | path

Searched refs:nonConstThis (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/i18n/
Dtznames_impl.cpp313 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); in search() local
314 nonConstThis->buildTrie(status); in search()
1107 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getMetaZoneDisplayName() local
1109 umtx_lock(&nonConstThis->fLock); in getMetaZoneDisplayName()
1111 znames = nonConstThis->loadMetaZoneNames(mzID); in getMetaZoneDisplayName()
1113 umtx_unlock(&nonConstThis->fLock); in getMetaZoneDisplayName()
1132 TimeZoneNamesImpl *nonConstThis = const_cast<TimeZoneNamesImpl *>(this); in getTimeZoneDisplayName() local
1134 umtx_lock(&nonConstThis->fLock); in getTimeZoneDisplayName()
1136 tznames = nonConstThis->loadTimeZoneNames(tzID); in getTimeZoneDisplayName()
1138 umtx_unlock(&nonConstThis->fLock); in getTimeZoneDisplayName()
[all …]
Dtzgnames.cpp443 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); in getGenericLocationName() local
444 umtx_lock(&nonConstThis->fLock); in getGenericLocationName()
446 locname = nonConstThis->getGenericLocationName(tzCanonicalID); in getGenericLocationName()
448 umtx_unlock(&nonConstThis->fLock); in getGenericLocationName()
705 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); in getPartialLocationName() local
706 umtx_lock(&nonConstThis->fLock); in getPartialLocationName()
708 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName); in getPartialLocationName()
710 umtx_unlock(&nonConstThis->fLock); in getPartialLocationName()
959 TimeZoneGenericNames *nonConstThis = const_cast<TimeZoneGenericNames *>(this); in findLocal() local
961 umtx_lock(&nonConstThis->fLock); in findLocal()
[all …]
Ddigitlst.cpp413 DigitList *nonConstThis = const_cast<DigitList *>(this); in getDouble() local
425 nonConstThis->fDouble = 0.0; in getDouble()
427 nonConstThis->fDouble /= -1; in getDouble()
434 nonConstThis->fDouble = INFINITY; in getDouble()
437 nonConstThis->fDouble = std::numeric_limits<double>::infinity(); in getDouble()
439 nonConstThis->fDouble = std::numeric_limits<double>::max(); in getDouble()
445 nonConstThis->fDouble = -fDouble; in getDouble()
474 nonConstThis->fDouble = uprv_strtod(s, &end); in getDouble()
476 nonConstThis->fHaveDouble = TRUE; in getDouble()
Dbrktrans.cpp87 BreakTransliterator *nonConstThis = (BreakTransliterator *)this; in handleTransliterate() local
88 nonConstThis->getBreakIterator(); // Lazy-create it if necessary in handleTransliterate()
Dchnsecal.cpp288 ChineseCalendar *nonConstThis = (ChineseCalendar*)this; // cast away const in handleComputeMonthStart() local
312 nonConstThis->computeGregorianFields(julianDay, status); in handleComputeMonthStart()
317 nonConstThis->computeChineseFields(newMoon, getGregorianYear(), in handleComputeMonthStart()
326 nonConstThis->internalSet(UCAL_MONTH, saveMonth); in handleComputeMonthStart()
327 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth); in handleComputeMonthStart()
Dtzfmt.cpp105 TimeZoneFormatImpl *nonConstThis = const_cast<TimeZoneFormatImpl *>(this); in getTimeZoneGenericNames() local
106 umtx_lock(&nonConstThis->fLock); in getTimeZoneGenericNames()
109 nonConstThis->fTimeZoneGenericNames = new TimeZoneGenericNames(fLocale, status); in getTimeZoneGenericNames()
115 umtx_unlock(&nonConstThis->fLock); in getTimeZoneGenericNames()
Dgregocal.cpp533 GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const in handleComputeMonthStart() local
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear); in handleComputeMonthStart()
551 nonConstThis->fIsGregorian = !fIsGregorian; in handleComputeMonthStart()
Dlocdspnm.cpp314 LocaleDisplayNamesImpl *nonConstThis = (LocaleDisplayNamesImpl *)this; in LocaleDisplayNamesImpl() local
315 nonConstThis->locale = langData.getLocale() == Locale::getRoot() in LocaleDisplayNamesImpl()
/external/icu4c/common/
Drbbi.cpp1419 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; in getRuleStatus() local
1420 nonConstThis->makeRuleStatusValid(); in getRuleStatus()
1441 RuleBasedBreakIterator *nonConstThis = (RuleBasedBreakIterator *)this; in getRuleStatusVec() local
1442 nonConstThis->makeRuleStatusValid(); in getRuleStatusVec()