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

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 86 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.RFC3966);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 529 String rfc3966Format = util.format(number, PhoneNumberFormat.RFC3966);
543 formattingPattern, PhoneNumberFormat.RFC3966).split("-");
PhoneNumberUtil.java 384 * "+41446681800". RFC3966 is as per INTERNATIONAL format, but with all spaces and other
395 RFC3966
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 698 phone_util_.Format(number, PhoneNumberUtil::RFC3966, &rfc3966_format);
717 PhoneNumberUtil::RFC3966,
    [all...]
phonenumberutil.h 83 // RFC3966 is as per INTERNATIONAL format, but with all spaces and other
91 RFC3966
499 // number_to_parse can also be provided in RFC3966 format.
    [all...]
phonenumberutil.cc 171 case PhoneNumberUtil::RFC3966:
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 389 assertEquals("tel:+1-900-253-0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.RFC3966));
415 assertEquals("tel:+49-30-1234", phoneUtil.format(deNumber, PhoneNumberFormat.RFC3966));
    [all...]

Completed in 2074 milliseconds