Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Ddate.h150 YearMonthDayFromDays(days, &year, &month, &day); in EquivalentTime()
169 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
Ddate.cc77 void DateCache::YearMonthDayFromDays( in YearMonthDayFromDays() function in v8::internal::DateCache
Dobjects.cc16514 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in GetUTCField()
16559 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in SetLocalFields()
/external/v8/src/
Ddate.h150 YearMonthDayFromDays(days, &year, &month, &day); in EquivalentTime()
169 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
Ddate.cc77 void DateCache::YearMonthDayFromDays( in YearMonthDayFromDays() function in v8::internal::DateCache
Dobjects.cc12932 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in GetUTCField()
12977 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in SetLocalFields()
/external/chromium_org/v8/test/cctest/
Dtest-date.cc50 YearMonthDayFromDays(days, &year, &month, &day); in GetDaylightSavingsOffsetFromOS()
/external/v8/test/cctest/
Dtest-date.cc50 YearMonthDayFromDays(days, &year, &month, &day); in GetDaylightSavingsOffsetFromOS()