HomeSort by relevance Sort by last modified time
    Searched defs:Weekday (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
date.h 70 // Given the number of days since the epoch, computes the weekday.
72 int Weekday(int days) {
178 int week_day = Weekday(DaysFromYearMonth(year, 0));
195 int* weekday, int* hour, int* min, int* sec, int* ms);
  /prebuilts/go/darwin-x86/src/time/
time.go 126 // A Weekday specifies a day of the week (Sunday = 0, ...).
127 type Weekday int
130 Sunday Weekday = iota
150 func (d Weekday) String() string { return days[d] }
324 // Weekday returns the day of the week specified by t.
325 func (t Time) Weekday() Weekday {
329 // absWeekday is like Weekday but operates on an absolute time.
330 func absWeekday(abs uint64) Weekday {
333 return Weekday(int(sec) / secondsPerDay
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 126 // A Weekday specifies a day of the week (Sunday = 0, ...).
127 type Weekday int
130 Sunday Weekday = iota
150 func (d Weekday) String() string { return days[d] }
324 // Weekday returns the day of the week specified by t.
325 func (t Time) Weekday() Weekday {
329 // absWeekday is like Weekday but operates on an absolute time.
330 func absWeekday(abs uint64) Weekday {
333 return Weekday(int(sec) / secondsPerDay
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 452 CSHORT Weekday;
    [all...]

Completed in 443 milliseconds