Lines Matching refs:months
64 UChar *months [], UBool useLongNames,
67 static void free_months(UChar *months[]);
79 UChar *days [], UChar *months [],
233 UChar *months [MONTH_COUNT]; in cal() local
253 print_year(c, days, months, useLongNames, fdow, status); in cal()
359 UChar *months [], in get_months()
368 …get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()
371 static void free_months(UChar *months[]) in free_months() argument
373 free_symbols(months, MONTH_COUNT - 1); in free_months()
537 UChar *months [], in print_year()
569 get_months(dfmt, months, useLongNames, status); in print_year()
601 pad = width - u_strlen(months[i]); in print_year()
603 uprint(months[i], stdout, status); in print_year()
605 pad = width - u_strlen(months[i + 1]); in print_year()
607 uprint(months[i + 1], stdout, status); in print_year()
755 free_months(months); in print_year()