Searched refs:FormatCommon (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_relative_time_format_test.cpp | 77 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 D | builtins_list_format_first_test.cpp | 52 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 D | builtins_date_time_format_first_test.cpp | 102 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 D | js_list_format_test.cpp | 150 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