Searched defs:time_in_day_sec (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-date.cc47 int time_in_day_sec = TimeInDay(time_sec * 1000, days) / 1000; local
50 Rule* rule = FindRuleFor(year, month, day, time_in_day_sec);
60 Rule* FindRuleFor(int year, int month, int day, int time_in_day_sec) { argument
63 if (Match(&rules_[i], year, month, day, time_in_day_sec)) {
70 bool Match(Rule* rule, int year, int month, int day, int time_in_day_sec) { argument
77 2 * 3600 > time_in_day_sec)
82 2 * 3600 <= time_in_day_sec)

Completed in 59 milliseconds