Searched defs:hour (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/ |
D | formatrangetoparts.js | 33 hour: "numeric", minute: "numeric", second: "numeric" property
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | time.cpp | 44 int hour = nowtm.tm_hour; in IsDst() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_date.cpp | 133 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
|
D | date_parse.cpp | 95 DateUnit hour = proxy->GetDate(); in ParseIsoDateTime() local
|
D | js_relative_time_format.cpp | 188 JSHandle<EcmaString> hour = JSHandle<EcmaString>::Cast(globalConst->GetHandledHourString()); in SingularUnitToIcuUnit() local 303 JSHandle<EcmaString> hour = JSHandle<EcmaString>::Cast(globalConst->GetHandledHourString()); in SingularUnitString() local
|
D | date_parse.h | 353 void SetHour(int hour) in SetHour()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_date_time_format_test.cpp | 615 …auto hour = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 9).Ge… in HWTEST_F_L0() local
|