Home | History | Annotate | Download | only in cal

Lines Matching refs:fdow

59                      int32_t fdow, UErrorCode *status);
75 UBool useLongNames, int32_t fdow,
80 UBool useLongNames, int32_t fdow,
234 int32_t fdow;
250 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
253 print_year(c, days, months, useLongNames, fdow, status);
266 fdow = ucal_getAttribute(c, UCAL_FIRST_DAY_OF_WEEK);
269 print_month(c, days, useLongNames, fdow, status);
336 int32_t fdow,
344 /* fdow is 1-based */
345 --fdow;
347 get_symbols(fmt, dayType, days, DAY_COUNT, 1, fdow, status);
421 int32_t fdow,
446 get_days(dfmt, days, useLongNames, fdow, status);
480 firstday -= fdow;
539 int32_t fdow,
568 get_days(dfmt, days, useLongNames, fdow, status);
631 /* We need to mod by DAY_COUNT since fdow can be > firstday. IE,
632 if fdow = 2 = Monday (like in France) and the first day of the
634 left_firstday += (DAY_COUNT - fdow);
637 right_firstday += (DAY_COUNT - fdow);