Home
last modified time | relevance | path

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

12345

/external/icu/icu4c/source/data/zone/
Dmgo.txt14 gmtZeroFormat{"GMT"}
Djgo.txt14 gmtZeroFormat{"GMT"}
Dmzn.txt14 gmtZeroFormat{"GMT"}
Dos.txt54 gmtZeroFormat{"GMT"}
Dmt.txt44 gmtZeroFormat{"GMT"}
Dchr.txt68 gmtZeroFormat{"ᎢᎢᎢ"}
Dse.txt65 gmtZeroFormat{"UTC"}
Droot.txt110 gmtZeroFormat{"GMT"}
Dkea.txt94 gmtZeroFormat{"GMT"}
Ddz.txt547 gmtZeroFormat{"ཇི་ཨེམ་ཊི་"}
Duz_Cyrl.txt682 gmtZeroFormat{"GMT"}
Dmy.txt1861 gmtZeroFormat{"ဂရင်းနစ်စံတော်ချိန်"}
Dur.txt1868 gmtZeroFormat{"GMT"}
Dar.txt1874 gmtZeroFormat{"جرينتش"}
Dkk.txt1856 gmtZeroFormat{"GMT"}
Dhy.txt1850 gmtZeroFormat{"GMT"}
Dpa.txt1891 gmtZeroFormat{"GMT"}
Dhi.txt1869 gmtZeroFormat{"GMT"}
Dka.txt1853 gmtZeroFormat{"GMT"}
Dne.txt1853 gmtZeroFormat{"GMT"}
Dkm.txt1853 gmtZeroFormat{"ម៉ោង​សកល"}
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h412 UnicodeString& getGMTZeroFormat(UnicodeString& gmtZeroFormat) const;
421 void setGMTZeroFormat(const UnicodeString& gmtZeroFormat, UErrorCode& status);
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp624 TimeZoneFormat::getGMTZeroFormat(UnicodeString& gmtZeroFormat) const { in getGMTZeroFormat()
625 return gmtZeroFormat.setTo(fGMTZeroFormat); in getGMTZeroFormat()
629 TimeZoneFormat::setGMTZeroFormat(const UnicodeString& gmtZeroFormat, UErrorCode& status) { in setGMTZeroFormat() argument
631 if (gmtZeroFormat.isEmpty()) { in setGMTZeroFormat()
633 } else if (gmtZeroFormat != fGMTZeroFormat) { in setGMTZeroFormat()
634 fGMTZeroFormat.setTo(gmtZeroFormat); in setGMTZeroFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java704 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat() argument
708 if (gmtZeroFormat == null) { in setGMTZeroFormat()
711 if (gmtZeroFormat.length() == 0) { in setGMTZeroFormat()
714 _gmtZeroFormat = gmtZeroFormat; in setGMTZeroFormat()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java655 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat() argument
659 if (gmtZeroFormat == null) { in setGMTZeroFormat()
662 if (gmtZeroFormat.length() == 0) { in setGMTZeroFormat()
665 _gmtZeroFormat = gmtZeroFormat; in setGMTZeroFormat()

12345