Searched refs:STATICMONTHLENGTH (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 53 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; 910 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule() 965 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) { in decodeEndRule()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | simpletz.h | 867 static const int8_t STATICMONTHLENGTH[12]; // lengths of the months variable
|