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

/external/icu4c/i18n/
H A Dsimpletz.cpp69 endMonth(0),
165 this->endMonth = savingsEndMonth;
214 endMonth = right.endMonth;
361 endMonth = (int8_t)month;
470 UBool southern = (startMonth > endMonth);
492 endMode, (int8_t)endMonth, (int8_t)endDayOfWeek,
760 endMonth == that->endMonth &&
929 if (endMonth < UCAL_JANUAR
[all...]
H A Dvtzone.cpp696 int32_t endMonth, endDOM, endDOW, endDOY, endMID;
697 Grego::timeToFields(until, endYear, endMonth, endDOM, endDOW, endDOY, endMID);
/external/icu4c/i18n/unicode/
H A Dsimpletz.h804 * @param endMonth the month DST ends
817 int8_t endMonth, int8_t endDay, int8_t endDayOfWeek,
858 int8_t endMonth, endDay, endDayOfWeek; // the month, day, DOW, and time DST ends member in class:SimpleTimeZone
/external/icu4c/test/intltest/
H A Dcalregts.cpp2349 int32_t endMonth; // 0-based member in struct:__anon4959
2405 if ( U_FAILURE(status) || year != endYear || month != testItemPtr->endMonth || day != testItemPtr->endDay ) {
2408 ", expected " + endYear + "/" + testItemPtr->endMonth + "/" + testItemPtr->endDay +

Completed in 538 milliseconds