Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp358 fGMTZeroFormat.setTo(TRUE, resStr, len); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
465 fGMTZeroFormat = other.fGMTZeroFormat; in operator =()
482 && fGMTZeroFormat == tzfmt->fGMTZeroFormat in operator ==()
627 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat()
635 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat()
636 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat()
1562 result.setTo(fGMTZeroFormat); in formatOffsetLocalizedGMT()
1726 if (text.caseCompare(start, fGMTZeroFormat.length(), fGMTZeroFormat, 0) == 0) { in parseOffsetLocalizedGMT()
1727 pos.setIndex(start + fGMTZeroFormat.length()); in parseOffsetLocalizedGMT()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h697 UnicodeString fGMTZeroFormat; variable