Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java574 Matcher iddMatcher = internationalPrefix.matcher(accruedInputWithoutFormatting); in attemptToExtractIdd() local
575 if (iddMatcher.lookingAt()) { in attemptToExtractIdd()
577 int startOfCountryCallingCode = iddMatcher.end(); in attemptToExtractIdd()