Home
last modified time | relevance | path

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

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js859 var arNumberWithExtn = AR_MOBILE.clone();
860 arNumberWithExtn.setExtension('1234');
864 arNumberWithExtn, RegionCode.US));
868 arNumberWithExtn, RegionCode.AU));
872 arNumberWithExtn, RegionCode.AR));
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java643 PhoneNumber arNumberWithExtn = new PhoneNumber().mergeFrom(AR_MOBILE).setExtension("1234"); in testFormatOutOfCountryCallingNumber() local
645 phoneUtil.formatOutOfCountryCallingNumber(arNumberWithExtn, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
647 phoneUtil.formatOutOfCountryCallingNumber(arNumberWithExtn, RegionCode.AU)); in testFormatOutOfCountryCallingNumber()
649 phoneUtil.formatOutOfCountryCallingNumber(arNumberWithExtn, RegionCode.AR)); in testFormatOutOfCountryCallingNumber()