Searched refs:iddMatcher (Results 1 – 1 of 1) sorted by relevance
578 Matcher iddMatcher = internationalPrefix.matcher(accruedInputWithoutFormatting); in attemptToExtractIdd() local579 if (iddMatcher.lookingAt()) { in attemptToExtractIdd()581 int startOfCountryCallingCode = iddMatcher.end(); in attemptToExtractIdd()