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