Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js33 hour: "numeric", minute: "numeric", second: "numeric" property
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp44 int hour = nowtm.tm_hour; in IsDst() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp133 double JSDate::MakeTime(double hour, double min, double sec, double ms) in MakeTime()
690 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToDateString() local
714 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToISOString() local
751 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToString() local
777 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToTimeString() local
801 CString hour = StrToTargetLength(ToCString(fields[HOUR]), STR_LENGTH_OTHERS); in ToUTCString() local
Djs_relative_time_format.cpp191 JSHandle<EcmaString> hour = JSHandle<EcmaString>::Cast(globalConst->GetHandledHourString()); in SingularUnitToIcuUnit() local
306 JSHandle<EcmaString> hour = JSHandle<EcmaString>::Cast(globalConst->GetHandledHourString()); in SingularUnitString() local
Ddate_parse.cpp95 DateUnit hour = proxy->GetDate(); in ParseIsoDateTime() local
Ddate_parse.h358 void SetHour(int hour) in SetHour()
/arkcompiler/ets_runtime/test/moduletest/regress/
Dregress.js232 …const datesList = [{ year: '2021', month: '10', day: '22', hour: '10', minute: '12', second: '32' … property
233 { year: '2021', month: '8', day: '3', hour: '9', minute: '9', second: '6' }]; property
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp57 int hour = nowTime->tm_hour; in EmitLogForDevelop() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp372 …auto hour = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 9).Ge… in HWTEST_F_L0() local