Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp355 fGMTZeroFormat.setTo(TRUE, resStr, len); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
457 fGMTZeroFormat = other.fGMTZeroFormat; in operator =()
474 && fGMTZeroFormat == tzfmt->fGMTZeroFormat in operator ==()
619 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat()
627 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat()
628 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat()
1464 result.setTo(fGMTZeroFormat); in formatOffsetLocalizedGMT()
1628 if (text.caseCompare(start, fGMTZeroFormat.length(), fGMTZeroFormat, 0) == 0) { in parseOffsetLocalizedGMT()
1629 pos.setIndex(start + fGMTZeroFormat.length()); in parseOffsetLocalizedGMT()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h686 UnicodeString fGMTZeroFormat; variable