Home | History | Annotate | Download | only in i18n

Lines Matching refs:gmtPattern

341     const UChar* gmtPattern = NULL;
351 gmtPattern = resStr;
365 if (gmtPattern == NULL) {
366 gmtPattern = DEFAULT_GMT_PATTERN;
368 initGMTPattern(UnicodeString(gmtPattern, -1), status);
2260 TimeZoneFormat::initGMTPattern(const UnicodeString& gmtPattern, UErrorCode& status) {
2265 int32_t idx = gmtPattern.indexOf(ARG0, ARG0_LEN, 0);
2270 fGMTPattern.setTo(gmtPattern);
2271 unquote(gmtPattern.tempSubString(0, idx), fGMTPatternPrefix);
2272 unquote(gmtPattern.tempSubString(idx + ARG0_LEN), fGMTPatternSuffix);