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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java363 * INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation
365 * "+41 44 668 1800" in INTERNATIONAL format, and as "044 668 1800" in NATIONAL format.
377 NATIONAL, enum constant in enum:PhoneNumberUtil.PhoneNumberFormat
1078 PhoneNumberFormat.NATIONAL, carrierCode));
1079 maybeAppendFormattedExtension(number, metadata, PhoneNumberFormat.NATIONAL, formattedNumber);
1080 prefixNumberWithCountryCallingCode(countryCallingCode, PhoneNumberFormat.NATIONAL,
1146 formattedNumber = format(numberNoExt, PhoneNumberFormat.NATIONAL);
1151 formattedNumber = format(numberNoExt, PhoneNumberFormat.NATIONAL);
1166 ? format(numberNoExt, PhoneNumberFormat.NATIONAL) : "";
1176 * same as that of the region where the number is from, then NATIONAL formattin
[all...]

Completed in 77 milliseconds