Home
last modified time | relevance | path

Searched defs:formatResult (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_format_test.cpp103 JSTaggedValue formatResult = BuiltinsFormatTest(thread, optionsObj, numberVal, localeString); in HWTEST_F_L0() local
134 JSTaggedValue formatResult = BuiltinsFormatTest(thread, optionsObj, numberVal, localeString); in HWTEST_F_L0() local
159 JSTaggedValue formatResult = BuiltinsFormatTest(thread, optionsObj, numberVal, localeString); in HWTEST_F_L0() local
184 JSTaggedValue formatResult = BuiltinsFormatTest(thread, optionsObj, numberVal, localeString); in HWTEST_F_L0() local
205 JSTaggedValue formatResult = BuiltinsFormatTest(thread, optionsObj, numberVal, localeString); in HWTEST_F_L0() local
250 JSTaggedValue formatResult = BuiltinsFormatTest(thread, optionsObj, numberVal, localeString); in HWTEST_F_L0() local
Dbuiltins_date_time_format_second_test.cpp121 static JSTaggedValue JSDateTime(JSThread *thread, JSTaggedValue &formatResult) in JSDateTime()
214 auto formatResult = JSDateTimeFormatForObject(thread, constructorResult); in HWTEST_F_L0() local
307 auto formatResult = JSDateTimeFormatForObject(thread, constructorResult); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_number_format_test.cpp152 JSHandle<JSTaggedValue> formatResult = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp1272 icu::UnicodeString formatResult = formatted.toString(status); in NormDateTimeRange() local