Lines Matching refs:fGMTPatternPrefix
445 fGMTPatternPrefix = other.fGMTPatternPrefix;1498 result.setTo(fGMTPatternPrefix);1650 int32_t len = fGMTPatternPrefix.length();1651 if (len > 0 && text.caseCompare(idx, len, fGMTPatternPrefix, 0) != 0) {2265 unquote(gmtPattern.tempSubString(0, idx), fGMTPatternPrefix);