Home
last modified time | relevance | path

Searched refs:hourCycleKey (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_date_time_format_second_test.cpp43 JSHandle<JSTaggedValue> hourCycleKey = globalConst->GetHandledHourCycleString(); in HWTEST_F_L0() local
48 JSObject::SetProperty(thread, options, hourCycleKey, hourCycleValue); in HWTEST_F_L0()
H A Decma_test_common.h422 JSHandle<JSTaggedValue> hourCycleKey = thread->GlobalConstants()->GetHandledHourCycleString(); in SetHourCycleKeyValue() local
427 JSObject::SetProperty(thread, options, hourCycleKey, hourCycleValue); in SetHourCycleKeyValue()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_locale_test.cpp90 JSHandle<JSTaggedValue> hourCycleKey = thread->GlobalConstants()->GetHandledHourCycleString(); in JSLocaleCreateWithOptionTest() local
92 JSObject::SetProperty(thread, optionsObj, hourCycleKey, hourCycleValue); // test h24 in JSLocaleCreateWithOptionTest()

Completed in 3 milliseconds