Home
last modified time | relevance | path

Searched refs:gmtZeroFormat (Results 1 – 25 of 124) sorted by relevance

12345

/external/icu/icu4c/source/data/zone/
Dmgo.txt8 gmtZeroFormat{"GMT"}
Djgo.txt8 gmtZeroFormat{"GMT"}
Dmzn.txt8 gmtZeroFormat{"GMT"}
Dos.txt48 gmtZeroFormat{"GMT"}
Dtt.txt57 gmtZeroFormat{"GMT"}
Dtg.txt60 gmtZeroFormat{"GMT"}
Dse.txt59 gmtZeroFormat{"UTC"}
Droot.txt110 gmtZeroFormat{"GMT"}
Dwo.txt60 gmtZeroFormat{"GMT"}
Dkea.txt94 gmtZeroFormat{"GMT"}
Dmi.txt189 gmtZeroFormat{"GMT"}
Ddz.txt541 gmtZeroFormat{"ཇི་ཨེམ་ཊི་"}
Dkok.txt642 gmtZeroFormat{"GMT"}
Duz_Cyrl.txt676 gmtZeroFormat{"GMT"}
Dia.txt743 gmtZeroFormat{"GMT"}
Dmt.txt1193 gmtZeroFormat{"GMT"}
Dam.txt1898 gmtZeroFormat{"ጂ ኤም ቲ"}
Dbe.txt1883 gmtZeroFormat{"GMT"}
Dhy.txt1883 gmtZeroFormat{"GMT"}
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h414 UnicodeString& getGMTZeroFormat(UnicodeString& gmtZeroFormat) const;
423 void setGMTZeroFormat(const UnicodeString& gmtZeroFormat, UErrorCode& status);
/external/cldr/tools/java/org/unicode/cldr/util/data/paths/
DmissingOk.txt13 #//ldml/dates/timeZoneNames/gmtZeroFormat ; ok
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCoverageLevel.txt15 ^//ldml/dates/timeZoneNames/gmtZeroFormat ; 30
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp630 TimeZoneFormat::getGMTZeroFormat(UnicodeString& gmtZeroFormat) const { in getGMTZeroFormat()
631 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat()
635 TimeZoneFormat::setGMTZeroFormat(const UnicodeString& gmtZeroFormat, UErrorCode& status) { in setGMTZeroFormat() argument
637 if (gmtZeroFormat.isEmpty()) { in setGMTZeroFormat()
639 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat()
640 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java659 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat() argument
663 if (gmtZeroFormat == null) { in setGMTZeroFormat()
666 if (gmtZeroFormat.length() == 0) { in setGMTZeroFormat()
669 _gmtZeroFormat = gmtZeroFormat; in setGMTZeroFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java708 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat() argument
712 if (gmtZeroFormat == null) { in setGMTZeroFormat()
715 if (gmtZeroFormat.length() == 0) { in setGMTZeroFormat()
718 _gmtZeroFormat = gmtZeroFormat; in setGMTZeroFormat()

12345