Home
last modified time | relevance | path

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

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js101 var DE_SHORT_NUMBER = new i18n.phonenumbers.PhoneNumber(); variable
102 DE_SHORT_NUMBER.setCountryCode(49);
103 DE_SHORT_NUMBER.setNationalNumber(1234);
731 assertEquals('1234', phoneUtil.format(DE_SHORT_NUMBER, PNF.NATIONAL));
733 '+49 1234', phoneUtil.format(DE_SHORT_NUMBER, PNF.INTERNATIONAL));
827 DE_SHORT_NUMBER, RegionCode.GB));
834 DE_SHORT_NUMBER, RegionCode.DE));
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java67 private static final PhoneNumber DE_SHORT_NUMBER = field in PhoneNumberUtilTest
548 assertEquals("1234", phoneUtil.format(DE_SHORT_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatDENumber()
549 assertEquals("+49 1234", phoneUtil.format(DE_SHORT_NUMBER, PhoneNumberFormat.INTERNATIONAL)); in testFormatDENumber()
622 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB)); in testFormatOutOfCountryCallingNumber()
626 assertEquals("1234", phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.DE)); in testFormatOutOfCountryCallingNumber()