Searched refs:YearMonthDayFromDays (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | date.h | 168 YearMonthDayFromDays(days, &year, &month, &day); in EquivalentTime() 187 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
|
D | date.cc | 53 void DateCache::YearMonthDayFromDays( in YearMonthDayFromDays() function in v8::internal::DateCache 183 YearMonthDayFromDays(days, year, month, day); in BreakDownTime()
|
D | builtins.cc | 2390 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()
|
D | objects.cc | 19402 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in GetUTCField() 19478 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in SetCachedFields()
|
/external/v8/test/cctest/ |
D | test-date.cc | 49 YearMonthDayFromDays(days, &year, &month, &day); in GetDaylightSavingsOffsetFromOS()
|