Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp110const JSHandle<JSTaggedValue> &matcher, in CreateRegExpStringIterator()
Djs_locale.cpp410 …icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocale… in BestFitMatcher() local
463 …icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocale… in BestFitSupportedLocales() local
550 [[maybe_unused]] LocaleMatcherOption matcher = LocaleMatcherOption::BEST_FIT; in SupportedLocales() local
762 [[maybe_unused]] LocaleMatcherOption matcher, in ResolveLocale()
Djs_displaynames.cpp136 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDisplayNames() local
Djs_collator.cpp97 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeCollator() local
Djs_list_format.cpp112 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeListFormat() local
Djs_plural_rules.cpp170 LocaleMatcherOption matcher = in InitializePluralRules() local
Djs_relative_time_format.cpp46 LocaleMatcherOption matcher = in InitializeRelativeTimeFormat() local
Djs_number_format.cpp454 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeNumberFormat() local
Djs_date_time_format.cpp211 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDateTimeFormat() local
Dobject_factory.cpp2706 …Handle<JSRegExpIterator> ObjectFactory::NewJSRegExpIterator(const JSHandle<JSTaggedValue> &matcher, in NewJSRegExpIterator()
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Djson_object_matcher.h181 auto JsonElements(testing::Matcher<PropertyType>... matcher) in JsonElements()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp577 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchTag); in Match() local
645 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchAllTag); in MatchAll() local