Home
last modified time | relevance | path

Searched refs:FormatCommon (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_relative_time_format_test.cpp77 JSTaggedValue FormatCommon(JSThread *thread, JSHandle<JSRelativeTimeFormat> &jsPluralRules, in FormatCommon() function
104 auto result = FormatCommon(thread, jsPluralRules, numberValue, unitValue); in HWTEST_F_L0()
121 auto result = FormatCommon(thread, jsPluralRules, numberValue, unitValue); in HWTEST_F_L0()
139 auto result = FormatCommon(thread, jsPluralRules, numberValue, unitValue); in HWTEST_F_L0()
157 auto result = FormatCommon(thread, jsPluralRules, numberValue, unitValue); in HWTEST_F_L0()
174 auto result = FormatCommon(thread, jsPluralRules, numberValue, unitValue); in HWTEST_F_L0()
H A Dbuiltins_list_format_first_test.cpp52 JSTaggedValue FormatCommon(JSThread* thread, JSHandle<JSListFormat>& jsFormat, JSTaggedValue value) in FormatCommon() function
75 auto result = FormatCommon(thread, jSListFormat, listValue.GetTaggedValue()); in HWTEST_F_L0()
107 auto result = FormatCommon(thread, jSListFormat, value.GetTaggedValue()); in CommonTest()
H A Dbuiltins_date_time_format_first_test.cpp102 JSHandle<EcmaString> FormatCommon(JSThread *thread, std::string_view localeStr, double days) in FormatCommon() function
130 auto resultStr = FormatCommon(thread, "en-US", days); in HWTEST_F_L0()
138 auto resultStr = FormatCommon(thread, "pt-BR", days); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_list_format_test.cpp150 JSHandle<JSArray> FormatCommon(JSThread *thread, std::vector<std::string>& strs) in FormatCommon() function
186 JSHandle<JSArray> valueArr = FormatCommon(thread, strs); in HWTEST_F_L0()
202 JSHandle<JSArray> valueArr = FormatCommon(thread, strs); in HWTEST_F_L0()
217 JSHandle<JSArray> valueArr = FormatCommon(thread, strs); in HWTEST_F_L0()
241 JSHandle<JSArray> valueArr = FormatCommon(thread, strs); in HWTEST_F_L0()

Completed in 5 milliseconds