Searched refs:mnidKey (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_locale_test.cpp | 304 …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/ |
D | js_locale.h | 521 JSHandle<JSTaggedValue> mnidKey = globalConst->GetHandledMinimumIntegerDigitsString(); in SetNumberFormatDigitOptions() local 522 … int mnid = GetNumberOption(thread, JSHandle<JSObject>::Cast(options), mnidKey, 1, MAX_DIGITS, 1); in SetNumberFormatDigitOptions()
|