Home
last modified time | relevance | path

Searched refs:localeKey (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_displaynames_test.cpp196 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 Dbuiltins_plural_rules_test.cpp184 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 Dbuiltins_displaynames_test.cpp245 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 Dbuiltins_list_format_second_test.cpp220 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 Dbuiltins_relative_time_format_test.cpp227 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 Dbuiltins_date_time_format_second_test.cpp54 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 Dbuiltins_collator_test.cpp287 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 Dbuiltins_segmenter_test.cpp184 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 Dbuiltins_collator_stub_builder.cpp47 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 Dlocale_helper.cpp435 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()

Completed in 8 milliseconds