Searched defs:timeValue (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | date_parse.cpp | 28 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()
|
| D | js_date.cpp | 303 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
|
| D | object_fast_operator-inl.h | 981 double timeValue = JSDate::TimeClip(JSDate::MakeDate(day, 0)); in FastParseDate() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_date.cpp | 46 JSTaggedValue timeValue(0.0); in DateConstructor() local 466 JSTaggedValue &timeValue) in ExtractDateFields()
|