HomeSort by relevance Sort by last modified time
    Searched refs:INTERNATIONAL (Results 1 - 6 of 6) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 84 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.INTERNATIONAL);
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 214 assertFalse(phoneUtil.isNumberGeographical(INTERNATIONAL_TOLL_FREE)); // International toll
221 assertTrue(phoneUtil.isLeadingZeroPossible(800)); // International toll free
222 assertFalse(phoneUtil.isLeadingZeroPossible(979)); // International premium-rate
255 // An international toll free number, which has no area code.
291 // An international toll free number, which has NDC "1234".
382 assertEquals("+1 650 253 0000", phoneUtil.format(US_NUMBER, PhoneNumberFormat.INTERNATIONAL));
385 assertEquals("+1 800 253 0000", phoneUtil.format(US_TOLLFREE, PhoneNumberFormat.INTERNATIONAL));
388 assertEquals("+1 900 253 0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.INTERNATIONAL));
399 assertEquals("+1 242 365 1234", phoneUtil.format(BS_NUMBER, PhoneNumberFormat.INTERNATIONAL));
404 assertEquals("+44 20 7031 3000", phoneUtil.format(GB_NUMBER, PhoneNumberFormat.INTERNATIONAL));
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 44 * Utility for international phone numbers. Functionality includes formatting, parsing and
99 // The PLUS_SIGN signifies the international prefix.
206 // Pattern that makes it easy to distinguish whether a region has a unique international dialing
207 // prefix or not. If a region has a unique international prefix (e.g. 011 in USA), it will be
209 // available international prefixes in a region, they will be represented as a regex string that
273 // number of digits to three or more, but then allows them to be in international form, and to
363 // that country calling code. Examples of the country calling codes include 800 (International
364 // Toll Free Service) and 808 (International Shared Cost Service).
380 * 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
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 93 // The kPlusSign signifies the international prefix.
168 case PhoneNumberUtil::INTERNATIONAL:
497 // more, but then allows them to be in international form, and to have
530 // international dialing prefix or not. If a region has a unique international
532 // a sequence of ASCII digits. If there are multiple available international
    [all...]
phonenumberutil.h 15 // Utility for international phone numbers.
78 // 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,
165 // Gets a PhoneNumberUtil instance to carry out international phone number
241 // calling code when the number is formatted in the international format, if
273 // INTERNATIONAL format depending on what the client asks for, we do not
326 // code). In those cases, no international prefix is used. For regions whic
    [all...]
  /external/chromium_org/components/autofill/core/browser/
phone_number_i18n.cc 52 // whether to format in the national or in the international format, is passed
62 PhoneNumberUtil::INTERNATIONAL;

Completed in 94 milliseconds