Searched refs:fGMTPatternSuffix (Results 1 – 2 of 2) sorted by relevance
454 fGMTPatternSuffix = other.fGMTPatternSuffix; in operator =()1627 result.append(fGMTPatternSuffix); in formatOffsetLocalizedGMT()1769 len = fGMTPatternSuffix.length(); in parseOffsetLocalizedGMTPattern()1770 if (len > 0 && text.caseCompare(idx, len, fGMTPatternSuffix, 0) != 0) { in parseOffsetLocalizedGMTPattern()2370 unquote(gmtPattern.tempSubString(idx + ARG0_LEN), fGMTPatternSuffix); in initGMTPattern()
704 UnicodeString fGMTPatternSuffix; /* Substring after {0} */ variable