Searched defs:matcher (Results 1 – 13 of 13) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
D | ets_class_wrapper.h | 82 void SetJSBuiltinMatcher(std::function<EtsObject *(InteropCtx *, napi_value, bool)> &&matcher) in SetJSBuiltinMatcher()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_regexp_iterator.cpp | 110 … const JSHandle<JSTaggedValue> &matcher, in CreateRegExpStringIterator()
|
D | js_locale.cpp | 132 …icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocale… in BestFitMatcher() local 187 …icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocale… in BestFitSupportedLocales() local 229 … [[maybe_unused]] LocaleMatcherOption matcher = GetOptionOfString<LocaleMatcherOption>(thread, in SupportedLocales() local 437 [[maybe_unused]] LocaleMatcherOption matcher, in ResolveLocale()
|
D | js_displaynames.cpp | 138 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDisplayNames() local
|
D | js_plural_rules.cpp | 172 LocaleMatcherOption matcher = in InitializePluralRules() local
|
D | js_list_format.cpp | 115 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeListFormat() local
|
D | js_collator.cpp | 113 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeCollator() local
|
D | js_relative_time_format.cpp | 47 LocaleMatcherOption matcher = in InitializeRelativeTimeFormat() local
|
D | js_number_format.cpp | 463 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeNumberFormat() local
|
D | js_date_time_format.cpp | 341 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDateTimeFormat() local
|
D | object_factory.cpp | 3163 …Handle<JSRegExpIterator> ObjectFactory::NewJSRegExpIterator(const JSHandle<JSTaggedValue> &matcher, in NewJSRegExpIterator()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
D | json_object_matcher.h | 185 auto JsonElements(testing::Matcher<PropertyType>... matcher) in JsonElements()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_string.cpp | 643 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchTag); in Match() local 710 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchAllTag); in MatchAll() local
|