Home
last modified time | relevance | path

Searched defs:matcher (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/rust/crates/cxx/tests/ui/
H A Denum_match_without_wildcard.rs11 fn matcher(a: ffi::A) -> u32 { in matcher() functions
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolver_test.go279 `file.txt:4:8 cannot use type matcher 'm' as template number`, type
H A Dresolve.go158 // Determine whether this is a type matcher or enum matcher by resolving the type
522 return "type matcher '" + n.Name + "'" global() type
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dquant.h115 UnicodeFunctor* matcher; // owned member in Quantifier
H A Dnumparse_compositions.cpp28 const NumberParseMatcher* matcher = *it; in match() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dquant.h115 UnicodeFunctor* matcher; // owned member in Quantifier
H A Dnumparse_compositions.cpp28 const NumberParseMatcher* matcher = *it; in match() local
[all...]
/third_party/python/Tools/scripts/
H A Deptags.py22 matcher = re.compile(expr) variable
H A Dptags.py28 matcher = re.compile(expr) variable
H A Dobjgraph.py35 matcher = re.compile('(.*):\t?........ (.) (.*)$') variable
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dquant.h115 UnicodeFunctor* matcher; // owned member in Quantifier
H A Dnumparse_compositions.cpp28 const NumberParseMatcher* matcher = *it; in match() local
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/
H A DUtilityExtensions.java41 appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf) appendToRule() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUtilityExtensions.java43 appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf) appendToRule() argument
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dmatcher_test.cc42 ExpectMatched( const MatcherApi& matcher, const string& number, const PhoneNumberDesc& desc) ExpectMatched() argument
52 ExpectInvalid( const MatcherApi& matcher, const string& number, const PhoneNumberDesc& desc) ExpectInvalid() argument
62 ExpectTooLong( const MatcherApi& matcher, const string& number, const PhoneNumberDesc& desc) ExpectTooLong() argument
119 RegexBasedMatcher matcher; TEST_F() local
[all...]
/third_party/skia/tests/
H A DRecordTestUtils.h45 MatchType<DrawT> matcher; in count_instances_of_type() local
54 MatchType<DrawT> matcher; in find_first_instances_of_type() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
H A Dintrinsic_table.go52 // Optional type matcher constraint. type
61 // Optional type matcher constraint. type
319 // a list of type matcher indices, starting with the target of the fully type
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DSeriesMatcher.java21 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 DSeriesMatcher.java23 public void addMatcher(NumberParseMatcher matcher) { in addMatcher() argument
[all...]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/internal/
H A DMatcherTest.java31 private void checkMatcherBehavesAsExpected(MatcherApi matcher) { in checkMatcherBehavesAsExpected() argument
68 assertMatched(MatcherApi matcher, String number, PhoneNumberDesc desc) assertMatched() argument
75 assertInvalid(MatcherApi matcher, String number, PhoneNumberDesc desc) assertInvalid() argument
82 assertTooLong(MatcherApi matcher, String number, PhoneNumberDesc desc) assertTooLong() argument
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/
H A Dsem.go89 // TypeMatcher declares a type matcher type
/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
/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp169 constexpr uint64_t matcher = 245485; in HWTEST_F() local
194 uint32_t matcher = 1245; in HWTEST_F() local

Completed in 10 milliseconds

12345