Home
last modified time | relevance | path

Searched refs:fUpToDate (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbtz.cpp56 fHistoricTransitions(NULL), fUpToDate(FALSE) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
61 fHistoricTransitions(NULL), fUpToDate(FALSE) { in RuleBasedTimeZone()
64 if (source.fUpToDate) { in RuleBasedTimeZone()
84 fUpToDate = FALSE; in operator =()
144 fUpToDate = FALSE; in addTransitionRule()
155 if (!fUpToDate) { in completeConst()
167 if (fUpToDate) { in complete()
343 fUpToDate = TRUE; in complete()
354 fUpToDate = FALSE; in complete()
425 if (!fUpToDate) { in getOffsetInternal()
/external/icu/icu4c/source/i18n/unicode/
Drbtz.h326 UBool fUpToDate; variable