HomeSort by relevance Sort by last modified time
    Searched full:start_month (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-date.cc 39 int year, start_month, start_day, end_month, end_day, offset_sec; member in struct:DateCacheMock::Rule
73 if (rule->start_month > month) return false;
75 int start_day = ComputeRuleDay(year, rule->start_month, rule->start_day);
76 if (rule->start_month == month && start_day > day) return false;
77 if (rule->start_month == month && start_day == day &&

Completed in 46 milliseconds