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

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 246 // Italian numbers - there is no national prefix, but it still has an area code.
249 // Google Singapore. Singapore has no area code and no national prefix.
260 // Google MTV, which has national destination code (NDC) "650".
381 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));
390 // Numbers with all zeros in the national number part will be formatted by using the raw_input
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));
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 85 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.NATIONAL);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 109 // any extension component of the number, after the main national number is
175 case PhoneNumberUtil::NATIONAL:
182 // Returns true when one national number is the suffix of the other or both are
212 VLOG(4) << "Number type unknown - doesn't match general national number"
643 // national pattern (e.g. Argentina) so the $1 group does not match
    [all...]
phonenumberutil.h 78 // 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,
191 // Gets the national significant number of a phone number. Note a national
192 // significant number doesn't contain a national prefix or any formatting.
197 // passed in, so that clients could use it to split a national significant
237 // Gets the length of the national destination code (NDC) from the PhoneNumber
238 // object passed in, so that clients could use it to split a national
272 // dial from where they are - although we do format in either NATIONAL o
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 61 // The minimum and maximum length of the national significant number.
283 // component of the number, after the main national number is formatted. For example, if you wish
343 // first group is not used in the national pattern (e.g. Argentina) so the $1 group does not match
351 // A pattern that is used to determine if the national prefix formatting rule has the first group
352 // only, i.e., does not start with the national prefix. Note that the pattern explicitly allows
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.
394 NATIONAL,
470 * in national format must have their national-prefix present if it is usually written for
    [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
61 PhoneNumberUtil::NATIONAL :
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1685 milliseconds