Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp26 TimeValue timeValue; in ParseDateString() local
90 bool DateParse::ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseIsoDateTime()
173 bool DateParse::ParseLegacyDates(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseLegacyDates()
Djs_date.cpp312 double timeValue = TimeClip(MakeDate(day, time)); in LocalParseStringToMs() local
380 double timeValue = TimeClip(MakeDate(day, time)); in UtcParseStringToMs() local
465 double timeValue = TimeClip(MakeDate(day, time)); in IsoParseStringToMs() local
484 double timeValue = TimeClip(MakeDate(day, dateTime)); in GetTimeFromString() local
Djs_serializer.cpp564 double timeValue = date->GetTimeValue().GetDouble(); in WriteJSDate() local
1421 double timeValue = 0.0; in ReadJSDate() local
Dobject_fast_operator-inl.h482 double timeValue = JSDate::TimeClip(JSDate::MakeDate(day, 0)); in FastParseDate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp51 JSTaggedValue timeValue(0.0); in DateConstructor() local
471 JSTaggedValue &timeValue) in ExtractDateFields()