Searched defs:MONTH_LEN (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp727 const int32_t MONTH_LEN[] = {31,29,31,30,31,30,31,31,30,31,30,31}; variable
826 if (dom < 1 || dom > MONTH_LEN[month]) {

Completed in 48 milliseconds