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

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java399 assertEquals("+1 650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.INTERNATIONAL));
402 assertEquals("+1 800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.INTERNATIONAL));
405 assertEquals("+1 900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.INTERNATIONAL));
416 assertEquals("+1 242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.INTERNATIONAL));
421 assertEquals("+44 20 7031 3000", phoneUtil.format(GB_NUMBER, PhoneNumberFormat.INTERNATIONAL));
424 assertEquals("+44 7912 345 678", phoneUtil.format(GB_MOBILE, PhoneNumberFormat.INTERNATIONAL));
431 assertEquals("+49 30/1234", phoneUtil.format(deNumber, PhoneNumberFormat.INTERNATIONAL));
437 assertEquals("+49 291 123", phoneUtil.format(deNumber, PhoneNumberFormat.INTERNATIONAL));
442 assertEquals("+49 291 12345678", phoneUtil.format(deNumber, PhoneNumberFormat.INTERNATIONAL));
447 assertEquals("+49 9123 12345", phoneUtil.format(deNumber, PhoneNumberFormat.INTERNATIONAL));
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java364 * INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation
366 * "+41 44 668 1800" in INTERNATIONAL format, and as "044 668 1800" in NATIONAL format.
367 * E164 format is as per INTERNATIONAL format but with no formatting applied, e.g.
368 * "+41446681800". RFC3966 is as per INTERNATIONAL format, but with all spaces and other
377 INTERNATIONAL, enum constant in enum:PhoneNumberUtil.PhoneNumberFormat
911 PhoneNumberUtil.PhoneNumberFormat.INTERNATIONAL);
1333 formattedNumber = format(numberNoExt, PhoneNumberFormat.INTERNATIONAL);
1353 formattedNumber = format(numberNoExt, PhoneNumberFormat.INTERNATIONAL);
1362 return withFormatting ? format(numberNoExt, PhoneNumberFormat.INTERNATIONAL)
1371 * supplied, we format the number in its INTERNATIONAL forma
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc161 case PhoneNumberUtil::INTERNATIONAL:
1095 Format(number_no_extension, INTERNATIONAL, formatted_number);
1102 ? Format(number_no_extension, INTERNATIONAL, formatted_number)
1120 Format(number, INTERNATIONAL, formatted_number);
1173 FormatNsn(national_significant_number, *metadata_for_region, INTERNATIONAL,
1175 MaybeAppendFormattedExtension(number, *metadata_for_region, INTERNATIONAL,
1181 PrefixNumberWithCountryCallingCode(country_code, INTERNATIONAL,
1205 Format(number, INTERNATIONAL, formatted_number);
1212 Format(number, INTERNATIONAL, formatted_number);
1437 PrefixNumberWithCountryCallingCode(country_code, INTERNATIONAL,
[all...]
H A Dphonenumberutil.h78 // INTERNATIONAL and NATIONAL formats are consistent with the definition
80 // Zürich office will be written as "+41 44 668 1800" in INTERNATIONAL
82 // INTERNATIONAL format but with no formatting applied e.g. "+41446681800".
83 // RFC3966 is as per INTERNATIONAL format, but with all spaces and other
89 INTERNATIONAL, enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::PhoneNumberFormat
285 // INTERNATIONAL format depending on what the client asks for, we do not
339 // have multiple international prefixes, the number in its INTERNATIONAL
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.cc62 PhoneNumberUtil::INTERNATIONAL;
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 306 milliseconds