Home
last modified time | relevance | path

Searched defs:localeString (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_format_test.cpp98 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
126 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
153 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
178 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
200 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("zh-CN")); in HWTEST_F_L0() local
241 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("de-DE")); in HWTEST_F_L0() local
280 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
Dbuiltins_displaynames_test.cpp64 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en")); in HWTEST_F_L0() local
Dbuiltins_locale_test.cpp45 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("zh-Hans-CN")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_number_format_test.cpp145 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
Dlocale_helper_test.cpp259 JSHandle<EcmaString> localeString = factory->NewFromASCII("en-Latn-US"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp385 …ParsedLocale LocaleHelper::HandleLocale(JSThread *thread, const JSHandle<EcmaString> &localeString) in HandleLocale()
390 LocaleHelper::ParsedLocale LocaleHelper::HandleLocale(const std::string &localeString) in HandleLocale()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocale.cpp55 ParsedLocale HandleLocale(const std::string &localeString) in HandleLocale()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp54 JSHandle<EcmaString> localeString = factory->GetEmptyString(); in LocaleConstructor() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp951 const JSHandle<EcmaString> &localeString, in InitializeLocale()