Home
last modified time | relevance | path

Searched defs:matcher (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_regexp_iterator.cpp105 CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) CreateRegExpStringIterator() argument
H A Djs_segmenter.cpp104 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeSegmenter() local
H A Djs_plural_rules.cpp172 LocaleMatcherOption matcher = in InitializePluralRules() local
H A Djs_list_format.cpp105 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeListFormat() local
H A Djs_relative_time_format.cpp44 LocaleMatcherOption matcher = in InitializeRelativeTimeFormat() local
H A Djs_displaynames.cpp162 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDisplayNames() local
H A Djs_collator.cpp136 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeCollator() local
H A Djs_locale.cpp147 icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocales); in BestFitMatcher() local
215 icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocales); in BestFitSupportedLocales() local
257 [[maybe_unused]] LocaleMatcherOption matcher = GetOptionOfString<LocaleMatcherOption>(thread, in SupportedLocales() local
463 ResolveLocale(JSThread *thread, const JSHandle<TaggedArray> &availableLocales, const JSHandle<TaggedArray> &requestedLocales, [[maybe_unused]] LocaleMatcherOption matcher, const std::set<std::string> &relevantExtensionKeys) ResolveLocale() argument
[all...]
H A Djs_number_format.cpp523 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeNumberFormat() local
H A Djs_date_time_format.cpp352 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDateTimeFormat() local
H A Dobject_factory.cpp3438 JSHandle<JSRegExpIterator> ObjectFactory::NewJSRegExpIterator(const JSHandle<JSTaggedValue> &matcher, in NewJSRegExpIterator() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_class_wrapper.h90 void SetJSBuiltinMatcher(std::function<EtsObject *(InteropCtx *, napi_value, bool)> &&matcher) in SetJSBuiltinMatcher() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Djson_object_matcher.h185 auto JsonElements(testing::Matcher<PropertyType>... matcher) in JsonElements() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp620 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchTag); in Match() local
702 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchAllTag); in MatchAll() local
[all...]

Completed in 26 milliseconds