Searched refs:alphaNumericNumber (Results 1 – 2 of 2) sorted by relevance
905 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 …]
674 PhoneNumber alphaNumericNumber = new PhoneNumber(); in testFormatOutOfCountryKeepingAlphaChars() local675 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 …]