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