Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp304 …JSHandle<JSTaggedValue> mnidKey = thread->GlobalConstants()->GetHandledMinimumIntegerDigitsString(… in HWTEST_F_L0() local
312 JSObject::SetProperty(thread, optionsObj, mnidKey, mnidValue); in HWTEST_F_L0()
333 …JSHandle<JSTaggedValue> mnidKey = thread->GlobalConstants()->GetHandledMinimumIntegerDigitsString(… in HWTEST_F_L0() local
337 JSObject::SetProperty(thread, optionsObj, mnidKey, mnidValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h521 JSHandle<JSTaggedValue> mnidKey = globalConst->GetHandledMinimumIntegerDigitsString(); in SetNumberFormatDigitOptions() local
522 … int mnid = GetNumberOption(thread, JSHandle<JSObject>::Cast(options), mnidKey, 1, MAX_DIGITS, 1); in SetNumberFormatDigitOptions()