Home
last modified time | relevance | path

Searched refs:MatcherApi (Results 1 – 12 of 12) sorted by relevance

/third_party/libphonenumber/cpp/test/phonenumbers/
Dmatcher_test.cc43 const MatcherApi& matcher, in ExpectMatched()
53 const MatcherApi& matcher, in ExpectInvalid()
63 const MatcherApi& matcher, in ExpectTooLong()
76 void CheckMatcherBehavesAsExpected(const MatcherApi& matcher) const { in CheckMatcherBehavesAsExpected()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/internal/
DMatcherTest.java31 private void checkMatcherBehavesAsExpected(MatcherApi matcher) { in checkMatcherBehavesAsExpected()
68 private void assertMatched(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertMatched()
75 private void assertInvalid(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertInvalid()
82 private void assertTooLong(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertTooLong()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dmatcher_api.h32 class MatcherApi {
34 virtual ~MatcherApi() {} in ~MatcherApi()
Dshortnumberinfo.h38 class MatcherApi; variable
179 const scoped_ptr<const MatcherApi> matcher_api_;
Dregex_based_matcher.h35 class RegexBasedMatcher : public MatcherApi {
Dphonenumberutil.h43 class MatcherApi; variable
793 scoped_ptr<MatcherApi> matcher_api_;
Dshortnumberinfo.cc81 const MatcherApi& matcher_api, in MatchesPossibleNumberAndNationalNumber()
Dphonenumberutil.cc509 bool IsMatch(const MatcherApi& matcher_api, in IsMatch()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/
DRegexBasedMatcher.java28 public final class RegexBasedMatcher implements MatcherApi {
29 public static MatcherApi create() { in create()
DMatcherApi.java25 public interface MatcherApi { interface
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java19 import com.google.i18n.phonenumbers.internal.MatcherApi;
77 private final MatcherApi matcherApi;
88 ShortNumberInfo(MatcherApi matcherApi, in ShortNumberInfo()
DPhoneNumberUtil.java24 import com.google.i18n.phonenumbers.internal.MatcherApi;
658 private final MatcherApi matcherApi = RegexBasedMatcher.create();