Searched defs:gmtZeroFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp61 static const char gGmtZeroFormatTag[] = "gmtZeroFormat";
618 TimeZoneFormat::getGMTZeroFormat(UnicodeString& gmtZeroFormat) const {
619 return gmtZeroFormat.setTo(fGMTZeroFormat);
623 TimeZoneFormat::setGMTZeroFormat(const UnicodeString& gmtZeroFormat, UErrorCode& status) { argument
625 if (gmtZeroFormat.isEmpty()) {
627 } else if (gmtZeroFormat != fGMTZeroFormat) {
628 fGMTZeroFormat.setTo(gmtZeroFormat);
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp61 static const char gGmtZeroFormatTag[] = "gmtZeroFormat";
618 TimeZoneFormat::getGMTZeroFormat(UnicodeString& gmtZeroFormat) const {
619 return gmtZeroFormat.setTo(fGMTZeroFormat);
623 TimeZoneFormat::setGMTZeroFormat(const UnicodeString& gmtZeroFormat, UErrorCode& status) { argument
625 if (gmtZeroFormat.isEmpty()) {
627 } else if (gmtZeroFormat != fGMTZeroFormat) {
628 fGMTZeroFormat.setTo(gmtZeroFormat);

Completed in 129 milliseconds