Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DRegexTest.java29 Matcher matcher = pattern.matcher(text); in main() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dnavigate_to.cpp72 MatchKind DetermineMatchKind(const std::string &candidate, const PatternMatcher &matcher) in DetermineMatchKind()
88 const PatternMatcher &matcher) in GetItemsFromNamedDeclaration()
141 PatternMatcher matcher(searchValue, isCaseSensitive); in GetNavigateToItems() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DFile2Check.ts51 const matcher = obj.matcher; constant
DProject2Check.ts58 const matcher = obj.matcher; constant
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp106const JSHandle<JSTaggedValue> &matcher, in CreateRegExpStringIterator()
Djs_segmenter.cpp103 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeSegmenter() local
Djs_locale.cpp147 …icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocale… in BestFitMatcher() local
215 …icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocale… in BestFitSupportedLocales() local
257 … [[maybe_unused]] LocaleMatcherOption matcher = GetOptionOfString<LocaleMatcherOption>(thread, in SupportedLocales() local
465 [[maybe_unused]] LocaleMatcherOption matcher, in ResolveLocale()
Djs_plural_rules.cpp172 LocaleMatcherOption matcher = in InitializePluralRules() local
Djs_list_format.cpp103 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeListFormat() local
Djs_displaynames.cpp161 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDisplayNames() local
Djs_relative_time_format.cpp44 LocaleMatcherOption matcher = in InitializeRelativeTimeFormat() local
Djs_collator.cpp135 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeCollator() local
Djs_number_format.cpp522 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeNumberFormat() local
Djs_date_time_format.cpp352 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDateTimeFormat() local
Dobject_factory.cpp3721 …Handle<JSRegExpIterator> ObjectFactory::NewJSRegExpIterator(const JSHandle<JSTaggedValue> &matcher, in NewJSRegExpIterator()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.h93 void SetJSBuiltinMatcher(std::function<EtsObject *(InteropCtx *, napi_value, bool)> &&matcher) in SetJSBuiltinMatcher()
/arkcompiler/toolchain/tooling/static/tests/
Djson_object_matcher.h185 auto JsonElements(testing::Matcher<PropertyType>... matcher) in JsonElements()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Djson_object_matcher.h185 auto JsonElements(testing::Matcher<PropertyType>... matcher) in JsonElements()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocaleMatch.cpp230 auto matcher = BuildLocaleMatcher(success); in StdCoreIntlBestFitLocale() local
297 auto matcher = BuildLocaleMatcher(success); in StdCoreIntlBestFitLocales() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/
DMatchers.ts99 matcher: BaseMatcher | undefined, property
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp617 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchTag); in Match() local
698 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchAllTag); in MatchAll() local
Dbuiltins_regexp.cpp775 JSMutableHandle<JSTaggedValue> matcher(thread, JSTaggedValue::Undefined()); in RegExpMatchAll() local