Searched refs:endMonth (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/i18n/ |
D | simpletz.cpp | 70 endMonth(0), in SimpleTimeZone() 166 this->endMonth = savingsEndMonth; in construct() 215 endMonth = right.endMonth; in operator =() 362 endMonth = (int8_t)month; in setEndRule() 471 UBool southern = (startMonth > endMonth); in getOffset() 493 endMode, (int8_t)endMonth, (int8_t)endDayOfWeek, in getOffset() 761 endMonth == that->endMonth && in hasSameRules() 930 if (endMonth < UCAL_JANUARY || endMonth > UCAL_DECEMBER) { in decodeEndRule() 963 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) { in decodeEndRule() 1147 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules() [all …]
|
D | vtzone.cpp | 695 int32_t endMonth, endDOM, endDOW, endDOY, endMID; in createRuleByRRULE() local 696 Grego::timeToFields(until, endYear, endMonth, endDOM, endDOW, endDOY, endMID); in createRuleByRRULE()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | simpletz.cpp | 69 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 …]
|
D | vtzone.cpp | 696 int32_t endMonth, endDOM, endDOW, endDOY, endMID; in createRuleByRRULE() local 697 Grego::timeToFields(until, endYear, endMonth, endDOM, endDOW, endDOY, endMID); in createRuleByRRULE()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | simpletz.h | 817 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/i18n/unicode/ |
D | simpletz.h | 817 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_org/third_party/icu/source/test/intltest/ |
D | calregts.cpp | 2349 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()
|
/external/icu4c/test/intltest/ |
D | calregts.cpp | 2404 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()
|