Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dsimpletz.cpp69 endMonth(0), in SimpleTimeZone()
165 this->endMonth = savingsEndMonth; in construct()
214 endMonth = right.endMonth; in operator =()
361 endMonth = (int8_t)month; in setEndRule()
470 UBool southern = (startMonth > endMonth); in getOffset()
492 endMode, (int8_t)endMonth, (int8_t)endDayOfWeek, in getOffset()
760 endMonth == that->endMonth && in hasSameRules()
929 if (endMonth < UCAL_JANUARY || endMonth > UCAL_DECEMBER) { in decodeEndRule()
962 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) { in decodeEndRule()
1124 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules()
[all …]
Dvtzone.cpp695 int32_t endMonth, endDOM, endDOW, endDOY, endMID; in createRuleByRRULE() local
696 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/icu4c/test/intltest/
Dcalregts.cpp2404 int32_t endMonth; // 0-based member
2460 …if ( U_FAILURE(status) || year != endYear || month != testItemPtr->endMonth || day != testItemPtr-… in TestT6745()
2463 … ", expected " + endYear + "/" + testItemPtr->endMonth + "/" + testItemPtr->endDay + in TestT6745()