HomeSort by relevance Sort by last modified time
    Searched refs:MONTH_COUNT (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
persncal.cpp 234 static const int32_t MONTH_COUNT[12][4] = {
300 return MONTH_COUNT[month][PersianCalendar::isLeapYear(extendedYear)?1:0];
362 internalSet(UCAL_DAY_OF_YEAR, jd + MONTH_COUNT[jm-1][2]);
  /external/icu4c/samples/cal/
cal.c 90 #define MONTH_COUNT 13
233 UChar *months [MONTH_COUNT];
368 get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months, no idea why */
373 free_symbols(months, MONTH_COUNT - 1);
598 for(i = 0; i < MONTH_COUNT - 1; i += 2) {

Completed in 56 milliseconds