Home
last modified time | relevance | path

Searched refs:MatchType (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/crates/regex/src/
Dexec.rs104 match_type: MatchType,
115 match_type: Option<MatchType>,
182 self.match_type = Some(MatchType::Nfa(MatchNfaType::PikeVM)); in nfa()
195 self.match_type = Some(MatchType::Nfa(MatchNfaType::Backtrack)); in bounded_backtracking()
311 match_type: MatchType::Nothing, in build()
349 match_type: MatchType::Nothing, in build()
444 MatchType::Literal(ty) => { in shortest_match_at()
448 MatchType::Dfa | MatchType::DfaMany => { in shortest_match_at()
456 MatchType::DfaAnchoredReverse => { in shortest_match_at()
470 MatchType::DfaSuffix => { in shortest_match_at()
[all …]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2921 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2923 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2925 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2927 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2929 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2931 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2933 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2936 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2939 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2941 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js3827 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3830 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3833 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3836 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3839 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3842 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3845 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3848 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3852 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
3856 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH,
[all …]
Dphonenumberutil.js1023 i18n.phonenumbers.PhoneNumberUtil.MatchType = {
4466 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NOT_A_NUMBER;
4481 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NOT_A_NUMBER;
4486 i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH) {
4487 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH;
4497 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NOT_A_NUMBER;
4510 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NOT_A_NUMBER;
4527 return i18n.phonenumbers.PhoneNumberUtil.MatchType.NO_MATCH;
4536 return i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH;
4544 return i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH;
[all …]
/third_party/skia/tests/
DRecordTestUtils.h39 template <typename DrawT> struct MatchType { struct
45 MatchType<DrawT> matcher; in count_instances_of_type() argument
54 MatchType<DrawT> matcher; in find_first_instances_of_type()
/third_party/flutter/skia/tests/
DRecordTestUtils.h39 template <typename DrawT> struct MatchType { struct
45 MatchType<DrawT> matcher; in count_instances_of_type() argument
54 MatchType<DrawT> matcher; in find_first_instances_of_type()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h126 enum MatchType { enum
134 static const MatchType kMaxMatchType = EXACT_MATCH;
717 MatchType IsNumberMatch(const PhoneNumber& first_number,
725 MatchType IsNumberMatchWithTwoStrings(const string& first_number,
733 MatchType IsNumberMatchWithOneString(const PhoneNumber& first_number,
Dphonenumberutil.cc3055 PhoneNumberUtil::MatchType PhoneNumberUtil::IsNumberMatch( in IsNumberMatch()
3100 PhoneNumberUtil::MatchType PhoneNumberUtil::IsNumberMatchWithTwoStrings( in IsNumberMatchWithTwoStrings()
3133 PhoneNumberUtil::MatchType PhoneNumberUtil::IsNumberMatchWithOneString( in IsNumberMatchWithOneString()
3156 MatchType match = IsNumberMatch(first_number, in IsNumberMatchWithOneString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h105 enum MatchType { enum
132 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange);
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java489 public enum MatchType { enum in PhoneNumberUtil
3435 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
3443 return MatchType.NO_MATCH;
3450 return MatchType.EXACT_MATCH;
3456 return MatchType.SHORT_NSN_MATCH;
3459 return MatchType.NO_MATCH;
3466 return MatchType.NSN_MATCH;
3469 return MatchType.SHORT_NSN_MATCH;
3471 return MatchType.NO_MATCH;
3495 public MatchType isNumberMatch(CharSequence firstNumber, CharSequence secondNumber) {
[all …]
DPhoneNumberMatcher.java20 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType;
644 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dpatternspec.c35 } MatchType; typedef
40 MatchType match_type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp752 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult()
916 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag()