Home
last modified time | relevance | path

Searched refs:YearMonthDayFromDays (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Ddate.h168 YearMonthDayFromDays(days, &year, &month, &day); in EquivalentTime()
187 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
Ddate.cc55 void DateCache::YearMonthDayFromDays( in YearMonthDayFromDays() function in v8::internal::DateCache
Dobjects.cc16164 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in GetUTCField()
16209 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in SetCachedFields()
/external/chromium_org/v8/test/cctest/
Dtest-date.cc50 YearMonthDayFromDays(days, &year, &month, &day); in GetDaylightSavingsOffsetFromOS()