Searched refs:RFC3966 (Results 1 – 10 of 10) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.h | 85 RFC3966 enumerator 88 static const PhoneNumberFormat kMaxNumberFormat = RFC3966;
|
D | phonenumbermatcher.cc | 748 phone_util_.Format(number, PhoneNumberUtil::RFC3966, &rfc3966_format); in GetNationalNumberGroups() 773 PhoneNumberUtil::RFC3966, in GetNationalNumberGroupsForPattern()
|
D | phonenumberutil.cc | 178 case PhoneNumberUtil::RFC3966: in PrefixNumberWithCountryCallingCode() 1751 if (number_format == RFC3966) { in FormatNsnUsingPatternWithCarrier() 1819 if (number_format == RFC3966) { in MaybeAppendFormattedExtension()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberMatcher.java | 543 String rfc3966Format = util.format(number, PhoneNumberFormat.RFC3966); in getNationalNumberGroups() 565 formattingPattern, PhoneNumberFormat.RFC3966).split("-"); in getNationalNumberGroups()
|
D | PhoneNumberUtil.java | 450 RFC3966 enumConstant 1908 case RFC3966: 2001 if (numberFormat == PhoneNumberFormat.RFC3966) { 2180 if (numberFormat == PhoneNumberFormat.RFC3966) {
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonenumberutil.js | 976 RFC3966: 3 property 2568 case i18n.phonenumbers.PhoneNumberFormat.RFC3966: 2711 if (numberFormat == i18n.phonenumbers.PhoneNumberFormat.RFC3966) { 2831 if (numberFormat == i18n.phonenumbers.PhoneNumberFormat.RFC3966) {
|
D | phonenumberutil_test.js | 666 'tel:+1-900-253-0000', phoneUtil.format(US_PREMIUM, PNF.RFC3966)); 701 assertEquals('tel:+49-30-1234', phoneUtil.format(deNumber, PNF.RFC3966)); 1303 phoneUtil.formatByPattern(US_NUMBER, PNF.RFC3966, [newNumFormat])); 1366 'tel:+64-3-331-6005;ext=1234', phoneUtil.format(nzNumber, PNF.RFC3966));
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 499 assertEquals("tel:+1-900-253-0000", phoneUtil.format(US_PREMIUM, PhoneNumberFormat.RFC3966)); in testFormatUSNumber() 525 assertEquals("tel:+49-30-1234", phoneUtil.format(deNumber, PhoneNumberFormat.RFC3966)); in testFormatDENumber() 930 PhoneNumberFormat.RFC3966, in testFormatByPattern() 993 phoneUtil.format(nzNumber, PhoneNumberFormat.RFC3966)); in testFormatNumberWithExtension()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | phonenumberutil_test.cc | 536 phone_util_.Format(test_number, PhoneNumberUtil::RFC3966, &formatted_number); in TEST_F() 604 phone_util_.Format(test_number, PhoneNumberUtil::RFC3966, &formatted_number); in TEST_F() 1306 phone_util_.FormatByPattern(test_number, PhoneNumberUtil::RFC3966, in TEST_F() 1397 phone_util_.Format(nz_number, PhoneNumberUtil::RFC3966, &formatted_number); in TEST_F()
|
/third_party/libphonenumber/ |
D | release_notes.txt | 1233 - Small fix for possible out-of-bounds exception on RFC3966 input where no 1962 - Handle phone input in RFC3966 with missing tel: prefix 2403 - Support parsing of RFC3966-formatted strings with an isdn-subaddress or extra parameters
|