HomeSort by relevance Sort by last modified time
    Searched full:matcherapi (Results 1 - 3 of 3) sorted by null

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/internal/
RegexBasedMatcher.java 28 public final class RegexBasedMatcher implements MatcherApi {
29 public static MatcherApi create() {
MatcherApi.java 25 public interface MatcherApi {
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
ShortNumberInfo.java 19 import com.google.i18n.phonenumbers.internal.MatcherApi;
73 // MatcherApi supports the basic matching method for checking if a given national number matches
76 private final MatcherApi matcherApi;
85 ShortNumberInfo(MatcherApi matcherApi) {
86 this.matcherApi = matcherApi;
134 return matcherApi.matchesPossibleNumber(shortNumber, phoneMetadata.getGeneralDesc());
154 return matcherApi.matchesPossibleNumber(getNationalSignificantNumber(number)
    [all...]

Completed in 198 milliseconds