/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_intl.cpp | 29 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in GetCanonicalLocales() local
|
H A D | builtins_collator.cpp | 53 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in CollatorConstructor() local 70 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
|
H A D | builtins_displaynames.cpp | 44 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in DisplayNamesConstructor() local 62 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
|
H A D | builtins_list_format.cpp | 47 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ListFormatConstructor() local 65 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
|
H A D | builtins_number_format.cpp | 49 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in NumberFormatConstructor() local 88 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
|
H A D | builtins_plural_rules.cpp | 46 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in PluralRulesConstructor() local 64 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
|
H A D | builtins_relative_time_format.cpp | 43 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in RelativeTimeFormatConstructor() local 76 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
|
H A D | builtins_segmenter.cpp | 45 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SegmenterConstructor() local 63 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
|
H A D | builtins_bigint.cpp | 109 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleString() local
|
H A D | builtins_date_time_format.cpp | 52 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in DateTimeFormatConstructor() local 92 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in SupportedLocalesOf() local
|
H A D | builtins_date.cpp | 247 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 D | builtins_number.cpp | 308 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleString() local
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
H A D | global_intl_helper.h | 73 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 D | global_intl_helper.cpp | 205 LocalesToVector(JSThread *thread, const JSHandle<JSTaggedValue> &locales) LocalesToVector() argument
|
H A D | locale_helper.cpp | 51 JSHandle<TaggedArray> LocaleHelper::CanonicalizeLocaleList(JSThread *thread, const JSHandle<JSTaggedValue> &locales) in CanonicalizeLocaleList() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_segmenter.cpp | 79 InitializeSegmenter(JSThread *thread, const JSHandle<JSSegmenter> &segmenter, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeSegmenter() argument
|
H A D | js_plural_rules.cpp | 105 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 D | js_list_format.cpp | 77 InitializeListFormat(JSThread *thread, const JSHandle<JSListFormat> &listFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeListFormat() argument
|
H A D | js_relative_time_format.cpp | 22 InitializeRelativeTimeFormat( JSThread *thread, const JSHandle<JSRelativeTimeFormat> &relativeTimeFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) InitializeRelativeTimeFormat() argument
|
H A D | js_displaynames.cpp | 363 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 D | js_collator.cpp | 347 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 D | js_list_format_test.cpp | 84 JSHandle<JSLocale> locales = in CreateJSListFormatterTest() local 129 JSHandle<JSLocale> locales = in HWTEST_F_L0() local
|
H A D | js_date_time_format_second_test.cpp | 307 JSHandle<JSLocale> locales = in HWTEST_F_L0() local
|
H A D | js_date_time_format_first_test.cpp | 123 JSHandle<JSLocale> locales = in HWTEST_F_L0() local
|
H A D | ecma_test_common.h | 405 JSHandle<JSLocale> locales = in CreateDateTimeFormatTest() local
|