Searched refs:fGMTPatternSuffix (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzfmt.h702 UnicodeString fGMTPatternSuffix; /* Substring after {0} */ member in class:TimeZoneFormat
/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h693 UnicodeString fGMTPatternSuffix; /* Substring after {0} */ member in class:TimeZoneFormat
/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp447 fGMTPatternSuffix = other.fGMTPatternSuffix;
1529 result.append(fGMTPatternSuffix);
1671 len = fGMTPatternSuffix.length();
1672 if (len > 0 && text.caseCompare(idx, len, fGMTPatternSuffix, 0) != 0) {
2272 unquote(gmtPattern.tempSubString(idx + ARG0_LEN), fGMTPatternSuffix);
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp447 fGMTPatternSuffix = other.fGMTPatternSuffix;
1529 result.append(fGMTPatternSuffix);
1671 len = fGMTPatternSuffix.length();
1672 if (len > 0 && text.caseCompare(idx, len, fGMTPatternSuffix, 0) != 0) {
2272 unquote(gmtPattern.tempSubString(idx + ARG0_LEN), fGMTPatternSuffix);

Completed in 208 milliseconds