Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/grammar/dates/utils/
Ddate-match.h37 void Reset() { type = MatchType::MatchType_UNKNOWN; } in Reset()
45 type = MatchType::MatchType_DATETIME_RULE; in Reset()
55 type = MatchType::MatchType_TERM_VALUE; in Reset()
65 type = MatchType::MatchType_NONTERMINAL; in Reset()
86 type = MatchType::MatchType_DIGITS; in Reset()
95 type = MatchType::MatchType_YEAR; in Reset()
104 type = MatchType::MatchType_MONTH; in Reset()
113 type = MatchType::MatchType_DAY; in Reset()
122 type = MatchType::MatchType_HOUR; in Reset()
131 type = MatchType::MatchType_MINUTE; in Reset()
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java54 private static enum MatchType { enum in CheckDisplayCollisions
59 LANGUAGE("//ldml/localeDisplayNames/languages/language", MatchType.PREFIX, 0),
60 SCRIPT("//ldml/localeDisplayNames/scripts/script", MatchType.PREFIX, 1),
61 …(territories/territory|subdivisions/subdivision\\[@type=\"gb(eng|sct|wls)\")", MatchType.REGEX, 2),
62 VARIANT("//ldml/localeDisplayNames/variants/variant", MatchType.PREFIX, 3),
63 CURRENCY("//ldml/numbers/currencies/currency", MatchType.PREFIX, 4),
64 ZONE("//ldml/dates/timeZoneNames/zone", MatchType.PREFIX, 5),
65 METAZONE("//ldml/dates/timeZoneNames/metazone", MatchType.PREFIX, 6),
66 DECIMAL_FORMAT("//ldml/numbers/decimalFormats", MatchType.PREFIX, 7),
67 … UNITS_COMPOUND_LONG("//ldml/units/unitLength[@type=\"long\"]/compoundUnit", MatchType.PREFIX, 8),
[all …]
/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc92 enum class MatchType { kExact, kPattern }; enum
96 MatchType match_type) { in NameMatchesPattern()
102 if (match_type != MatchType::kPattern) in NameMatchesPattern()
111 MatchType match_type) { in NameMatchesPatternList()
222 const std::array<MatchType, 2> match_types = { in IsCategoryEnabled()
223 {MatchType::kExact, MatchType::kPattern}}; in IsCategoryEnabled()
/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/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2767 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2769 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2771 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2773 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2775 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2777 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2779 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2782 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2785 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2787 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
[all …]
/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.java436 public enum MatchType { enum in PhoneNumberUtil
3354 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
3362 return MatchType.NO_MATCH;
3369 return MatchType.EXACT_MATCH;
3375 return MatchType.SHORT_NSN_MATCH;
3378 return MatchType.NO_MATCH;
3385 return MatchType.NSN_MATCH;
3388 return MatchType.SHORT_NSN_MATCH;
3390 return MatchType.NO_MATCH;
3414 public MatchType isNumberMatch(CharSequence firstNumber, CharSequence secondNumber) {
[all …]
DPhoneNumberMatcher.java20 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType;
641 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java459 public enum MatchType { enum in PhoneNumberUtil
3400 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
3408 return MatchType.NO_MATCH;
3415 return MatchType.EXACT_MATCH;
3421 return MatchType.SHORT_NSN_MATCH;
3424 return MatchType.NO_MATCH;
3431 return MatchType.NSN_MATCH;
3434 return MatchType.SHORT_NSN_MATCH;
3436 return MatchType.NO_MATCH;
3460 public MatchType isNumberMatch(CharSequence firstNumber, CharSequence secondNumber) {
[all …]
DPhoneNumberMatcher.java21 import com.android.i18n.phonenumbers.PhoneNumberUtil.MatchType;
642 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/libtextclassifier/native/annotator/grammar/dates/
Ddates.fbs22 enum MatchType : int {
/external/ImageMagick/Magick++/
DNEWS60 * CoderInfo API change. MatchType is scoped to CoderInfo class.
DChangeLog466 * lib/Magick++/CoderInfo.h (MatchType): Scope the MatchType