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

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

Completed in 51 milliseconds