Home
last modified time | relevance | path

Searched defs:hour (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js33 hour: "numeric", minute: "numeric", second: "numeric" property
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp134 double JSDate::MakeTime(double hour, double min, double sec, double ms) in MakeTime()
692 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToDateString() local
716 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToISOString() local
753 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToString() local
779 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToTimeString() local
803 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToUTCString() local
Djs_relative_time_format.cpp178 JSHandle<EcmaString> hour = JSHandle<EcmaString>::Cast(globalConst->GetHandledHourString()); in SingularUnitToIcuUnit() local
292 JSHandle<EcmaString> hour = JSHandle<EcmaString>::Cast(globalConst->GetHandledHourString()); in SingularUnitString() local
Ddate_parse.cpp95 DateUnit hour = proxy->GetDate(); in ParseIsoDateTime() local
Ddate_parse.h353 void SetHour(int hour) in SetHour()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_test.cpp612 …auto hour = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 9).Ge… in HWTEST_F_L0() local