Lines Matching refs:countryCallingCode
1395 function(countryCallingCode) { argument
1397 countryCallingCode] || '';
1562 function(countryCallingCode) { argument
1564 var metadata = this.getMetadataForNonGeographicalRegion(countryCallingCode);
1683 function(countryCallingCode) { argument
1685 return countryCallingCode in
1723 var countryCallingCode = number.getCountryCodeOrDefault();
1731 countryCallingCode, i18n.phonenumbers.PhoneNumberFormat.E164,
1734 if (!this.hasValidCountryCallingCode_(countryCallingCode)) {
1742 var regionCode = this.getRegionCodeForCountryCode(countryCallingCode);
1749 this.getMetadataForRegionOrCallingCode_(countryCallingCode, regionCode);
1756 return this.prefixNumberWithCountryCallingCode_(countryCallingCode,
1783 var countryCallingCode = number.getCountryCodeOrDefault();
1786 if (!this.hasValidCountryCallingCode_(countryCallingCode)) {
1794 var regionCode = this.getRegionCodeForCountryCode(countryCallingCode);
1798 this.getMetadataForRegionOrCallingCode_(countryCallingCode, regionCode);
1842 return this.prefixNumberWithCountryCallingCode_(countryCallingCode,
1866 var countryCallingCode = number.getCountryCodeOrDefault();
1869 if (!this.hasValidCountryCallingCode_(countryCallingCode)) {
1878 var regionCode = this.getRegionCodeForCountryCode(countryCallingCode);
1882 this.getMetadataForRegionOrCallingCode_(countryCallingCode, regionCode);
1891 countryCallingCode, i18n.phonenumbers.PhoneNumberFormat.NATIONAL,
1903 function(countryCallingCode, regionCode) { argument
1906 this.getMetadataForNonGeographicalRegion(countryCallingCode) :
1963 var countryCallingCode = number.getCountryCodeOrDefault();
1964 if (!this.hasValidCountryCallingCode_(countryCallingCode)) {
1976 var regionCode = this.getRegionCodeForCountryCode(countryCallingCode);
2007 } else if (countryCallingCode ==
2103 var countryCallingCode = number.getCountryCodeOrDefault();
2106 if (!this.hasValidCountryCallingCode_(countryCallingCode)) {
2109 if (countryCallingCode ==
2114 return countryCallingCode + ' ' +
2117 } else if (countryCallingCode ==
2153 var regionCode = this.getRegionCodeForCountryCode(countryCallingCode);
2157 this.getMetadataForRegionOrCallingCode_(countryCallingCode, regionCode);
2166 internationalPrefixForFormatting + ' ' + countryCallingCode + ' ' +
2169 countryCallingCode, i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL,
2360 var countryCallingCode = number.getCountryCodeOrDefault();
2362 var phoneNumberRegion = this.getRegionCodeForCountryCode(countryCallingCode);
2365 countryCallingCode, phoneNumberRegion);
2556 prefixNumberWithCountryCallingCode_ = function(countryCallingCode, argument
2563 return i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN + countryCallingCode +
2566 return i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN + countryCallingCode +
2570 i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN + countryCallingCode +
2787 function(countryCallingCode) { argument
2790 this.getMetadataForNonGeographicalRegion(countryCallingCode);
2802 return this.parse('+' + countryCallingCode +
3009 getMetadataForNonGeographicalRegion = function(countryCallingCode) { argument
3011 return this.getMetadataForRegion('' + countryCallingCode);
3181 function(countryCallingCode) { argument
3185 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap[countryCallingCode];
3201 function(countryCallingCode) { argument
3205 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap[countryCallingCode];