Searched defs:matcher (Results 1 – 11 of 11) sorted by relevance
| /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 | 137 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDisplayNames() local
|
| D | js_collator.cpp | 111 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeCollator() local
|
| D | js_plural_rules.cpp | 171 LocaleMatcherOption matcher = in InitializePluralRules() local
|
| D | js_list_format.cpp | 114 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeListFormat() local
|
| D | js_relative_time_format.cpp | 46 LocaleMatcherOption matcher = in InitializeRelativeTimeFormat() local
|
| D | js_number_format.cpp | 462 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeNumberFormat() local
|
| D | js_date_time_format.cpp | 213 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDateTimeFormat() local
|
| D | object_factory.cpp | 2716 …Handle<JSRegExpIterator> ObjectFactory::NewJSRegExpIterator(const JSHandle<JSTaggedValue> &matcher, in NewJSRegExpIterator()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 615 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchTag); in Match() local 684 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchAllTag); in MatchAll() local
|