Searched refs:MatchType (Results 1 – 14 of 14) sorted by relevance
48 private static enum MatchType { enum in CheckDisplayCollisions53 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 …]
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 …]
39 template <typename DrawT> struct MatchType { struct45 MatchType<DrawT> matcher; in count_instances_of_type() argument54 MatchType<DrawT> matcher; in find_first_instances_of_type()
17 int test( CoderInfo::MatchType isReadable_, in test()18 CoderInfo::MatchType isWritable_, in test()19 CoderInfo::MatchType isMultiFrame_ ) in test()
460 public enum MatchType { enum in PhoneNumberUtil3389 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 …]
21 import com.android.i18n.phonenumbers.PhoneNumberUtil.MatchType;621 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
437 public enum MatchType { enum in PhoneNumberUtil3343 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 …]
20 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType;620 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
23 enum MatchType { enum
2102 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch,2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch,2104 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch
60 * CoderInfo API change. MatchType is scoped to CoderInfo class.
466 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType
META-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...