Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java578 Matcher iddMatcher = internationalPrefix.matcher(accruedInputWithoutFormatting); in attemptToExtractIdd() local
579 if (iddMatcher.lookingAt()) { in attemptToExtractIdd()
581 int startOfCountryCallingCode = iddMatcher.end(); in attemptToExtractIdd()