Searched refs:firstday (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/samples/cal/
H A Dcal.c426 int32_t firstday, current; local
474 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status);
480 firstday -= fdow;
486 current = firstday;
631 /* We need to mod by DAY_COUNT since fdow can be > firstday. IE,
633 month is a 1 = Sunday, we want firstday to be 6, not -1 */

Completed in 90 milliseconds