Searched refs:formattedNumberGroups (Results 1 – 1 of 1) sorted by relevance
475 String[] formattedNumberGroups) { in allNumberGroupsRemainGrouped() argument484 for (int i = 0; i < formattedNumberGroups.length; i++) { in allNumberGroupsRemainGrouped()487 fromIndex = normalizedCandidate.indexOf(formattedNumberGroups[i], fromIndex); in allNumberGroupsRemainGrouped()492 fromIndex += formattedNumberGroups[i].length(); in allNumberGroupsRemainGrouped()505 return normalizedCandidate.substring(fromIndex - formattedNumberGroups[i].length()) in allNumberGroupsRemainGrouped()519 String[] formattedNumberGroups) { in allNumberGroupsAreExactlyPresent() argument535 for (int formattedNumberGroupIndex = (formattedNumberGroups.length - 1); in allNumberGroupsAreExactlyPresent()539 formattedNumberGroups[formattedNumberGroupIndex])) { in allNumberGroupsAreExactlyPresent()546 candidateGroups[candidateNumberGroupIndex].endsWith(formattedNumberGroups[0])); in allNumberGroupsAreExactlyPresent()581 String[] formattedNumberGroups = getNationalNumberGroups(util, number, null); in checkNumberGroupingIsValid() local[all …]