/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_displaynames.h | 28 static JSTaggedValue SupportedLocalesOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_plural_rules.h | 28 static JSTaggedValue SupportedLocalesOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_segmenter.h | 28 static JSTaggedValue SupportedLocalesOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_collator.h | 28 static JSTaggedValue SupportedLocalesOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_list_format.h | 28 static JSTaggedValue SupportedLocalesOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_relative_time_format.h | 39 static JSTaggedValue SupportedLocalesOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_date_time_format.h | 29 static JSTaggedValue SupportedLocalesOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_number_format.h | 28 static JSTaggedValue SupportedLocalesOf(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_collator.cpp | 61 JSTaggedValue BuiltinsCollator::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf() function in panda::ecmascript::builtins::BuiltinsCollator 64 BUILTINS_API_TRACE(thread, Collator, SupportedLocalesOf); in SupportedLocalesOf()
|
H A D | builtins_displaynames.cpp | 52 JSTaggedValue BuiltinsDisplayNames::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf() function in panda::ecmascript::builtins::BuiltinsDisplayNames 55 BUILTINS_API_TRACE(thread, DisplayNames, SupportedLocalesOf); in SupportedLocalesOf()
|
H A D | builtins_plural_rules.cpp | 54 JSTaggedValue BuiltinsPluralRules::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf() function in panda::ecmascript::builtins::BuiltinsPluralRules 57 BUILTINS_API_TRACE(thread, PluralRules, SupportedLocalesOf); in SupportedLocalesOf()
|
H A D | builtins_segmenter.cpp | 53 JSTaggedValue BuiltinsSegmenter::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf() function in panda::ecmascript::builtins::BuiltinsSegmenter 56 BUILTINS_API_TRACE(thread, Segmenter, SupportedLocalesOf); in SupportedLocalesOf()
|
H A D | builtins_list_format.cpp | 55 JSTaggedValue BuiltinsListFormat::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf() function in panda::ecmascript::builtins::BuiltinsListFormat 58 BUILTINS_API_TRACE(thread, ListFormat, SupportedLocalesOf); in SupportedLocalesOf()
|
H A D | builtins_relative_time_format.cpp | 64 JSTaggedValue BuiltinsRelativeTimeFormat::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf() function in panda::ecmascript::builtins::BuiltinsRelativeTimeFormat 67 BUILTINS_API_TRACE(thread, RelativeTimeFormat, SupportedLocalesOf); in SupportedLocalesOf()
|
H A D | builtins_number_format.cpp | 79 JSTaggedValue BuiltinsNumberFormat::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf() function in panda::ecmascript::builtins::BuiltinsNumberFormat 82 BUILTINS_API_TRACE(thread, NumberFormat, SupportedLocalesOf); in SupportedLocalesOf()
|
H A D | builtins_date_time_format.cpp | 83 JSTaggedValue BuiltinsDateTimeFormat::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf() function in panda::ecmascript::builtins::BuiltinsDateTimeFormat 86 BUILTINS_API_TRACE(thread, DateTimeFormat, SupportedLocalesOf); in SupportedLocalesOf()
|
H A D | builtins.cpp | 3275 SetFunction(env, dtfFunction, "supportedLocalesOf", DateTimeFormat::SupportedLocalesOf, FunctionLength::ONE); in InitializeDateTimeFormat() 3320 SetFunction(env, rtfFunction, "supportedLocalesOf", RelativeTimeFormat::SupportedLocalesOf, FunctionLength::ONE); in InitializeRelativeTimeFormat() 3358 SetFunction(env, nfFunction, "supportedLocalesOf", NumberFormat::SupportedLocalesOf, FunctionLength::ONE); in InitializeNumberFormat() 3461 SetFunction(env, collatorFunction, "supportedLocalesOf", Collator::SupportedLocalesOf, FunctionLength::ONE); in InitializeCollator() 3499 SetFunction(env, prFunction, "supportedLocalesOf", PluralRules::SupportedLocalesOf, FunctionLength::ONE); in InitializePluralRules() 3534 SetFunction(env, dnFunction, "supportedLocalesOf", DisplayNames::SupportedLocalesOf, FunctionLength::ONE); in InitializeDisplayNames() 3569 SetFunction(env, lfFunction, "supportedLocalesOf", ListFormat::SupportedLocalesOf, FunctionLength::ONE); in InitializeListFormat() 3607 SetFunction(env, sgFunction, "supportedLocalesOf", Segmenter::SupportedLocalesOf, FunctionLength::ONE); in InitializeSegmenter()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_plural_rules_test.cpp | 141 HWTEST_F_L0(BuiltinsPluralRulesTest, SupportedLocalesOf) in HWTEST_F_L0() 154 JSTaggedValue resultArr = BuiltinsPluralRules::SupportedLocalesOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
H A D | builtins_displaynames_test.cpp | 172 // SupportedLocalesOf("best fit")
186 JSTaggedValue resultArr = BuiltinsDisplayNames::SupportedLocalesOf(ecmaRuntimeCallInfo);
in HWTEST_F_L0() 196 // SupportedLocalesOf("look up")
216 JSTaggedValue resultArr = BuiltinsDisplayNames::SupportedLocalesOf(ecmaRuntimeCallInfo);
in HWTEST_F_L0()
|
H A D | builtins_list_format_second_test.cpp | 144 // SupportedLocalesOf("best fit") 158 JSTaggedValue resultArr = BuiltinsListFormat::SupportedLocalesOf(ecmaRuntimeCallInfo); in HWTEST_F_L0() 168 // SupportedLocalesOf("look up") 189 JSTaggedValue resultArr = BuiltinsListFormat::SupportedLocalesOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
H A D | builtins_date_time_format_second_test.cpp | 64 // SupportedLocalesOf("best fit") 78 JSTaggedValue resultArr = BuiltinsDateTimeFormat::SupportedLocalesOf(ecmaRuntimeCallInfo); in HWTEST_F_L0() 89 // SupportedLocalesOf("look up") 110 JSTaggedValue resultArr = BuiltinsDateTimeFormat::SupportedLocalesOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
H A D | builtins_collator_test.cpp | 69 result = BuiltinsCollator::SupportedLocalesOf(ecmaRuntimeCallInfo); in CollatorAlgorithm() 301 HWTEST_F_L0(BuiltinsCollatorTest, SupportedLocalesOf) in HWTEST_F_L0()
|
H A D | builtins_segmenter_test.cpp | 134 // SupportedLocalesOf("lookup") 135 HWTEST_F_L0(BuiltinsSegmenterTest, SupportedLocalesOf) in HWTEST_F_L0() 155 JSTaggedValue resultArr = BuiltinsSegmenter::SupportedLocalesOf(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 386 V(Collator, SupportedLocalesOf) \ 432 V(DateTimeFormat, SupportedLocalesOf) \ 440 V(DisplayNames, SupportedLocalesOf) \ 444 V(Segmenter, SupportedLocalesOf) \ 593 V(NumberFormat, SupportedLocalesOf) \ 680 V(PluralRules, SupportedLocalesOf) \ 765 V(RelativeTimeFormat, SupportedLocalesOf) \ 993 V(ListFormat, SupportedLocalesOf) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 659 reinterpret_cast<uintptr_t>(DisplayNames::SupportedLocalesOf), 678 reinterpret_cast<uintptr_t>(DateTimeFormat::SupportedLocalesOf), 685 reinterpret_cast<uintptr_t>(NumberFormat::SupportedLocalesOf), 690 reinterpret_cast<uintptr_t>(RelativeTimeFormat::SupportedLocalesOf), 695 reinterpret_cast<uintptr_t>(Collator::SupportedLocalesOf), 699 reinterpret_cast<uintptr_t>(PluralRules::SupportedLocalesOf), 703 reinterpret_cast<uintptr_t>(ListFormat::SupportedLocalesOf), 708 reinterpret_cast<uintptr_t>(Segmenter::SupportedLocalesOf),
|