Home
last modified time | relevance | path

Searched defs:matcher (Results 26 - 50 of 134) sorted by relevance

123456

/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dvibrator_thread.cpp143 auto &matcher = CustomVibrationMatcher::GetInstance(); in PlayCustomByCompositeEffect() local
/test/testfwk/arkxtest/uitest/core/
H A Dwidget_selector.cpp34 void WidgetSelector::AddMatcher(const WidgetMatchModel &matcher) in AddMatcher() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DQuantifier.java14 private UnicodeMatcher matcher; field in Quantifier
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DQuantifier.java15 private UnicodeMatcher matcher; field in Quantifier
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcherTest.java199 assertMatcher( DigitSequenceMatcher matcher, Result expected, String... numbers) assertMatcher() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segmenter.cpp104 auto matcher = JSLocale::GetOptionOfString<LocaleMatcherOption>( in InitializeSegmenter() local
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Drules_engine.cpp60 icu::RegexMatcher* matcher = pattern->matcher(message, status); in Match() local
109 icu::RegexMatcher* matcher = pattern->matcher(rule in InitRules() local
153 icu::RegexMatcher* matcher = pattern->matcher(matchedStr, status); InitOptRules() local
200 icu::RegexMatcher* matcher = pattern->matcher(matchedStr, status); InitSubRules() local
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dwidget_selector_test.cpp169 auto matcher = WidgetMatchModel(UiAttr::TEXT, "WLJ", EQ); in TEST_F() local
181 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text One", EQ); in TEST_F() local
H A Dui_driver_test.cpp87 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() local
139 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() local
199 auto matcher = WidgetMatchModel(UiAttr::TEXT, "USB", EQ); in TEST_F() local
H A Dwidget_operator_test.cpp189 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() local
211 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() local
232 auto matcher = WidgetMatchModel(UiAttr::TEXT, "Text List Scroll", EQ); in TEST_F() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DAffixMatcher.java258 private static int length(AffixPatternMatcher matcher) { in length() argument
H A DNumberParserImpl.java285 public void addMatcher(NumberParseMatcher matcher) { in addMatcher() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DNumberParserImpl.java287 public void addMatcher(NumberParseMatcher matcher) { in addMatcher() argument
[all...]
H A DAffixMatcher.java256 private static int length(AffixPatternMatcher matcher) { in length() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_impl.cpp215 void NumberParserImpl::addMatcher(NumberParseMatcher& matcher) { in addMatcher() argument
268 const NumberParseMatcher* matcher = fMatchers[i]; in parseGreedy() local
313 const NumberParseMatcher* matcher = fMatchers[i]; in parseLongestRecursive() local
[all...]
H A Dstrmatch.cpp208 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addMatchSetTo() local
/third_party/icu/icu4c/source/common/
H A Dutil.cpp424 appendToRule(UnicodeString& rule, const UnicodeMatcher* matcher, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument
/third_party/node/deps/icu-small/source/common/
H A Dutil.cpp424 appendToRule(UnicodeString& rule, const UnicodeMatcher* matcher, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dstrmatch.cpp208 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addMatchSetTo() local
H A Dnumparse_impl.cpp215 void NumberParserImpl::addMatcher(NumberParseMatcher& matcher) { in addMatcher() argument
268 const NumberParseMatcher* matcher = fMatchers[i]; in parseGreedy() local
313 const NumberParseMatcher* matcher = fMatchers[i]; in parseLongestRecursive() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_parse.cpp260 NumberParseMatcher& matcher = warehouse.currency(status); in testCombinedCurrencyMatcher() local
342 AffixPatternMatcher matcher = AffixPatternMatcher::fromAffixPattern( in testAffixPatternMatcher() local
/third_party/node/deps/v8/src/objects/
H A Djs-segmenter.cc51 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_impl.cpp215 void NumberParserImpl::addMatcher(NumberParseMatcher& matcher) { in addMatcher() argument
268 const NumberParseMatcher* matcher = fMatchers[i]; in parseGreedy() local
313 const NumberParseMatcher* matcher = fMatchers[i]; in parseLongestRecursive() local
[all...]
H A Dstrmatch.cpp208 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addMatchSetTo() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dutil.cpp410 appendToRule(UnicodeString& rule, const UnicodeMatcher* matcher, UBool escapeUnprintable, UnicodeString& quoteBuf) appendToRule() argument

Completed in 16 milliseconds

123456