Home
last modified time | relevance | path

Searched refs:startDay (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/i18n/
Dsimpletz.cpp65 startDay(0), in SimpleTimeZone()
162 this->startDay = savingsStartDay; in construct()
210 startDay = right.startDay; in operator =()
311 startDay = (int8_t)dayOfWeekInMonth; in setStartRule()
479 (int8_t)startDay, startTime); in getOffset()
756 startDay == that->startDay && in hasSameRules()
870 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? TRUE : FALSE); in decodeStartRule()
874 if (startDay != 0) { in decodeStartRule()
891 if (startDay > 0) { in decodeStartRule()
894 startDay = (int8_t)-startDay; in decodeStartRule()
[all …]
Dvtzone.cpp2346 int32_t startDay = dayOfMonth; in writeZonePropsByDOW_GEQ_DOM() local
2366 startDay = 1; in writeZonePropsByDOW_GEQ_DOM()
2381 writeZonePropsByDOW_GEQ_DOM_sub(writer, month, startDay, dayOfWeek, currentMonthDays, in writeZonePropsByDOW_GEQ_DOM()
/external/chromium_org/third_party/icu/source/i18n/
Dsimpletz.cpp64 startDay(0), in SimpleTimeZone()
161 this->startDay = savingsStartDay; in construct()
209 startDay = right.startDay; in operator =()
310 startDay = (int8_t)dayOfWeekInMonth; in setStartRule()
478 (int8_t)startDay, startTime); in getOffset()
755 startDay == that->startDay && in hasSameRules()
869 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? TRUE : FALSE); in decodeStartRule()
873 if (startDay != 0) { in decodeStartRule()
890 if (startDay > 0) { in decodeStartRule()
893 startDay = (int8_t)-startDay; in decodeStartRule()
[all …]
Dvtzone.cpp2341 int32_t startDay = dayOfMonth; in writeZonePropsByDOW_GEQ_DOM() local
2361 startDay = 1; in writeZonePropsByDOW_GEQ_DOM()
2376 writeZonePropsByDOW_GEQ_DOM_sub(writer, month, startDay, dayOfWeek, currentMonthDays, in writeZonePropsByDOW_GEQ_DOM()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dsimpletz.h815 int8_t startMonth, int8_t startDay, int8_t startDayOfWeek,
855 int8_t startMonth, startDay, startDayOfWeek; // the month, day, DOW, and time DST starts variable
/external/icu4c/i18n/unicode/
Dsimpletz.h815 int8_t startMonth, int8_t startDay, int8_t startDayOfWeek,
855 int8_t startMonth, startDay, startDayOfWeek; // the month, day, DOW, and time DST starts variable
/external/chromium_org/third_party/icu/source/test/intltest/
Dcalregts.cpp2345 int32_t startDay; // 1-based member
2394 …Ptr->startYear + testLocalePtr->yearOffset, testItemPtr->startMonth, testItemPtr->startDay, 9, 0 ); in TestT6745()
/external/icu4c/test/intltest/
Dcalregts.cpp2400 int32_t startDay; // 1-based member
2449 …Ptr->startYear + testLocalePtr->yearOffset, testItemPtr->startMonth, testItemPtr->startDay, 9, 0 ); in TestT6745()