Home
last modified time | relevance | path

Searched defs:timeValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp28 TimeValue timeValue; in ParseDateString() local
92 bool DateParse::ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseIsoDateTime()
180 bool DateParse::ParseLegacyDates(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseLegacyDates()
Djs_date.cpp303 double timeValue = TimeClip(MakeDate(day, time)); in LocalParseStringToMs() local
366 double timeValue = TimeClip(MakeDate(day, time)); in UtcParseStringToMs() local
450 double timeValue = TimeClip(MakeDate(day, time)); in IsoParseStringToMs() local
469 double timeValue = TimeClip(MakeDate(day, dateTime)); in GetTimeFromString() local
Dobject_fast_operator-inl.h981 double timeValue = JSDate::TimeClip(JSDate::MakeDate(day, 0)); in FastParseDate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp46 JSTaggedValue timeValue(0.0); in DateConstructor() local
466 JSTaggedValue &timeValue) in ExtractDateFields()