Home
last modified time | relevance | path

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

/external/v8/src/
Ddate.h168 YearMonthDayFromDays(days, &year, &month, &day); in EquivalentTime()
187 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
Ddate.cc53 void DateCache::YearMonthDayFromDays( in YearMonthDayFromDays() function in v8::internal::DateCache
183 YearMonthDayFromDays(days, year, month, day); in BreakDownTime()
Dbuiltins.cc2390 isolate->date_cache()->YearMonthDayFromDays(days, &year, &month, &day); in BUILTIN()
2412 isolate->date_cache()->YearMonthDayFromDays(days, &year, &month, &day); in BUILTIN()
2537 isolate->date_cache()->YearMonthDayFromDays(days, &year, &unused, &day); in BUILTIN()
2600 isolate->date_cache()->YearMonthDayFromDays(days, &year, &month, &day); in BUILTIN()
2621 isolate->date_cache()->YearMonthDayFromDays(days, &year, &month, &day); in BUILTIN()
2742 isolate->date_cache()->YearMonthDayFromDays(days, &year, &unused, &day); in BUILTIN()
2896 isolate->date_cache()->YearMonthDayFromDays(days, &year, &month, &day); in BUILTIN()
2918 isolate->date_cache()->YearMonthDayFromDays(days, &year, &month, &day); in BUILTIN()
Dobjects.cc19402 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in GetUTCField()
19478 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in SetCachedFields()
/external/v8/test/cctest/
Dtest-date.cc49 YearMonthDayFromDays(days, &year, &month, &day); in GetDaylightSavingsOffsetFromOS()