Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java48 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/
DPhoneNumberUtilTest.java2780 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/
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/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.java437 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 …]
DPhoneNumberMatcher.java20 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/
DPhoneNumberUtil.java460 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 …]
DPhoneNumberMatcher.java21 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++/
DCoderInfo.h23 enum MatchType { enum
DSTL.h2102 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,
2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,
2104 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
/external/ImageMagick/Magick++/
DNEWS60 * CoderInfo API change. MatchType is scoped to CoderInfo class.
DChangeLog466 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType