Searched refs:YearMonthDayFromDays (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/v8/src/ |
D | date.h | 150 YearMonthDayFromDays(days, &year, &month, &day); in EquivalentTime() 169 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
|
D | date.cc | 77 void DateCache::YearMonthDayFromDays( in YearMonthDayFromDays() function in v8::internal::DateCache
|
D | objects.cc | 16514 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in GetUTCField() 16559 date_cache->YearMonthDayFromDays(days, &year, &month, &day); in SetLocalFields()
|
/external/v8/src/ |
D | date.h | 150 YearMonthDayFromDays(days, &year, &month, &day); in EquivalentTime() 169 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
|
D | date.cc | 77 void DateCache::YearMonthDayFromDays( in YearMonthDayFromDays() function in v8::internal::DateCache
|
D | objects.cc | 12932 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/ |
D | test-date.cc | 50 YearMonthDayFromDays(days, &year, &month, &day); in GetDaylightSavingsOffsetFromOS()
|
/external/v8/test/cctest/ |
D | test-date.cc | 50 YearMonthDayFromDays(days, &year, &month, &day); in GetDaylightSavingsOffsetFromOS()
|