Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h693 UnicodeString fGMTPatternSuffix; /* Substring after {0} */ variable
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp447 fGMTPatternSuffix = other.fGMTPatternSuffix; in operator =()
1529 result.append(fGMTPatternSuffix); in formatOffsetLocalizedGMT()
1671 len = fGMTPatternSuffix.length(); in parseOffsetLocalizedGMTPattern()
1672 if (len > 0 && text.caseCompare(idx, len, fGMTPatternSuffix, 0) != 0) { in parseOffsetLocalizedGMTPattern()
2272 unquote(gmtPattern.tempSubString(idx + ARG0_LEN), fGMTPatternSuffix); in initGMTPattern()