Searched refs:E164 (Results 1 - 4 of 4) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java466 assertEquals("+390236618300", phoneUtil.format(IT_NUMBER, PhoneNumberFormat.E164));
470 assertEquals("+39345678901", phoneUtil.format(IT_MOBILE, PhoneNumberFormat.E164));
476 assertEquals("+61236618300", phoneUtil.format(AU_NUMBER, PhoneNumberFormat.E164));
481 assertEquals("+611800123456", phoneUtil.format(auNumber, PhoneNumberFormat.E164));
487 assertEquals("+541187654321", phoneUtil.format(AR_NUMBER, PhoneNumberFormat.E164));
492 assertEquals("+5491187654321", phoneUtil.format(AR_MOBILE, PhoneNumberFormat.E164));
499 assertEquals("+5212345678900", phoneUtil.format(MX_MOBILE1, PhoneNumberFormat.E164));
504 assertEquals("+5215512345678", phoneUtil.format(MX_MOBILE2, PhoneNumberFormat.E164));
508 assertEquals("+523312345678", phoneUtil.format(MX_NUMBER1, PhoneNumberFormat.E164));
512 assertEquals("+528211234567", phoneUtil.format(MX_NUMBER2, PhoneNumberFormat.E164));
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h81 // format, and as "044 668 1800" in NATIONAL format. E164 format is as per
88 E164, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::PhoneNumberFormat
H A Dphonenumberutil.cc158 case PhoneNumberUtil::E164:
875 // This is the only case where a number can be formatted as E164 without a
886 if (number_format == E164) {
887 // Early exit for E164 case (even if the country calling code is invalid)
891 PrefixNumberWithCountryCallingCode(country_calling_code, E164,
1103 : Format(number_no_extension, E164, formatted_number);
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java367 * E164 format is as per INTERNATIONAL format but with no formatting applied, e.g.
376 E164, enum constant in enum:PhoneNumberUtil.PhoneNumberFormat
1099 // This is the only case where a number can be formatted as E164 without a
1124 if (numberFormat == PhoneNumberFormat.E164) {
1125 // Early exit for E164 case (even if the country calling code is invalid) since no formatting
1128 prefixNumberWithCountryCallingCode(countryCallingCode, PhoneNumberFormat.E164,
1363 : format(numberNoExt, PhoneNumberFormat.E164);
1742 case E164:

Completed in 390 milliseconds