Home
last modified time | relevance | path

Searched refs:normalizeDiallableCharsOnly (Results 1 – 7 of 7) sorted by relevance

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil.js1197 i18n.phonenumbers.PhoneNumberUtil.normalizeDiallableCharsOnly = function in i18n.phonenumbers.PhoneNumberUtil
2069 i18n.phonenumbers.PhoneNumberUtil.normalizeDiallableCharsOnly(
2305 i18n.phonenumbers.PhoneNumberUtil.normalizeDiallableCharsOnly(
2309 i18n.phonenumbers.PhoneNumberUtil.normalizeDiallableCharsOnly(rawInput);
Dasyoutypeformatter.js740 i18n.phonenumbers.PhoneNumberUtil.normalizeDiallableCharsOnly(
Dphonenumberutil_test.js648 i18n.phonenumbers.PhoneNumberUtil.normalizeDiallableCharsOnly(
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java438 String formattedNumberDigitsOnly = PhoneNumberUtil.normalizeDiallableCharsOnly(fullOutput); in attemptToFormatAccruedDigits()
DPhoneNumberUtil.java821 public static String normalizeDiallableCharsOnly(CharSequence number) {
1533 : normalizeDiallableCharsOnly(formattedNumber);
1718 String normalizedFormattedNumber = normalizeDiallableCharsOnly(formattedNumber);
1719 String normalizedRawInput = normalizeDiallableCharsOnly(rawInput);
/third_party/libphonenumber/
Drelease_notes.txt1141 - normalizeDigitsOnly & normalizeDiallableCharsOnly
1345 - Made normalizeDiallableCharsOnly() API in PhoneNumberUtil (Java) public. This
1453 normalizeDiallableCharsOnly now retains the # symbol.
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java487 PhoneNumberUtil.normalizeDiallableCharsOnly(inputNumber)); in testNormaliseStripNonDiallableCharacters()