Home
last modified time | relevance | path

Searched refs:mnidKey (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_locale_test.cpp271 JSHandle<JSTaggedValue> mnidKey = thread->GlobalConstants()->GetHandledMinimumIntegerDigitsString(); in HWTEST_F_L0() local
279 JSObject::SetProperty(thread, optionsObj, mnidKey, mnidValue); in HWTEST_F_L0()
300 JSHandle<JSTaggedValue> mnidKey = thread->GlobalConstants()->GetHandledMinimumIntegerDigitsString(); in HWTEST_F_L0() local
304 JSObject::SetProperty(thread, optionsObj, mnidKey, mnidValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.h536 JSHandle<JSTaggedValue> mnidKey = globalConst->GetHandledMinimumIntegerDigitsString(); in SetNumberFormatDigitOptions() local
537 int mnid = GetNumberOption(thread, JSHandle<JSObject>::Cast(options), mnidKey, 1, MAX_DIGITS, 1); in SetNumberFormatDigitOptions()

Completed in 3 milliseconds