Home | History | Annotate | Download | only in i18n

Lines Matching defs:gmtPattern

342     const UChar* gmtPattern = NULL;
352 gmtPattern = resStr;
366 if (gmtPattern == NULL) {
367 gmtPattern = DEFAULT_GMT_PATTERN;
369 initGMTPattern(UnicodeString(TRUE, gmtPattern, -1), status);
2356 TimeZoneFormat::initGMTPattern(const UnicodeString& gmtPattern, UErrorCode& status) {
2361 int32_t idx = gmtPattern.indexOf(ARG0, ARG0_LEN, 0);
2366 fGMTPattern.setTo(gmtPattern);
2367 unquote(gmtPattern.tempSubString(0, idx), fGMTPatternPrefix);
2368 unquote(gmtPattern.tempSubString(idx + ARG0_LEN), fGMTPatternSuffix);