Home | History | Annotate | Download | only in phonenumbers

Lines Matching refs:PhoneNumberUtil

32  * {@link PhoneNumberUtil#getAsYouTypeFormatter}. After that, digits can be added by invoking
55 private final PhoneNumberUtil phoneUtil = PhoneNumberUtil.getInstance();
79 Pattern.compile("[" + PhoneNumberUtil.VALID_PUNCTUATION + "]*" +
80 "(\\$\\d" + "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]*)+");
113 * PhoneNumberUtil#getAsYouTypeFormatter}.
391 PhoneNumberUtil.PLUS_CHARS_PATTERN.matcher(Character.toString(nextChar)).matches());
488 regexCache.getPatternForRegex("\\" + PhoneNumberUtil.PLUS_SIGN + "|" +
499 if (accruedInputWithoutFormatting.charAt(0) != PhoneNumberUtil.PLUS_SIGN) {
526 if (PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY.equals(newRegionCode)) {
543 if (nextChar == PhoneNumberUtil.PLUS_SIGN) {