Home
last modified time | relevance | path

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

12

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java2243 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2245 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2247 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2249 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2251 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2253 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2255 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2258 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2261 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2264 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
[all …]
/external/openfst/src/include/fst/
Dlookahead-filter.h38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) { in LookAheadMatchType()
39 MatchType type1 = m1.Type(false); in LookAheadMatchType()
40 MatchType type2 = m2.Type(false); in LookAheadMatchType()
61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { in LookAheadMatchType()
76 template <class M1, class M2, MatchType MT>
83 template <class M, MatchType MT>
89 LookAheadSelector(M *lmatcher1, M *lmatcher2, MatchType type) in LookAheadSelector()
116 MatchType type_;
128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument
160 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument
[all …]
Dmatcher.h114 virtual MatchType Type(bool test) const = 0;
148 SortedMatcher(const F &fst, MatchType match_type,
194 virtual MatchType Type(bool test) const { in Type()
311 MatchType match_type_; // Type of match to perform
404 MatchType match_type,
446 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
512 MatchType match_type_; // Type of match requested
578 MatchType match_type,
620 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
700 MatchType match_type_; // Type of match requested
[all …]
Dmatcher-fst.h141 virtual M *InitMatcher(MatchType match_type) const { in InitMatcher()
152 typename M::MatcherData *GetData(MatchType match_type) const { in GetData()
212 Matcher(const FST &fst, MatchType match_type) { in Matcher()
226 MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
252 LookAheadMatcher(const FST &fst, MatchType match_type) { in LookAheadMatcher()
267 MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
Dlookahead-matcher.h193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) in TrivialLookAheadMatcher()
205 MatchType Type(bool test) const { return matcher_.Type(test); } in Type()
265 ArcLookAheadMatcher(const FST &fst, MatchType match_type,
284 MatchType Type(bool test) const { return matcher_.Type(test); } in Type()
438 LabelLookAheadMatcher(const FST &fst, MatchType match_type,
479 MatchType Type(bool test) const { return matcher_.Type(test); } in Type()
717 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher()
736 MatchType Type(bool test) const { return base_->Type(test); } in Type()
Dfst.h148 enum MatchType { MATCH_INPUT, // Match input label. enum
274 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
529 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const { in InitMatcher()
Dcompose.h381 MatchType match_type_;
420 MatchType type1 = matcher1_->Type(false); in SetMatchType()
421 MatchType type2 = matcher2_->Type(false); in SetMatchType()
Dreplace.h993 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { in InitMatcher()
1241 ReplaceFstMatcher(const ReplaceFst<A, T> &fst, fst::MatchType match_type) in ReplaceFstMatcher()
1295 virtual MatchType Type(bool test) const { in Type()
1404 MatchType match_type_; // Supplied by caller
/external/chromium/chrome/common/extensions/
Dextension_icon_set.h31 enum MatchType { enum
36 std::string Get(int size, MatchType match_type) const;
Dextension_icon_set.cc22 std::string ExtensionIconSet::Get(int size, MatchType match_type) const { in Get()
Dextension.h523 int size, ExtensionIconSet::MatchType match_type) const;
524 GURL GetIconURL(int size, ExtensionIconSet::MatchType match_type) const;
/external/chromium/chrome/browser/ui/webui/
Dextension_icon_source.cc80 ExtensionIconSet::MatchType match;
91 ExtensionIconSet::MatchType match, in GetIconURL()
267 ExtensionIconSet::MatchType match_type; in ParseData()
271 match_type = static_cast<ExtensionIconSet::MatchType>(match_num); in ParseData()
297 ExtensionIconSet::MatchType match) { in SetData()
Dextension_icon_source.h63 ExtensionIconSet::MatchType match,
131 ExtensionIconSet::MatchType match);
/external/openfst/src/include/fst/script/
Dinfo-impl.h182 MatchType InputMatchType() const { CheckLong(); return input_match_type_; } in InputMatchType()
183 MatchType OutputMatchType() const { CheckLong(); return output_match_type_; } in OutputMatchType()
221 MatchType input_match_type_;
222 MatchType output_match_type_;
/external/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.h191 MatchType match_type,
290 MatchType match_type,
Dhistory_provider.h27 enum MatchType { enum
Dhistory_quick_provider.h59 MatchType match_type,
Dhistory_url_provider.cc373 MatchType type = INLINE_AUTOCOMPLETE; in FixupExactSuggestion()
459 MatchType match_type, in CalculateRelevance()
775 MatchType match_type, in HistoryMatchToACMatch()
Dhistory_quick_provider.cc201 MatchType match_type, in CalculateRelevance()
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java434 public enum MatchType { enum in PhoneNumberUtil
2897 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
2922 return MatchType.NO_MATCH;
2929 return MatchType.EXACT_MATCH;
2935 return MatchType.SHORT_NSN_MATCH;
2938 return MatchType.NO_MATCH;
2945 return MatchType.NSN_MATCH;
2948 return MatchType.SHORT_NSN_MATCH;
2950 return MatchType.NO_MATCH;
2974 public MatchType isNumberMatch(String firstNumber, String secondNumber) {
[all …]
DPhoneNumberMatcher.java20 import com.android.i18n.phonenumbers.PhoneNumberUtil.MatchType;
591 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) { in containsOnlyValidXChars()
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.cpp244 enum MatchType { enum
262 template <MatchType type> int getScaledValue(const Vector<int>& scaledValues, int valueToMatch, int… in getScaledValue()
/external/openfst/src/include/fst/extensions/pdt/
Dcompose.h50 ParenMatcher(const FST &fst, MatchType match_type,
80 MatchType Type(bool test) const { return matcher_.Type(test); } in Type()
163 MatchType match_type_; // Type of match to perform
/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h718 virtual MatcherBase<A>* InitMatcher(MatchType match_type) const { in InitMatcher()
757 NGramFstMatcher(const NGramFst<A> &fst, MatchType match_type) in NGramFstMatcher()
779 virtual MatchType Type(bool test) const { in Type()
849 MatchType match_type_; // Supplied by caller
/external/openfst/src/test/
Dfst_test.h69 MatchType match_type = matcher.Type(true); in TestBase()

12