Searched defs:matcher (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/ |
| D | RegexTest.java | 29 Matcher matcher = pattern.matcher(text); in main() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_class_wrapper.h | 90 void SetJSBuiltinMatcher(std::function<EtsObject *(InteropCtx *, napi_value, bool)> &&matcher) in SetJSBuiltinMatcher()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_regexp_iterator.cpp | 106 … const JSHandle<JSTaggedValue> &matcher, in CreateRegExpStringIterator()
|
| D | js_segmenter.cpp | 103 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeSegmenter() local
|
| D | js_locale.cpp | 147 …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()
|
| D | js_plural_rules.cpp | 172 LocaleMatcherOption matcher = in InitializePluralRules() local
|
| D | js_list_format.cpp | 103 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeListFormat() local
|
| D | js_displaynames.cpp | 161 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDisplayNames() local
|
| D | js_relative_time_format.cpp | 44 LocaleMatcherOption matcher = in InitializeRelativeTimeFormat() local
|
| D | js_collator.cpp | 136 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeCollator() local
|
| D | js_number_format.cpp | 523 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeNumberFormat() local
|
| D | js_date_time_format.cpp | 352 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeDateTimeFormat() local
|
| D | object_factory.cpp | 3629 …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 | 615 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchTag); in Match() local 696 JSHandle<JSTaggedValue> matcher = JSObject::GetMethod(thread, regexp, matchAllTag); in MatchAll() local
|
| D | builtins_regexp.cpp | 758 JSMutableHandle<JSTaggedValue> matcher(thread, JSTaggedValue::Undefined()); in RegExpMatchAll() local
|