Home
last modified time | relevance | path

Searched refs:localesString (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_date_time_format_second_test.cpp138 JSHandle<JSTaggedValue> &localesString) in JSDateTimeFormatConstructor()
146 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in JSDateTimeFormatConstructor()
178 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-US")); in JSDateTimeFormatForObj_001()
211 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-US")); in HWTEST_F_L0()
213 auto constructorResult = JSDateTimeFormatConstructor(thread, jsObj, localesString); in HWTEST_F_L0()
304 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("zh-CN")); in HWTEST_F_L0()
306 auto constructorResult = JSDateTimeFormatConstructor(thread, jsObj, localesString); in HWTEST_F_L0()
317 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("zh-CN")); in HWTEST_F_L0()
320 auto constructorResult = JSDateTimeFormatConstructor(thread, jsObj, localesString); in HWTEST_F_L0()
340 JSHandle<JSTaggedValue> localesString(factor in HWTEST_F_L0()
137 JSDateTimeFormatConstructor(JSThread *thread, JSHandle<JSObject> &optionsObj, JSHandle<JSTaggedValue> &localesString) JSDateTimeFormatConstructor() argument
[all...]
H A Dbuiltins_plural_rules_test.cpp36 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-US")); in HWTEST_F_L0()
40 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
63 JSHandle<JSTaggedValue> localesString = locale; in JSPluralRulesCreateWithLocaleTest() local
64 std::vector<JSTaggedValue> args{ localesString.GetTaggedValue(), optionsObj.GetTaggedValue()}; in JSPluralRulesCreateWithLocaleTest()
H A Dbuiltins_collator_test.cpp113 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-Latn-US")); in HWTEST_F_L0()
123 std::vector<JSTaggedValue> vals{localesString.GetTaggedValue(), optionsObj.GetTaggedValue()}; in HWTEST_F_L0()
134 JSHandle<JSTaggedValue> localesString = locale; in JSCollatorCreateWithLocaleTest() local
135 std::vector<JSTaggedValue> vals{localesString.GetTaggedValue(), JSTaggedValue::Undefined()}; in JSCollatorCreateWithLocaleTest()
149 JSHandle<JSTaggedValue> localesString = locale; in JSCollatorCreateWithLocaleAndOptionsTest() local
159 std::vector<JSTaggedValue> vals{localesString.GetTaggedValue(), optionsObj.GetTaggedValue()}; in JSCollatorCreateWithLocaleAndOptionsTest()
H A Dbuiltins_relative_time_format_test.cpp36 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en")); in HWTEST_F_L0()
40 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
63 JSHandle<JSTaggedValue> localesString = locale; in JSRelativeTimeFormatCreateWithLocaleTest() local
67 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in JSRelativeTimeFormatCreateWithLocaleTest()
H A Dbuiltins_list_format_first_test.cpp38 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-GB")); in HWTEST_F_L0()
42 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
H A Dbuiltins_date_time_format_first_test.cpp42 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-US")); in HWTEST_F_L0()
46 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
H A Dbuiltin_test_util.h192 JSHandle<JSTaggedValue> localesString = locale; in JSDateTimeFormatCreateWithLocaleTest() local
196 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in JSDateTimeFormatCreateWithLocaleTest()
H A Dbuiltins_displaynames_test.cpp40 JSHandle<JSTaggedValue> localesString = locale; in JSDisplayNamesCreateWithOptionTest() local
41 std::vector<JSTaggedValue> args{localesString.GetTaggedValue(), optionsObj.GetTaggedValue()}; in JSDisplayNamesCreateWithOptionTest()
H A Dbuiltins_number_format_test.cpp37 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-US")); in HWTEST_F_L0()
41 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
H A Dbuiltins_segmenter_test.cpp99 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-US")); in HWTEST_F_L0()
104 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.cpp525 JSHandle<EcmaString> localesString = JSHandle<EcmaString>::Cast(locales); in CompareStringsOptionFor() local
526 CString localesStr = ConvertToString(*localesString, StringConvertedUsage::LOGICOPERATION); in CompareStringsOptionFor()

Completed in 10 milliseconds