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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 47 private StringBuilder accruedInputWithoutFormatting = new StringBuilder();
105 // found in accruedInputWithoutFormatting.
268 accruedInputWithoutFormatting.setLength(0);
349 switch (accruedInputWithoutFormatting.length()) {
450 if (accruedInputWithoutFormatting.charAt(accruedInputIndex) ==
561 * @return true when accruedInputWithoutFormatting begins with the plus sign or valid IDD for
568 Matcher iddMatcher = internationalPrefix.matcher(accruedInputWithoutFormatting);
573 nationalNumber.append(accruedInputWithoutFormatting.substring(startOfCountryCallingCode));
576 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode));
577 if (accruedInputWithoutFormatting.charAt(0) != PhoneNumberUtil.PLUS_SIGN)
    [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 530 milliseconds