Home
last modified time | relevance | path

Searched refs:MONTH_LEN (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp728 const int32_t MONTH_LEN[] = {31,29,31,30,31,30,31,31,30,31,30,31}; variable
827 if (dom < 1 || dom > MONTH_LEN[month]) { in set()