Home
last modified time | relevance | path

Searched refs:alphaNumericNumber (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js905 var alphaNumericNumber = new i18n.phonenumbers.PhoneNumber();
906 alphaNumericNumber.setCountryCode(1);
907 alphaNumericNumber.setNationalNumber(8007493524);
908 alphaNumericNumber.setRawInput('1800 six-flag');
912 alphaNumericNumber, RegionCode.AU));
914 alphaNumericNumber.setRawInput('1-800-SIX-flag');
918 alphaNumericNumber, RegionCode.AU));
920 alphaNumericNumber.setRawInput('Call us from UK: 00 1 800 SIX-flag');
924 alphaNumericNumber, RegionCode.AU));
926 alphaNumericNumber.setRawInput('800 SIX-flag');
[all …]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java674 PhoneNumber alphaNumericNumber = new PhoneNumber(); in testFormatOutOfCountryKeepingAlphaChars() local
675 alphaNumericNumber.setCountryCode(1).setNationalNumber(8007493524L) in testFormatOutOfCountryKeepingAlphaChars()
678 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.AU)); in testFormatOutOfCountryKeepingAlphaChars()
680 alphaNumericNumber.setRawInput("1-800-SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()
682 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.AU)); in testFormatOutOfCountryKeepingAlphaChars()
684 alphaNumericNumber.setRawInput("Call us from UK: 00 1 800 SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()
686 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.AU)); in testFormatOutOfCountryKeepingAlphaChars()
688 alphaNumericNumber.setRawInput("800 SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()
690 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.AU)); in testFormatOutOfCountryKeepingAlphaChars()
694 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.US)); in testFormatOutOfCountryKeepingAlphaChars()
[all …]