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

  /external/v8/src/
date.h 90 // Given the number of days since the epoch, computes the weekday.
92 int Weekday(int days) {
160 int week_day = Weekday(DaysFromYearMonth(year, 0));
objects.cc 12971 int weekday = date_cache->Weekday(days); local
    [all...]
  /external/v8/test/cctest/
test-date.cc 93 while (Weekday(days + day) != 6) day++;

Completed in 206 milliseconds