Home
last modified time | relevance | path

Searched defs:fallback (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
Dark_gclog_parser.py32 fallback = ArkFallbackParser() variable in ArkGcLogParser
54 fallback = ArkSyslogFallbackParser() variable in ArkSyslogGcParser
/arkcompiler/ets_runtime/ecmascript/
Djs_displaynames.cpp209 auto fallback = JSLocale::GetOptionOfString<FallbackOption>(thread, optionsObject, property, in InitializeDisplayNames() local
475 JSHandle<JSTaggedValue> FallbackOptionToEcmaString(JSThread *thread, FallbackOption fallback) in FallbackOptionToEcmaString()
537 FallbackOption fallback = displayNames->GetFallback(); in ResolvedOptions() local
Djs_locale.cpp280 const JSHandle<JSTaggedValue> &fallback) in GetOption()
362 int fallback) in DefaultNumberOption()
383 … const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption()
698 const JSHandle<JSTaggedValue> &property, bool fallback, bool *res) in GetOptionOfBool()
Djs_locale.h238 const std::vector<std::string> &strValues, T fallback) in GetOptionOfString()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_displaynames.cpp107 FallbackOption fallback = displayNames->GetFallback(); in Of() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlDisplayNames.cpp351 … ani_string type, ani_string code, ani_string style, ani_string fallback, in StdCoreIntlDisplayNamesOf()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp490 JSHandle<JSTaggedValue> fallback(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local