Home | History | Annotate | Download | only in cal

Lines Matching refs:days

58                      UChar *days [], UBool useLongNames, 
61 static void free_days(UChar *days[]);
71 static void print_days(UChar *days [], FILE *f, UErrorCode *status);
74 UChar *days [],
79 UChar *days [], UChar *months [],
86 /* Number of days in a week */
232 UChar *days [DAY_COUNT];
253 print_year(c, days, months, useLongNames, fdow, status);
269 print_month(c, days, useLongNames, fdow, status);
329 form. Also, reorder the days so that they are in the proper order
334 UChar *days [],
347 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status);
350 static void free_days(UChar *days[])
352 free_symbols(days, DAY_COUNT);
399 /* Print the days */
401 print_days(UChar *days [],
411 uprint(days[i], f, status);
419 UChar *days [],
446 get_days(dfmt, days, useLongNames, fdow, status);
453 lens[i] = u_strlen(days[i]);
466 print_days(days, stdout, status);
477 1-based days of the week, which were also reordered when placed
478 in the days array. Account for this here by offsetting by the
494 /* Finally, print out the days */
528 free_days(days);
536 UChar *days [],
568 get_days(dfmt, days, useLongNames, fdow, status);
576 lens[i] = u_strlen(days[i]);
611 print_days(days, stdout, status);
613 print_days(days, stdout, status);
626 1-based days of the week. However, the days were reordered
627 when placed in the days array. Account for this here by
649 /* Finally, print out the days */
653 still has days to be printed, indent the width of the days
699 days at the end of the month */
756 free_days(days);