Searched defs:locales (Results 26 - 33 of 33) sorted by relevance
12
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_locale.cpp | 630 JSHandle<TaggedArray> locales = factory->NewTaggedArray(icuAvailableLocales.size()); in ConstructLocaleList() local
|
| H A D | js_number_format.cpp | 498 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 D | js_date_time_format.cpp | 328 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 D | builtins_array.cpp | 2630 JSHandle<JSTaggedValue> locales = GetCallArg(argv, 0); in ToLocaleString() local
|
| H A D | builtins_string.cpp | 532 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 D | ffi_workload.cpp | 4713 JSHandle<JSLocale> locales = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_string_stub_builder.cpp | 2437 GateRef locales = GetCallArg1(numArgs);
in LocaleCompare() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3638 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