/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/text/ |
D | ExtendedTimeZoneNames.java | 67 private final boolean isDst; field in ExtendedTimeZoneNames.Match 69 private Match(int matchLength, @NonNull String tzId, boolean isDst) { in Match() 102 public boolean isDst() { in isDst() method in ExtendedTimeZoneNames.Match
|
/external/icu/android_icu4j/testing/src/com/android/icu/test/text/ |
D | ExtendedTimeZoneNamesTest.java | 97 String expectedTzId, boolean isDst, int expectedNameLength) { in assertMatchName() 108 String expectedTzId, boolean isDst, int expectedNameLength) { in assertMatchName() 113 String expectedTzId, boolean isDst) { in assertMatchName()
|
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
D | CountryTimeZones.java | 379 int totalOffsetMillis, boolean isDst) { in lookupByOffsetWithBias() 398 final Boolean isDst = null; in lookupByOffsetWithBias() local 467 int totalOffsetMillis, Boolean isDst) { in lookupByOffsetWithBiasInternal() 512 int totalOffsetMillis, Boolean isDst) { in offsetMatchesAtTime()
|
D | WallTime.java | 70 private int isDst; field in WallTime
|
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
D | CountryTimeZonesTest.java | 156 final Boolean isDst = true; in lookupByOffsetWithBias_oneCandidate() local 211 final Boolean isDst = true; in lookupByOffsetWithBias_multipleNonOverlappingCandidates() local 273 final Boolean isDst = true; in lookupByOffsetWithBias_multipleOverlappingCandidates() local 340 Boolean isDst = (Boolean) testCase[1]; in executeLookupByOffsetWithBiasTestCases() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1528 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/ |
D | VTimeZone.java | 1497 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/ |
D | vtzone.cpp | 1993 UBool isDst; in writeZone() local 2280 VTimeZone::writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByTime() 2307 VTimeZone::writeZonePropsByDOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByDOM() 2341 VTimeZone::writeZonePropsByDOW(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in writeZonePropsByDOW() 2377 VTimeZone::writeZonePropsByDOW_GEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonenam… in writeZonePropsByDOW_GEQ_DOM() 2501 VTimeZone::writeZonePropsByDOW_LEQ_DOM(VTZWriter& writer, UBool isDst, const UnicodeString& zonenam… in writeZonePropsByDOW_LEQ_DOM() 2532 VTimeZone::writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, in writeFinalRule() 2589 VTimeZone::beginZoneProps(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, in beginZoneProps() 2636 VTimeZone::endZoneProps(VTZWriter& writer, UBool isDst, UErrorCode& status) const { in endZoneProps()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
D | ICUZDump.java | 198 public String format(long time, int offset, boolean isDst) { in format()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzdump.cpp | 57 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { in format()
|