Home
last modified time | relevance | path

Searched defs:isDst (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java1497 private static void writeZonePropsByTime(Writer writer, boolean isDst, String tzname, in writeZonePropsByTime()
1512 …private static void writeZonePropsByDOM(Writer writer, boolean isDst, String tzname, int fromOffse… in writeZonePropsByDOM()
1532 …private static void writeZonePropsByDOW(Writer writer, boolean isDst, String tzname, int fromOffse… in writeZonePropsByDOW()
1553 …private static void writeZonePropsByDOW_GEQ_DOM(Writer writer, boolean isDst, String tzname, int f… in writeZonePropsByDOW_GEQ_DOM()
1636 …private static void writeZonePropsByDOW_LEQ_DOM(Writer writer, boolean isDst, String tzname, int f… in writeZonePropsByDOW_LEQ_DOM()
1661 private static void writeFinalRule(Writer writer, boolean isDst, AnnualTimeZoneRule rule, in writeFinalRule()
1774 …private static void beginZoneProps(Writer writer, boolean isDst, String tzname, int fromOffset, in… in beginZoneProps()
1812 private static void endZoneProps(Writer writer, boolean isDst) throws IOException{ in endZoneProps()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1528 private static void writeZonePropsByTime(Writer writer, boolean isDst, String tzname, in writeZonePropsByTime()
1543 …private static void writeZonePropsByDOM(Writer writer, boolean isDst, String tzname, int fromOffse… in writeZonePropsByDOM()
1563 …private static void writeZonePropsByDOW(Writer writer, boolean isDst, String tzname, int fromOffse… in writeZonePropsByDOW()
1584 …private static void writeZonePropsByDOW_GEQ_DOM(Writer writer, boolean isDst, String tzname, int f… in writeZonePropsByDOW_GEQ_DOM()
1667 …private static void writeZonePropsByDOW_LEQ_DOM(Writer writer, boolean isDst, String tzname, int f… in writeZonePropsByDOW_LEQ_DOM()
1692 private static void writeFinalRule(Writer writer, boolean isDst, AnnualTimeZoneRule rule, in writeFinalRule()
1805 …private static void beginZoneProps(Writer writer, boolean isDst, String tzname, int fromOffset, in… in beginZoneProps()
1843 private static void endZoneProps(Writer writer, boolean isDst) throws IOException{ in endZoneProps()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp1936 UBool isDst; in writeZone() local
2223 VTimeZone::writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByTime()
2250 VTimeZone::writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByDOM()
2284 VTimeZone::writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByDOW()
2320 VTimeZone::writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonenam… in writeZonePropsByDOW_GEQ_DOM()
2444 VTimeZone::writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonenam… in writeZonePropsByDOW_LEQ_DOM()
2475 VTimeZone::writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, in writeFinalRule()
2529 VTimeZone::beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in beginZoneProps()
2576 VTimeZone::endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const { in endZoneProps()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java198 public String format(long time, int offset, boolean isDst) { in format()
/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp57 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { in format()