Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dpersncal.cpp234 static const int32_t MONTH_COUNT[12][4] = { variable
300 return MONTH_COUNT[month][PersianCalendar::isLeapYear(extendedYear)?1:0]; in handleGetMonthLength()
362 internalSet(UCAL_DAY_OF_YEAR, jd + MONTH_COUNT[jm-1][2]); in handleComputeFields()
/external/icu4c/samples/cal/
Dcal.c90 #define MONTH_COUNT 13 macro
233 UChar *months [MONTH_COUNT]; in cal()
368 …get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()
373 free_symbols(months, MONTH_COUNT - 1); in free_months()
598 for(i = 0; i < MONTH_COUNT - 1; i += 2) { in print_year()