Searched defs:stripNonDigits (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java2225 * the United States, and 0 for New Zealand. Set stripNonDigits to true to strip symbols like "~"
2234 * @param stripNonDigits true to strip non-digits from the national dialling prefix
2237 public String getNddPrefixForRegion(String regionCode, boolean stripNonDigits) { argument
2251 if (stripNonDigits) {

Completed in 72 milliseconds