HomeSort by relevance Sort by last modified time
    Searched refs:normalizedCandidate (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 445 * @param normalizedCandidate the candidate number, normalized to only contain ASCII digits,
451 StringBuilder normalizedCandidate, String[] expectedNumberGroups);
456 StringBuilder normalizedCandidate,
460 // {@code normalizedCandidate} string.
462 // Fails if the substring of {@code normalizedCandidate} starting from {@code fromIndex}
464 fromIndex = normalizedCandidate.indexOf(formattedNumberGroups[i], fromIndex);
470 if (i == 0 && fromIndex < normalizedCandidate.length()) {
472 if (Character.isDigit(normalizedCandidate.charAt(fromIndex))) {
477 return normalizedCandidate.substring(fromIndex - formattedNumberGroups[i].length())
485 return normalizedCandidate.substring(fromIndex).contains(number.getExtension())
    [all...]
PhoneNumberUtil.java 506 StringBuilder normalizedCandidate,
509 util, number, normalizedCandidate, expectedNumberGroups);
537 StringBuilder normalizedCandidate,
540 util, number, normalizedCandidate, expectedNumberGroups);
    [all...]

Completed in 145 milliseconds