Searched refs:MX_MOBILE2 (Results 1 – 2 of 2) sorted by relevance
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonenumberutil_test.js | 145 var MX_MOBILE2 = new i18n.phonenumbers.PhoneNumber(); variable 146 MX_MOBILE2.setCountryCode(52); 147 MX_MOBILE2.setNationalNumber(15512345678); 356 assertTrue(phoneUtil.isNumberGeographical(MX_MOBILE2)); 791 assertEquals('045 55 1234 5678', phoneUtil.format(MX_MOBILE2, PNF.NATIONAL)); 793 '+52 1 55 1234 5678', phoneUtil.format(MX_MOBILE2, PNF.INTERNATIONAL)); 794 assertEquals('+5215512345678', phoneUtil.format(MX_MOBILE2, PNF.E164));
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 83 private static final PhoneNumber MX_MOBILE2 = field in PhoneNumberUtilTest 281 assertTrue(phoneUtil.isNumberGeographical(MX_MOBILE2)); // Mexico, another mobile phone number. in testIsNumberGeographical() 594 assertEquals("045 55 1234 5678", phoneUtil.format(MX_MOBILE2, PhoneNumberFormat.NATIONAL)); in testFormatMXNumber() 596 MX_MOBILE2, PhoneNumberFormat.INTERNATIONAL)); in testFormatMXNumber() 597 assertEquals("+5215512345678", phoneUtil.format(MX_MOBILE2, PhoneNumberFormat.E164)); in testFormatMXNumber()
|