Home
last modified time | relevance | path

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

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java2139 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2141 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2143 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2145 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2147 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2149 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2151 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2154 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2157 assertEquals(PhoneNumberUtil.MatchType.EXACT_MATCH, in testIsNumberMatchMatches()
2160 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.h103 virtual MatchType Type(bool test) const = 0;
137 SortedMatcher(const F &fst, MatchType match_type,
183 virtual MatchType Type(bool test) const { in Type()
265 MatchType match_type_; // Type of match to perform
361 MatchType match_type,
403 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
463 MatchType match_type_; // Type of match requested
529 MatchType match_type,
571 virtual MatchType Type(bool test) const { return matcher_->Type(test); } in Type()
642 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()
718 LookAheadMatcher(const F &fst, MatchType match_type) { in LookAheadMatcher()
737 MatchType Type(bool test) const { return base_->Type(test); } in Type()
Dcompose.h370 MatchType match_type_;
388 MatchType type1 = matcher1_->Type(false); in ComposeFstImpl()
389 MatchType type2 = matcher2_->Type(false); in ComposeFstImpl()
Dfst.h141 enum MatchType { MATCH_INPUT, // Match input label. enum
267 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
523 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const { in InitMatcher()
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
Dcompact-fst.h874 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { in InitMatcher()
/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;
Dextension.cc2646 int size, ExtensionIconSet::MatchType match_type) const { in GetIconResource()
2654 ExtensionIconSet::MatchType match_type) const { in GetIconURL()
/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.java417 public enum MatchType { enum in PhoneNumberUtil
2778 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
2803 return MatchType.NO_MATCH;
2810 return MatchType.EXACT_MATCH;
2816 return MatchType.SHORT_NSN_MATCH;
2819 return MatchType.NO_MATCH;
2826 return MatchType.NSN_MATCH;
2829 return MatchType.SHORT_NSN_MATCH;
2831 return MatchType.NO_MATCH;
2855 public MatchType isNumberMatch(String firstNumber, String secondNumber) {
[all …]
DPhoneNumberMatcher.java20 import com.android.i18n.phonenumbers.PhoneNumberUtil.MatchType;
579 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/test/
Dfst_test.h67 MatchType match_type = matcher.Type(true); in TestBase()