Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2404 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2406 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2408 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2410 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2412 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2414 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2416 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2419 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2422 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2424 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
[all …]
/external/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()
/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp17 int test( CoderInfo::MatchType isReadable_, in test()
18 CoderInfo::MatchType isWritable_, in test()
19 CoderInfo::MatchType isMultiFrame_ ) in test()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java431 public enum MatchType { enum in PhoneNumberUtil
3151 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
3159 return MatchType.NO_MATCH;
3166 return MatchType.EXACT_MATCH;
3172 return MatchType.SHORT_NSN_MATCH;
3175 return MatchType.NO_MATCH;
3182 return MatchType.NSN_MATCH;
3185 return MatchType.SHORT_NSN_MATCH;
3187 return MatchType.NO_MATCH;
3211 public MatchType isNumberMatch(String firstNumber, String secondNumber) {
[all …]
DPhoneNumberMatcher.java20 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType;
639 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h23 enum MatchType { enum
DSTL.h2090 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
2091 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2092 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
/external/ImageMagick/Magick++/
DNEWS60 * CoderInfo API change. MatchType is scoped to CoderInfo class.
DChangeLog462 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType