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

/macosx-10.10/ICU-531.30/icuSources/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 */
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddateentry.tcl30 # -firstday
125 delegate option -firstday to calendar
318 -firstday sunday]
H A Dcalendar.tcl19 # -firstday -default "monday"
53 option -firstday -default monday -configuremethod C-refresh \
384 # weekdays - could be drawn on fullrefresh, watch -firstday change
386 if {$options(-firstday) eq "monday"} { $self lcycle weekdays }
396 if {$options(-firstday) eq "monday"} {
/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c174 int firstday(int y, int m);
626 first = firstday(y, m + 1);
628 last = firstday(y + 1, 1);
630 last = firstday(y, m + 2);
633 jan1 = firstday(y, 1);
816 firstday(int y, int m) function
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcalendar.itk876 set firstday [_adjustday [clock format $seconds -format %w]]
878 set weeks [expr {ceil(double($lastday+$firstday)/7)}]
894 set weekrow [expr {($firstday+$day-1)/7}]

Completed in 151 milliseconds