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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 463 * @param normalizedCandidate the candidate number, normalized to only contain ASCII digits,
469 StringBuilder normalizedCandidate, String[] expectedNumberGroups);
474 StringBuilder normalizedCandidate,
480 fromIndex = normalizedCandidate.indexOf(countryCode) + countryCode.length();
483 // {@code normalizedCandidate} string.
485 // Fails if the substring of {@code normalizedCandidate} starting from {@code fromIndex}
487 fromIndex = normalizedCandidate.indexOf(formattedNumberGroups[i], fromIndex);
493 if (i == 0 && fromIndex < normalizedCandidate.length()) {
500 Character.isDigit(normalizedCandidate.charAt(fromIndex))) {
505 return normalizedCandidate.substring(fromIndex - formattedNumberGroups[i].length()
    [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 2022 milliseconds