Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtzfmt.cpp287 fGMTZeroFormat.setTo(TRUE, resStr, len); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
381 fGMTZeroFormat = other.fGMTZeroFormat; in operator =()
398 && fGMTZeroFormat == tzfmt->fGMTZeroFormat in operator ==()
525 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat()
533 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat()
534 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat()
1083 result.setTo(fGMTZeroFormat); in formatOffsetLocalizedGMT()
1305 if (text.caseCompare(start, fGMTZeroFormat.length(), fGMTZeroFormat, 0) == 0) { in parseOffsetLocalizedGMT()
1306 pos.setIndex(start + fGMTZeroFormat.length()); in parseOffsetLocalizedGMT()
/external/icu4c/i18n/unicode/
Dtzfmt.h553 UnicodeString fGMTZeroFormat; variable