Searched refs:IT_NUMBER (Results 1 – 1 of 1) sorted by relevance
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 67 private static final PhoneNumber IT_NUMBER = field in PhoneNumberUtilTest 258 assertEquals(2, phoneUtil.getLengthOfGeographicalAreaCode(IT_NUMBER)); in testGetLengthOfGeographicalAreaCode() 322 assertEquals("0236618300", phoneUtil.getNationalSignificantNumber(IT_NUMBER)); in testGetNationalSignificantNumber() 475 assertEquals("02 3661 8300", phoneUtil.format(IT_NUMBER, PhoneNumberFormat.NATIONAL)); in testFormatITNumber() 476 assertEquals("+39 02 3661 8300", phoneUtil.format(IT_NUMBER, PhoneNumberFormat.INTERNATIONAL)); in testFormatITNumber() 477 assertEquals("+390236618300", phoneUtil.format(IT_NUMBER, PhoneNumberFormat.E164)); in testFormatITNumber() 547 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.US)); in testFormatOutOfCountryCallingNumber() 549 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT)); in testFormatOutOfCountryCallingNumber() 551 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.SG)); in testFormatOutOfCountryCallingNumber() 584 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.AU)); in testFormatOutOfCountryWithPreferredIntlPrefix() [all …]
|