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