Searched defs:matcher (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_regexp_iterator.cpp | 110 … const JSHandle<JSTaggedValue> &matcher, in CreateRegExpStringIterator()
|
| D | js_locale.cpp | 410 …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()
|
| D | js_displaynames.cpp | 136 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDisplayNames() local
|
| D | js_collator.cpp | 97 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeCollator() local
|
| D | js_list_format.cpp | 112 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeListFormat() local
|
| D | js_plural_rules.cpp | 170 LocaleMatcherOption matcher = in InitializePluralRules() local
|
| D | js_relative_time_format.cpp | 46 LocaleMatcherOption matcher = in InitializeRelativeTimeFormat() local
|
| D | js_number_format.cpp | 454 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeNumberFormat() local
|
| D | js_date_time_format.cpp | 211 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDateTimeFormat() local
|
| D | object_factory.cpp | 2706 …Handle<JSRegExpIterator> ObjectFactory::NewJSRegExpIterator(const JSHandle<JSTaggedValue> &matcher, in NewJSRegExpIterator()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | json_object_matcher.h | 181 auto JsonElements(testing::Matcher<PropertyType>... matcher) in JsonElements()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 577 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchTag); in Match() local 645 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchAllTag); in MatchAll() local
|