Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_format_test.cpp140 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
168 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
195 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
220 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
242 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("zh-CN")); in HWTEST_F_L0() local
283 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("de-DE")); in HWTEST_F_L0() local
322 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
Dbuiltins_displaynames_test.cpp101 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en")); in HWTEST_F_L0() local
Dbuiltins_locale_test.cpp79 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("zh-Hans-CN")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_number_format_test.cpp178 JSHandle<JSTaggedValue> localeString(factory->NewFromASCII("en-US")); in HWTEST_F_L0() local
Djs_locale_test.cpp505 JSHandle<EcmaString> localeString = factory->NewFromASCII("en-Latn-US"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp54 JSHandle<EcmaString> localeString = factory->GetEmptyString(); in LocaleConstructor() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp151 JSLocale::ParsedLocale JSLocale::HandleLocale(const JSHandle<EcmaString> &localeString) in HandleLocale()
1230 const JSHandle<EcmaString> &localeString, in InitializeLocale()