Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.cpp630 JSHandle<TaggedArray> locales = factory->NewTaggedArray(icuAvailableLocales.size()); in ConstructLocaleList() local
H A Djs_number_format.cpp498 InitializeNumberFormat(JSThread *thread, const JSHandle<JSNumberFormat> &numberFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, bool forIcuCache) InitializeNumberFormat() argument
767 GetCachedIcuNumberFormatter(JSThread *thread, const JSHandle<JSTaggedValue> &locales) GetCachedIcuNumberFormatter() argument
H A Djs_date_time_format.cpp328 InitializeDateTimeFormat(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, IcuCacheType type) InitializeDateTimeFormat() argument
682 GetCachedIcuSimpleDateFormat(JSThread *thread, const JSHandle<JSTaggedValue> &locales, IcuFormatterType type) GetCachedIcuSimpleDateFormat() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_array.cpp2630 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleString() local
H A Dbuiltins_string.cpp532 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 1); in LocaleCompare() local
537 DoLocaleCompare(JSThread *thread, const JSHandle<EcmaString> &thisHandle, const JSHandle<EcmaString> &thatHandle, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options) DoLocaleCompare() argument
572 LocaleCompareGC(JSThread *thread, const JSHandle<EcmaString> &thisHandle, const JSHandle<EcmaString> &thatHandle, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, CompareStringsOption csOption, bool cacheable) LocaleCompareGC() argument
1896 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); ToLocaleLowerCase() local
1957 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); ToLocaleUpperCase() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp4713 JSHandle<JSLocale> locales = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp2437 GateRef locales = GetCallArg1(numArgs); in LocaleCompare() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3638 JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
3835 JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
3882 JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
[all...]

Completed in 45 milliseconds

12