Home
last modified time | relevance | path

Searched refs:formatByPattern (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java924 assertEquals("(650) 253-0000", phoneUtil.formatByPattern(US_NUMBER, PhoneNumberFormat.NATIONAL, in testFormatByPattern()
926 assertEquals("+1 (650) 253-0000", phoneUtil.formatByPattern(US_NUMBER, in testFormatByPattern()
929 assertEquals("tel:+1-650-253-0000", phoneUtil.formatByPattern(US_NUMBER, in testFormatByPattern()
939 phoneUtil.formatByPattern(BS_NUMBER, PhoneNumberFormat.NATIONAL, in testFormatByPattern()
942 phoneUtil.formatByPattern(BS_NUMBER, PhoneNumberFormat.INTERNATIONAL, in testFormatByPattern()
950 phoneUtil.formatByPattern(IT_NUMBER, PhoneNumberFormat.NATIONAL, in testFormatByPattern()
953 phoneUtil.formatByPattern(IT_NUMBER, PhoneNumberFormat.INTERNATIONAL, in testFormatByPattern()
961 phoneUtil.formatByPattern(GB_NUMBER, PhoneNumberFormat.NATIONAL, in testFormatByPattern()
967 phoneUtil.formatByPattern(GB_NUMBER, PhoneNumberFormat.NATIONAL, in testFormatByPattern()
973 phoneUtil.formatByPattern(GB_NUMBER, PhoneNumberFormat.NATIONAL, in testFormatByPattern()
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil_test.js1297 phoneUtil.formatByPattern(US_NUMBER, PNF.NATIONAL, [newNumFormat]));
1300 phoneUtil.formatByPattern(US_NUMBER, PNF.INTERNATIONAL, [newNumFormat]));
1303 phoneUtil.formatByPattern(US_NUMBER, PNF.RFC3966, [newNumFormat]));
1311 phoneUtil.formatByPattern(BS_NUMBER, PNF.NATIONAL, [newNumFormat]));
1314 phoneUtil.formatByPattern(BS_NUMBER, PNF.INTERNATIONAL, [newNumFormat]));
1321 phoneUtil.formatByPattern(IT_NUMBER, PNF.NATIONAL, [newNumFormat]));
1324 phoneUtil.formatByPattern(IT_NUMBER, PNF.INTERNATIONAL, [newNumFormat]));
1331 phoneUtil.formatByPattern(GB_NUMBER, PNF.NATIONAL, [newNumFormat]));
1336 phoneUtil.formatByPattern(GB_NUMBER, PNF.NATIONAL, [newNumFormat]));
1341 phoneUtil.formatByPattern(GB_NUMBER, PNF.NATIONAL, [newNumFormat]));
[all …]
Dphonenumberutil.js1779 i18n.phonenumbers.PhoneNumberUtil.prototype.formatByPattern = method in i18n.phonenumbers.PhoneNumberUtil
2293 formattedNumber = this.formatByPattern(number,
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java1324 public String formatByPattern(PhoneNumber number,
1711 formattedNumber = formatByPattern(number, PhoneNumberFormat.NATIONAL, numberFormats);
/third_party/libphonenumber/
Drelease_notes.txt2457 - Fix for formatByPattern to enable RFC formatting to work