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

/external/icu4c/i18n/
H A Dpersncal.cpp23 static const int8_t monthDays[] = { 31, 31, 31, 31, 31, 31, 30, 30, 30, 30, 30, 29 }; variable
79 daysNo += monthDays[i];
161 for (i = 0; i < 11 && daysNo > monthDays[i]; ++i) {
162 daysNo -= monthDays[i];

Completed in 275 milliseconds