Searched refs:formattedNumberGroups (Results 1 – 1 of 1) sorted by relevance
457 String[] formattedNumberGroups) { in allNumberGroupsRemainGrouped() argument461 for (int i = 0; i < formattedNumberGroups.length; i++) { in allNumberGroupsRemainGrouped()464 fromIndex = normalizedCandidate.indexOf(formattedNumberGroups[i], fromIndex); in allNumberGroupsRemainGrouped()469 fromIndex += formattedNumberGroups[i].length(); in allNumberGroupsRemainGrouped()477 return normalizedCandidate.substring(fromIndex - formattedNumberGroups[i].length()) in allNumberGroupsRemainGrouped()491 String[] formattedNumberGroups) { in allNumberGroupsAreExactlyPresent() argument507 for (int formattedNumberGroupIndex = (formattedNumberGroups.length - 1); in allNumberGroupsAreExactlyPresent()511 formattedNumberGroups[formattedNumberGroupIndex])) { in allNumberGroupsAreExactlyPresent()518 candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()553 String[] formattedNumberGroups = getNationalNumberGroups(util, number, null); in checkNumberGroupingIsValid() local[all …]