Home
last modified time | relevance | path

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

/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/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/icu4c/source/i18n/
Dvtzone.cpp1946 UBool isDst; in writeZone() local
2233 VTimeZone::writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByTime()
2260 VTimeZone::writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByDOM()
2294 VTimeZone::writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByDOW()
2330 VTimeZone::writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonenam… in writeZonePropsByDOW_GEQ_DOM()
2454 VTimeZone::writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonenam… in writeZonePropsByDOW_LEQ_DOM()
2485 VTimeZone::writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, in writeFinalRule()
2539 VTimeZone::beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in beginZoneProps()
2586 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.cpp56 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { in format()