Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp362 fGMTZeroFormat.setTo(TRUE, resStr, len); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
469 fGMTZeroFormat = other.fGMTZeroFormat; in operator =()
486 && fGMTZeroFormat == tzfmt->fGMTZeroFormat in operator ==()
631 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat()
639 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat()
640 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat()
1566 result.setTo(fGMTZeroFormat); in formatOffsetLocalizedGMT()
1730 if (text.caseCompare(start, fGMTZeroFormat.length(), fGMTZeroFormat, 0) == 0) { in parseOffsetLocalizedGMT()
1731 pos.setIndex(start + fGMTZeroFormat.length()); in parseOffsetLocalizedGMT()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h697 UnicodeString fGMTZeroFormat; variable