/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_displaynames_test.cpp | 196 JSHandle<JSTaggedValue> localeKey = globalConst->GetHandledLocaleString(); in HWTEST_F_L0() local 224 JSObject::GetProperty(thread, displayOptions, localeKey).GetValue(), locale), true); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_plural_rules_test.cpp | 184 JSHandle<JSTaggedValue> localeKey = globalConst->GetHandledLocaleString(); in HWTEST_F_L0() local 187 JSObject::GetProperty(thread, resultObj, localeKey).GetValue(), localeValue), true); in HWTEST_F_L0()
|
H A D | builtins_displaynames_test.cpp | 245 JSHandle<JSTaggedValue> localeKey = globalConst->GetHandledLocaleString();
in HWTEST_F_L0() local 248 JSObject::GetProperty(thread, resultObj, localeKey).GetValue(), localeValue), true);
in HWTEST_F_L0()
|
H A D | builtins_list_format_second_test.cpp | 220 JSHandle<JSTaggedValue> localeKey = globalConst->GetHandledLocaleString(); in HWTEST_F_L0() local 223 JSObject::GetProperty(thread, resultObj, localeKey).GetValue(), localeValue), true); in HWTEST_F_L0()
|
H A D | builtins_relative_time_format_test.cpp | 227 JSHandle<JSTaggedValue> localeKey = globalConst->GetHandledLocaleString(); in HWTEST_F_L0() local 229 JSObject::GetProperty(thread, resultObj, localeKey).GetValue(), locale), true); in HWTEST_F_L0()
|
H A D | builtins_date_time_format_second_test.cpp | 54 JSHandle<JSTaggedValue> localeKey = globalConst->GetHandledLocaleString(); in HWTEST_F_L0() local 57 JSObject::GetProperty(thread, resultObj, localeKey).GetValue(), localeValue), true); in HWTEST_F_L0()
|
H A D | builtins_collator_test.cpp | 287 JSHandle<JSTaggedValue> localeKey = globalConst->GetHandledLocaleString(); in HWTEST_F_L0() local 288 EXPECT_EQ(JSTaggedValue::SameValue(JSObject::GetProperty(thread, resultObj, localeKey).GetValue(), locale), true); in HWTEST_F_L0()
|
H A D | builtins_segmenter_test.cpp | 184 JSHandle<JSTaggedValue> localeKey = globalConst->GetHandledLocaleString(); in HWTEST_F_L0() local 186 JSObject::GetProperty(thread, resultObj, localeKey).GetValue(), locale), true); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_collator_stub_builder.cpp | 47 GateRef localeKey = GetGlobalConstantValue(VariableType::JS_ANY(), glue, ConstantIndex::LOCALE_STRING_INDEX); in ResolvedOptions() local 49 CreateDataPropertyOrThrow(glue, *options, localeKey, locale); in ResolvedOptions()
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
H A D | locale_helper.cpp | 435 std::vector<std::string> LocaleHelper::GetAvailableLocales(JSThread *thread, const char *localeKey, in GetAvailableLocales() argument 459 if (localePath != nullptr || localeKey != nullptr) { in GetAvailableLocales() 462 if (!CheckLocales(locale, localeKey, localePath, res)) { in GetAvailableLocales()
|