Searched refs:localesString (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_date_time_format_second_test.cpp | 138 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 D | builtins_plural_rules_test.cpp | 36 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 D | builtins_collator_test.cpp | 113 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 D | builtins_relative_time_format_test.cpp | 36 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 D | builtins_list_format_first_test.cpp | 38 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-GB")); in HWTEST_F_L0() 42 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
|
H A D | builtins_date_time_format_first_test.cpp | 42 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() 46 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
|
H A D | builtin_test_util.h | 192 JSHandle<JSTaggedValue> localesString = locale; in JSDateTimeFormatCreateWithLocaleTest() local 196 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in JSDateTimeFormatCreateWithLocaleTest()
|
H A D | builtins_displaynames_test.cpp | 40 JSHandle<JSTaggedValue> localesString = locale;
in JSDisplayNamesCreateWithOptionTest() local 41 std::vector<JSTaggedValue> args{localesString.GetTaggedValue(), optionsObj.GetTaggedValue()};
in JSDisplayNamesCreateWithOptionTest()
|
H A D | builtins_number_format_test.cpp | 37 JSHandle<JSTaggedValue> localesString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() 41 ecmaRuntimeCallInfo->SetCallArg(0, localesString.GetTaggedValue()); in HWTEST_F_L0()
|
H A D | builtins_segmenter_test.cpp | 99 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 D | js_collator.cpp | 525 JSHandle<EcmaString> localesString = JSHandle<EcmaString>::Cast(locales); in CompareStringsOptionFor() local 526 CString localesStr = ConvertToString(*localesString, StringConvertedUsage::LOGICOPERATION); in CompareStringsOptionFor()
|
Completed in 10 milliseconds