Searched refs:mnidKey (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_locale_test.cpp | 271 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 D | js_locale.h | 536 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