Searched refs:Year (Results 1 - 6 of 6) sorted by relevance
/third_party/FatFs/documents/res/ |
H A D | app1.c | 37 f_printf(&fil, "%02u/%02u/%u, %2u:%02u\n", Mday, Mon, Year, Hour, Min);
in main()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-temporal.cc | 552 TEMPORAL_GET_BY_FORWARD_CALENDAR(PlainDate, Year, year) 610 TEMPORAL_GET_BY_FORWARD_CALENDAR(PlainDateTime, Year, year) 645 TEMPORAL_GET_BY_FORWARD_CALENDAR(PlainYearMonth, Year, year) 805 TEMPORAL_PROTOTYPE_METHOD1(Calendar, Year, year)
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.h | 56 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> Year( 452 DECLARE_CALENDAR_ABSTRACT_OPERATION(Year)
|
H A D | js-temporal-objects.cc | 1093 // 4. Return the Record { [[Year]]: balancedDate.[[Year]], [[Month]]: in BalanceISODateTime() 1128 // 3. Set result to ! BalanceISODateTime(result.[[Year]], result.[[Month]], in BuiltinTimeZoneGetPlainDateTimeFor() 1137 // 4. Return ? CreateTemporalDateTime(result.[[Year]], result.[[Month]], in BuiltinTimeZoneGetPlainDateTimeFor() 1322 // b. Let earlierDateTime be ? CreateTemporalDateTime(earlier.[[Year]], in DisambiguatePossibleInstants() 1373 // 16. Let laterDateTime be ? CreateTemporalDateTime(later.[[Year]], in DisambiguatePossibleInstants() 1882 // 7. Assert: ! IsValidISODate(result.[[Year]], result.[[Month]], in ToTemporalDate() 1897 // 9. Return ? CreateTemporalDate(result.[[Year]], result.[[Month]], in ToTemporalDate() 2353 // 18. Return the Record { [[Year]]: year, [[Month]]: month, [[Day]]: day, in ParseISODateTime() 2396 // 4. Return the Record { [[Year]] in ParseTemporalDateString() 5233 MaybeHandle<Smi> JSTemporalCalendar::Year(Isolate* isolate, Year() function in v8::internal::JSTemporalCalendar [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 4834 V(year, Year) \ in InitializeGlobal_harmony_temporal() 4961 V(year, Year) \ in InitializeGlobal_harmony_temporal() 5039 V(year, Year) \ in InitializeGlobal_harmony_temporal() 5226 V(year, Year) \ in InitializeGlobal_harmony_temporal() 5359 V(year, Year, 1) \ in InitializeGlobal_harmony_temporal()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 3469 % This produces Day Month Year style of output.
|
Completed in 27 milliseconds