Home
last modified time | relevance | path

Searched refs:FormatNumeric (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp106 …JSHandle<JSTaggedValue> result = JSNumberFormat::FormatNumeric(thread, numberFormatter, x.GetTagge… in ToLocaleString()
122 …JSHandle<JSTaggedValue> result = JSNumberFormat::FormatNumeric(thread, numberFormatter, x.GetTagge… in ToLocaleString()
128 …JSHandle<JSTaggedValue> result = JSNumberFormat::FormatNumeric(thread, numberFormat, x.GetTaggedVa… in ToLocaleString()
Dbuiltins_number.cpp314 …JSHandle<JSTaggedValue> result = JSNumberFormat::FormatNumeric(thread, numberFormatter, x.GetTagge… in ToLocaleString()
330 …JSHandle<JSTaggedValue> result = JSNumberFormat::FormatNumeric(thread, numberFormatter, x.GetTagge… in ToLocaleString()
336 …JSHandle<JSTaggedValue> result = JSNumberFormat::FormatNumeric(thread, numberFormat, x.GetTaggedVa… in ToLocaleString()
Dbuiltins_number_format.cpp213 … JSNumberFormat::FormatNumeric(thread, JSHandle<JSNumberFormat>::Cast(nf), x.GetTaggedValue()); in NumberFormatInternalFormatNumber()
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.h127 …static JSHandle<JSTaggedValue> FormatNumeric(JSThread *thread, const JSHandle<JSNumberFormat> &num…
129 static JSHandle<JSTaggedValue> FormatNumeric(JSThread *thread,
Djs_number_format.cpp709 JSHandle<JSTaggedValue> JSNumberFormat::FormatNumeric(JSThread *thread, const JSHandle<JSNumberForm… in FormatNumeric() function in panda::ecmascript::JSNumberFormat
714 JSHandle<JSTaggedValue> res = FormatNumeric(thread, icuNumberFormat, x); in FormatNumeric()
718 JSHandle<JSTaggedValue> JSNumberFormat::FormatNumeric(JSThread *thread, in FormatNumeric() function in panda::ecmascript::JSNumberFormat
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_number_format_test.cpp166 HWTEST_F_L0(JSNumberFormatTest, FormatNumeric) in HWTEST_F_L0() argument
187 JSNumberFormat::FormatNumeric(thread, numberFormat, jsBigInt.GetTaggedValue()); in HWTEST_F_L0()