Home
last modified time | relevance | path

Searched refs:withFormatting (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil.js1960 function(number, regionCallingFrom, withFormatting) { argument
2062 return withFormatting ?
2067 return withFormatting ?
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java1457 boolean withFormatting) {
1529 return withFormatting ? format(numberNoExt, PhoneNumberFormat.INTERNATIONAL)
1532 return withFormatting ? formattedNumber