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

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java381 assertEquals("650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.NATIONAL));
384 assertEquals("800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.NATIONAL));
387 assertEquals("900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.NATIONAL));
393 phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.NATIONAL));
394 assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.NATIONAL));
398 assertEquals("242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.NATIONAL));
403 assertEquals("(020) 7031 3000", phoneUtil.format(GB_NUMBER, PhoneNumberFormat.NATIONAL));
406 assertEquals("(07912) 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.NATIONAL));
413 assertEquals("030/1234", phoneUtil.format(deNumber, PhoneNumberFormat.NATIONAL));
419 assertEquals("0291 123", phoneUtil.format(deNumber, PhoneNumberFormat.NATIONAL));
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc175 case PhoneNumberUtil::NATIONAL:
970 MaybeAppendFormattedExtension(number, *metadata, NATIONAL, formatted_number);
996 FormatNsnWithCarrier(national_significant_number, *metadata, NATIONAL,
998 MaybeAppendFormattedExtension(number, *metadata, NATIONAL, formatted_number);
999 PrefixNumberWithCountryCallingCode(country_calling_code, NATIONAL,
1066 Format(number_no_extension, NATIONAL, formatted_number);
1094 Format(number_no_extension, NATIONAL, formatted_number);
1133 Format(number, NATIONAL, formatted_number);
1150 Format(number, NATIONAL, formatted_number);
1199 Format(number, NATIONAL, formatted_numbe
[all...]
H A Dphonenumberutil.h78 // INTERNATIONAL and NATIONAL formats are consistent with the definition
81 // format, and as "044 668 1800" in NATIONAL format. E164 format is as per
90 NATIONAL, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::PhoneNumberFormat
272 // dial from where they are - although we do format in either NATIONAL or
337 // information is missing, the number will be formatted into the NATIONAL
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java380 * INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation
382 * "+41 44 668 1800" in INTERNATIONAL format, and as "044 668 1800" in NATIONAL format.
394 NATIONAL, enum constant in enum:PhoneNumberUtil.PhoneNumberFormat
1149 PhoneNumberFormat.NATIONAL, carrierCode));
1150 maybeAppendFormattedExtension(number, metadata, PhoneNumberFormat.NATIONAL, formattedNumber);
1151 prefixNumberWithCountryCallingCode(countryCallingCode, PhoneNumberFormat.NATIONAL,
1241 formattedNumber = format(numberNoExt, PhoneNumberFormat.NATIONAL);
1256 * same as that of the region where the number is from, then NATIONAL formatting will be applied.
1288 return countryCallingCode + " " + format(number, PhoneNumberFormat.NATIONAL);
1297 return format(number, PhoneNumberFormat.NATIONAL);
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.cc61 PhoneNumberUtil::NATIONAL :
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 129 milliseconds