Home
last modified time | relevance | path

Searched refs:ICAL_DAYLIGHT (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java400 private static final String ICAL_DAYLIGHT = "DAYLIGHT"; field in VTimeZone
579 boolean isDST = value.equals(ICAL_DAYLIGHT); in parse()
1778 writer.write(ICAL_DAYLIGHT); in beginZoneProps()
1817 writer.write(ICAL_DAYLIGHT); in endZoneProps()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java431 private static final String ICAL_DAYLIGHT = "DAYLIGHT"; field in VTimeZone
610 boolean isDST = value.equals(ICAL_DAYLIGHT); in parse()
1809 writer.write(ICAL_DAYLIGHT); in beginZoneProps()
1848 writer.write(ICAL_DAYLIGHT); in endZoneProps()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp51 static const UChar ICAL_DAYLIGHT[] = {0x44, 0x41, 0x59, 0x4C, 0x49, 0x47, 0x48, 0x54, 0}; /* "DAYLI… variable
1428 UBool isDST = (value.compare(ICAL_DAYLIGHT, -1) == 0); in parse()
2537 writer.write(ICAL_DAYLIGHT); in beginZoneProps()
2584 writer.write(ICAL_DAYLIGHT); in endZoneProps()