Searched refs:MatcherApi (Results 1 – 12 of 12) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | matcher_test.cc | 43 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/ |
D | MatcherTest.java | 31 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/ |
D | matcher_api.h | 32 class MatcherApi { 34 virtual ~MatcherApi() {} in ~MatcherApi()
|
D | shortnumberinfo.h | 38 class MatcherApi; variable 179 const scoped_ptr<const MatcherApi> matcher_api_;
|
D | regex_based_matcher.h | 35 class RegexBasedMatcher : public MatcherApi {
|
D | phonenumberutil.h | 43 class MatcherApi; variable 793 scoped_ptr<MatcherApi> matcher_api_;
|
D | shortnumberinfo.cc | 81 const MatcherApi& matcher_api, in MatchesPossibleNumberAndNationalNumber()
|
D | phonenumberutil.cc | 509 bool IsMatch(const MatcherApi& matcher_api, in IsMatch()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/ |
D | RegexBasedMatcher.java | 28 public final class RegexBasedMatcher implements MatcherApi { 29 public static MatcherApi create() { in create()
|
D | MatcherApi.java | 25 public interface MatcherApi { interface
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | ShortNumberInfo.java | 19 import com.google.i18n.phonenumbers.internal.MatcherApi; 77 private final MatcherApi matcherApi; 88 ShortNumberInfo(MatcherApi matcherApi, in ShortNumberInfo()
|
D | PhoneNumberUtil.java | 24 import com.google.i18n.phonenumbers.internal.MatcherApi; 658 private final MatcherApi matcherApi = RegexBasedMatcher.create();
|