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

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java344 assertEquals("650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.NATIONAL));
347 assertEquals("800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.NATIONAL));
350 assertEquals("900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.NATIONAL));
356 phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.NATIONAL));
357 assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.NATIONAL));
361 assertEquals("242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.NATIONAL));
366 assertEquals("(020) 7031 3000", phoneUtil.format(GB_NUMBER, PhoneNumberFormat.NATIONAL));
369 assertEquals("(07912) 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.NATIONAL));
376 assertEquals("030/1234", phoneUtil.format(deNumber, PhoneNumberFormat.NATIONAL));
382 assertEquals("0291 123", phoneUtil.format(deNumber, PhoneNumberFormat.NATIONAL));
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java330 * INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation
332 * "+41 44 668 1800" in INTERNATIONAL format, and as "044 668 1800" in NATIONAL format.
343 NATIONAL, enum constant in enum:PhoneNumberUtil.PhoneNumberFormat
1124 PhoneNumberFormat.NATIONAL,
1126 maybeGetFormattedExtension(number, regionCode, PhoneNumberFormat.NATIONAL, formattedNumber);
1127 formatNumberByFormat(countryCallingCode, PhoneNumberFormat.NATIONAL, formattedNumber);
1158 * same as that of the region where the number is from, then NATIONAL formatting will be applied.
1187 return countryCallingCode + " " + format(number, PhoneNumberFormat.NATIONAL);
1196 return format(number, PhoneNumberFormat.NATIONAL);
1230 * passed in. If such information is missing, the number will be formatted into the NATIONAL
[all...]
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 145 milliseconds