Searched defs:matcher (Results 1 - 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_regexp_iterator.cpp | 105 CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) CreateRegExpStringIterator() argument
|
| H A D | js_segmenter.cpp | 104 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeSegmenter() local
|
| H A D | js_plural_rules.cpp | 172 LocaleMatcherOption matcher = in InitializePluralRules() local
|
| H A D | js_list_format.cpp | 105 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeListFormat() local
|
| H A D | js_relative_time_format.cpp | 44 LocaleMatcherOption matcher = in InitializeRelativeTimeFormat() local
|
| H A D | js_displaynames.cpp | 162 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDisplayNames() local
|
| H A D | js_collator.cpp | 136 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeCollator() local
|
| H A D | js_locale.cpp | 147 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 D | js_number_format.cpp | 523 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeNumberFormat() local
|
| H A D | js_date_time_format.cpp | 352 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDateTimeFormat() local
|
| H A D | object_factory.cpp | 3438 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 D | ets_class_wrapper.h | 90 void SetJSBuiltinMatcher(std::function<EtsObject *(InteropCtx *, napi_value, bool)> &&matcher) in SetJSBuiltinMatcher() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| H A D | json_object_matcher.h | 185 auto JsonElements(testing::Matcher<PropertyType>... matcher) in JsonElements() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_string.cpp | 620 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