Home
last modified time | relevance | path

Searched defs:years (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A Ddatedata.h43 static int years[] = { variable
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
/third_party/musl/src/time/
H A D__secs_to_tm.c13 long long days, secs, years; in __secs_to_tm() local
/third_party/node/deps/v8/src/temporal/
H A Dtemporal-parser.h90 int64_t years; // DurationYears production member
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c686 register intmax_t myy, seconds, years; in yeartot() local
H A Dlocaltime.c1274 register time_t years; in localsub() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c692 register intmax_t myy, seconds, years; in yeartot() local
H A Dlocaltime.c1272 register time_t years; in localsub() local
/third_party/tzdata/
H A Dzdump.c686 register intmax_t myy, seconds, years; in yeartot() local
H A Dlocaltime.c1512 register time_t years; in localsub() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1990 int32_t years[] = {2000, maxYear-1, maxYear, maxYear+1}; in Test4167060() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc88 int64_t years; member
793 CreateTemporalDuration( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument
846 CreateTemporalDuration( Isolate* isolate, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument
4693 Constructor( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, Handle<Object> years, Handle<Object> months, Handle<Object> weeks, Handle<Object> days, Handle<Object> hours, Handle<Object> minutes, Handle<Object> seconds, Handle<Object> milliseconds, Handle<Object> microseconds, Handle<Object> nanoseconds) Constructor() argument
[all...]

Completed in 24 milliseconds