Searched refs:fGMTPatternSuffix (Results 1 – 5 of 5) sorted by relevance
464 fGMTPatternSuffix = other.fGMTPatternSuffix; in operator =()1636 result.append(fGMTPatternSuffix); in formatOffsetLocalizedGMT()1778 len = fGMTPatternSuffix.length(); in parseOffsetLocalizedGMTPattern()1779 if (len > 0 && text.caseCompare(idx, len, fGMTPatternSuffix, 0) != 0) { in parseOffsetLocalizedGMTPattern()2402 unquote(gmtPattern.tempSubString(idx + ARG0_LEN), fGMTPatternSuffix); in initGMTPattern()
706 UnicodeString fGMTPatternSuffix; /* Substring after {0} */ variable