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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc705 phone_util_.Format(number, PhoneNumberUtil::RFC3966, &rfc3966_format);
724 PhoneNumberUtil::RFC3966,
H A Dphonenumberutil.h83 // RFC3966 is as per INTERNATIONAL format, but with all spaces and other
91 RFC3966 enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::PhoneNumberFormat
511 // number_to_parse can also be provided in RFC3966 format.
H A Dphonenumberutil.cc164 case PhoneNumberUtil::RFC3966:
1507 if (number_format == RFC3966) {
1575 if (number_format == RFC3966) {
1788 // national_number if it is written in RFC3966; otherwise extract a possible
1829 // paragraph 5.3 of the RFC3966 spec.
1838 // RFC3966.
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcher.java557 String rfc3966Format = util.format(number, PhoneNumberFormat.RFC3966);
571 formattingPattern, PhoneNumberFormat.RFC3966).split("-");
H A DPhoneNumberUtil.java368 * "+41446681800". RFC3966 is as per INTERNATIONAL format, but with all spaces and other
379 RFC3966 enum constant in enum:PhoneNumberUtil.PhoneNumberFormat
1748 case RFC3966:
1842 if (numberFormat == PhoneNumberFormat.RFC3966) {
1927 if (numberFormat == PhoneNumberFormat.RFC3966) {
2762 * be provided in RFC3966 format.
3003 * written in RFC3966; otherwise extract a possible number out of it and write to nationalNumber.
3038 // appear at the same time with isdn-subaddress according to paragraph 5.3 of the RFC3966 spec,
3046 // actually written in RFC3966.
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java406 assertEquals("tel:+1-900-253-0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.RFC3966));
432 assertEquals("tel:+49-30-1234", phoneUtil.format(deNumber, PhoneNumberFormat.RFC3966));
832 PhoneNumberFormat.RFC3966,
892 phoneUtil.format(nzNumber, PhoneNumberFormat.RFC3966));
1700 // Test parsing RFC3966 format with a phone context.
1706 // Test parsing RFC3966 format with optional user-defined parameters. The parameters will appear
1710 // Test parsing RFC3966 with an ISDN subaddress.
1714 // Test parsing RFC3966 with "tel:" missing.
2166 // Test parsing RFC3966 format with a phone context.

Completed in 226 milliseconds