Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbtz.cpp58 fHistoricTransitions(NULL), fUpToDate(FALSE) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
63 fHistoricTransitions(NULL), fUpToDate(FALSE) { in RuleBasedTimeZone()
66 if (source.fUpToDate) { in RuleBasedTimeZone()
86 fUpToDate = FALSE; in operator =()
146 fUpToDate = FALSE; in addTransitionRule()
157 if (!fUpToDate) { in completeConst()
169 if (fUpToDate) { in complete()
345 fUpToDate = TRUE; in complete()
356 fUpToDate = FALSE; in complete()
427 if (!fUpToDate) { in getOffsetInternal()
/external/icu/icu4c/source/i18n/unicode/
Drbtz.h328 UBool fUpToDate; variable