Searched defs:E164 (Results 1 - 2 of 2) sorted by relevance

/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
/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 175 milliseconds