Searched refs:fGMTPatternSuffix (Results 1 – 2 of 2) sorted by relevance
693 UnicodeString fGMTPatternSuffix; /* Substring after {0} */ variable
447 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()