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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsimpletz.h863 static const int8_t STATICMONTHLENGTH[12]; // lengths of the months member in class:SimpleTimeZone
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h863 static const int8_t STATICMONTHLENGTH[12]; // lengths of the months member in class:SimpleTimeZone
/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp51 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; member in class:SimpleTimeZone
908 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) {
963 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) {
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp51 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31}; member in class:SimpleTimeZone
908 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) {
963 } else if (endDay<1 || endDay > STATICMONTHLENGTH[endMonth]) {

Completed in 882 milliseconds