Lines Matching refs:months
68 UChar *months [], UBool useLongNames,
71 static void free_months(UChar *months[]);
83 UChar *days [], UChar *months [],
237 UChar *months [MONTH_COUNT]; in cal() local
257 print_year(c, days, months, useLongNames, fdow, status); in cal()
363 UChar *months [], in get_months()
372 …get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()
375 static void free_months(UChar *months[]) in free_months() argument
377 free_symbols(months, MONTH_COUNT - 1); in free_months()
541 UChar *months [], in print_year()
573 get_months(dfmt, months, useLongNames, status); in print_year()
605 pad = width - u_strlen(months[i]); in print_year()
607 uprint(months[i], stdout, status); in print_year()
609 pad = width - u_strlen(months[i + 1]); in print_year()
611 uprint(months[i + 1], stdout, status); in print_year()
759 free_months(months); in print_year()