/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDisplayCollisions.java | 48 private static enum MatchType { enum in CheckDisplayCollisions 53 LANGUAGE("//ldml/localeDisplayNames/languages/language", MatchType.PREFIX, 0), 54 SCRIPT("//ldml/localeDisplayNames/scripts/script", MatchType.PREFIX, 1), 55 TERRITORY("//ldml/localeDisplayNames/territories/territory", MatchType.PREFIX, 2), 56 VARIANT("//ldml/localeDisplayNames/variants/variant", MatchType.PREFIX, 3), 57 CURRENCY("//ldml/numbers/currencies/currency", MatchType.PREFIX, 4), 58 ZONE("//ldml/dates/timeZoneNames/zone", MatchType.PREFIX, 5), 59 METAZONE("//ldml/dates/timeZoneNames/metazone", MatchType.PREFIX, 6), 60 DECIMAL_FORMAT("//ldml/numbers/decimalFormats", MatchType.PREFIX, 7), 61 … UNITS_COMPOUND_LONG("//ldml/units/unitLength[@type=\"long\"]/compoundUnit", MatchType.PREFIX, 8), [all …]
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 2780 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2782 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2784 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2786 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2788 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2790 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2792 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2795 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2798 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() 2800 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches() [all …]
|
/external/skqp/tests/ |
D | RecordTestUtils.h | 39 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/skia/tests/ |
D | RecordTestUtils.h | 39 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/ |
D | coderInfo.cpp | 17 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/ |
D | PhoneNumberUtil.java | 437 public enum MatchType { enum in PhoneNumberUtil 3343 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) { 3351 return MatchType.NO_MATCH; 3358 return MatchType.EXACT_MATCH; 3364 return MatchType.SHORT_NSN_MATCH; 3367 return MatchType.NO_MATCH; 3374 return MatchType.NSN_MATCH; 3377 return MatchType.SHORT_NSN_MATCH; 3379 return MatchType.NO_MATCH; 3403 public MatchType isNumberMatch(CharSequence firstNumber, CharSequence secondNumber) { [all …]
|
D | PhoneNumberMatcher.java | 20 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType; 620 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
|
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 460 public enum MatchType { enum in PhoneNumberUtil 3389 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) { 3397 return MatchType.NO_MATCH; 3404 return MatchType.EXACT_MATCH; 3410 return MatchType.SHORT_NSN_MATCH; 3413 return MatchType.NO_MATCH; 3420 return MatchType.NSN_MATCH; 3423 return MatchType.SHORT_NSN_MATCH; 3425 return MatchType.NO_MATCH; 3449 public MatchType isNumberMatch(CharSequence firstNumber, CharSequence secondNumber) { [all …]
|
D | PhoneNumberMatcher.java | 21 import com.android.i18n.phonenumbers.PhoneNumberUtil.MatchType; 621 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | CoderInfo.h | 23 enum MatchType { enum
|
D | STL.h | 2102 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch, 2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch, 2104 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
|
/external/ImageMagick/Magick++/ |
D | NEWS | 60 * CoderInfo API change. MatchType is scoped to CoderInfo class.
|
D | ChangeLog | 466 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType
|