Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dsimpletz.cpp67 endMonth(0), in SimpleTimeZone()
163 this->endMonth = savingsEndMonth; in construct()
212 endMonth = right.endMonth; in operator =()
359 endMonth = (int8_t)month; in setEndRule()
468 UBool southern = (startMonth > endMonth); in getOffset()
490 endMode, (int8_t)endMonth, (int8_t)endDayOfWeek, in getOffset()
758 endMonth == that->endMonth && in hasSameRules()
927 if (endMonth < UCAL_JANUARY || endMonth > UCAL_DECEMBER) { in decodeEndRule()
960 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) { in decodeEndRule()
1122 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules()
[all …]
Dvtzone.cpp694 int32_t endMonth, endDOM, endDOW, endDOY, endMID; in createRuleByRRULE() local
695 Grego::timeToFields(until, endYear, endMonth, endDOM, endDOW, endDOY, endMID); in createRuleByRRULE()
/external/chromium/third_party/icu/source/i18n/
Dsimpletz.cpp67 endMonth(0), in SimpleTimeZone()
163 this->endMonth = savingsEndMonth; in construct()
212 endMonth = right.endMonth; in operator =()
359 endMonth = (int8_t)month; in setEndRule()
468 UBool southern = (startMonth > endMonth); in getOffset()
490 endMode, (int8_t)endMonth, (int8_t)endDayOfWeek, in getOffset()
758 endMonth == that->endMonth && in hasSameRules()
927 if (endMonth < UCAL_JANUARY || endMonth > UCAL_DECEMBER) { in decodeEndRule()
960 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) { in decodeEndRule()
1122 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules()
[all …]
Dvtzone.cpp694 int32_t endMonth, endDOM, endDOW, endDOY, endMID; in createRuleByRRULE() local
695 Grego::timeToFields(until, endYear, endMonth, endDOM, endDOW, endDOY, endMID); in createRuleByRRULE()
/external/icu4c/i18n/unicode/
Dsimpletz.h817 int8_t endMonth, int8_t endDay, int8_t endDayOfWeek,
858 int8_t endMonth, endDay, endDayOfWeek; // the month, day, DOW, and time DST ends variable
/external/chromium/third_party/icu/public/i18n/unicode/
Dsimpletz.h817 int8_t endMonth, int8_t endDay, int8_t endDayOfWeek,
858 int8_t endMonth, endDay, endDayOfWeek; // the month, day, DOW, and time DST ends variable
/external/chromium/third_party/icu/source/test/intltest/
Dcalregts.cpp2320 int32_t endMonth; // 0-based member
2376 …if ( U_FAILURE(status) || year != endYear || month != testItemPtr->endMonth || day != testItemPtr-… in TestT6745()
2379 … ", expected " + endYear + "/" + testItemPtr->endMonth + "/" + testItemPtr->endDay + in TestT6745()
/external/icu4c/test/intltest/
Dcalregts.cpp2349 int32_t endMonth; // 0-based member
2405 …if ( U_FAILURE(status) || year != endYear || month != testItemPtr->endMonth || day != testItemPtr-… in TestT6745()
2408 … ", expected " + endYear + "/" + testItemPtr->endMonth + "/" + testItemPtr->endDay + in TestT6745()