Home
last modified time | relevance | path

Searched defs:locales (Results 1 - 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_intl.cpp29 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in GetCanonicalLocales() local
H A Dbuiltins_collator.cpp53 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in CollatorConstructor() local
70 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
H A Dbuiltins_displaynames.cpp44 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in DisplayNamesConstructor() local
62 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
H A Dbuiltins_list_format.cpp47 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ListFormatConstructor() local
65 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
H A Dbuiltins_number_format.cpp49 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in NumberFormatConstructor() local
88 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
H A Dbuiltins_plural_rules.cpp46 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in PluralRulesConstructor() local
64 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
H A Dbuiltins_relative_time_format.cpp43 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in RelativeTimeFormatConstructor() local
76 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
H A Dbuiltins_segmenter.cpp45 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SegmenterConstructor() local
63 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
H A Dbuiltins_bigint.cpp109 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleString() local
H A Dbuiltins_date_time_format.cpp52 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in DateTimeFormatConstructor() local
92 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
H A Dbuiltins_date.cpp247 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleString() local
328 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); ToLocaleDateString() local
409 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); ToLocaleTimeString() local
[all...]
H A Dbuiltins_number.cpp308 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleString() local
/arkcompiler/ets_runtime/ecmascript/intl/
H A Dglobal_intl_helper.h73 std::unique_ptr<T> GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, in GetGlobalObject() argument
87 T *GetGlobalObject(JSThread *thread, const JSHandle<JSTaggedValue> &locales, in GetGlobalObject() argument
H A Dglobal_intl_helper.cpp205 LocalesToVector(JSThread *thread, const JSHandle<JSTaggedValue> &locales) LocalesToVector() argument
H A Dlocale_helper.cpp51 JSHandle<TaggedArray> LocaleHelper::CanonicalizeLocaleList(JSThread *thread, const JSHandle<JSTaggedValue> &locales) in CanonicalizeLocaleList() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segmenter.cpp79 InitializeSegmenter(JSThread *thread, const JSHandle<JSSegmenter> &segmenter, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeSegmenter() argument
H A Djs_plural_rules.cpp105 JSHandle<TaggedArray> locales = factory->NewTaggedArray(icuAvailableLocales.size()); in BuildLocaleSet() local
115 bool GetNextLocale(icu::StringEnumeration *locales, std::string &localeStr, int32_t *len) in GetNextLocale() argument
149 InitializePluralRules(JSThread *thread, const JSHandle<JSPluralRules> &pluralRules, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializePluralRules() argument
[all...]
H A Djs_list_format.cpp77 InitializeListFormat(JSThread *thread, const JSHandle<JSListFormat> &listFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeListFormat() argument
H A Djs_relative_time_format.cpp22 InitializeRelativeTimeFormat( JSThread *thread, const JSHandle<JSRelativeTimeFormat> &relativeTimeFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeRelativeTimeFormat() argument
H A Djs_displaynames.cpp363 icu::Locale locales = icuLocaldisplaynames->getLocale(); in CanonicalCodeForDisplayNames() local
135 InitializeDisplayNames(JSThread *thread, const JSHandle<JSDisplayNames> &displayNames, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeDisplayNames() argument
H A Djs_collator.cpp347 icu::Collator *JSCollator::GetCachedIcuCollator(JSThread *thread, const JSTaggedValue &locales) in GetCachedIcuCollator() argument
103 InitializeCollator(JSThread *thread, const JSHandle<JSCollator> &collator, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, bool forIcuCache, bool enableLocaleCache) InitializeCollator() argument
358 GetCachedIcuCollator(JSThread *thread, const JSHandle<JSTaggedValue> &locales) GetCachedIcuCollator() argument
501 CompareStringsOptionFor(JSThread* thread, JSHandle<JSTaggedValue> locales) CompareStringsOptionFor() argument
536 CompareStringsOptionFor(JSThread* thread, JSHandle<JSTaggedValue> locales, JSHandle<JSTaggedValue> options) CompareStringsOptionFor() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_list_format_test.cpp84 JSHandle<JSLocale> locales = in CreateJSListFormatterTest() local
129 JSHandle<JSLocale> locales = in HWTEST_F_L0() local
H A Djs_date_time_format_second_test.cpp307 JSHandle<JSLocale> locales = in HWTEST_F_L0() local
H A Djs_date_time_format_first_test.cpp123 JSHandle<JSLocale> locales = in HWTEST_F_L0() local
H A Decma_test_common.h405 JSHandle<JSLocale> locales = in CreateDateTimeFormatTest() local

Completed in 19 milliseconds

12