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