Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp356 fGMTZeroFormat.setTo(TRUE, resStr, len); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
463 fGMTZeroFormat = other.fGMTZeroFormat; in operator =()
480 && fGMTZeroFormat == tzfmt->fGMTZeroFormat in operator ==()
625 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat()
633 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat()
634 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat()
1560 result.setTo(fGMTZeroFormat); in formatOffsetLocalizedGMT()
1724 if (text.caseCompare(start, fGMTZeroFormat.length(), fGMTZeroFormat, 0) == 0) { in parseOffsetLocalizedGMT()
1725 pos.setIndex(start + fGMTZeroFormat.length()); in parseOffsetLocalizedGMT()
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h695 UnicodeString fGMTZeroFormat; variable