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

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
AsYouTypeFormatter.java 48 private StringBuilder accruedInputWithoutFormatting = new StringBuilder();
106 // found in accruedInputWithoutFormatting.
270 accruedInputWithoutFormatting.setLength(0);
351 switch (accruedInputWithoutFormatting.length()) {
457 if (accruedInputWithoutFormatting.charAt(accruedInputIndex)
568 * @return true when accruedInputWithoutFormatting begins with the plus sign or valid IDD for
575 Matcher iddMatcher = internationalPrefix.matcher(accruedInputWithoutFormatting);
580 nationalNumber.append(accruedInputWithoutFormatting.substring(startOfCountryCallingCode));
583 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode));
584 if (accruedInputWithoutFormatting.charAt(0) != PhoneNumberUtil.PLUS_SIGN)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 

Completed in 602 milliseconds