Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java1456 public String formatNumberForMobileDialing(PhoneNumber number, String regionCallingFrom,
1469 if (regionCallingFrom.equals(regionCode)) {
1491 PhoneMetadata regionMetadata = getMetadataForRegion(regionCallingFrom);
1554 String regionCallingFrom) {
1555 if (!isValidRegionCode(regionCallingFrom)) {
1558 + regionCallingFrom
1568 if (isNANPACountry(regionCallingFrom)) {
1573 } else if (countryCallingCode == getCountryCodeForValidRegion(regionCallingFrom)) {
1583 PhoneMetadata metadataForRegionCallingFrom = getMetadataForRegion(regionCallingFrom);
1632 public String formatInOriginalFormat(PhoneNumber number, String regionCallingFrom) {
[all …]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil.js1960 function(number, regionCallingFrom, withFormatting) { argument
1981 if (regionCallingFrom == regionCode) {
2014 var regionMetadata = this.getMetadataForRegion(regionCallingFrom);
2096 function(number, regionCallingFrom) { argument
2098 if (!this.isValidRegionCode_(regionCallingFrom)) {
2111 if (this.isNANPACountry(regionCallingFrom)) {
2118 this.getCountryCodeForValidRegion_(regionCallingFrom)) {
2133 this.getMetadataForRegion(regionCallingFrom);
2193 function(number, regionCallingFrom) { argument
2213 this.formatOutOfCountryCallingNumber(number, regionCallingFrom);
[all …]