Home
last modified time | relevance | path

Searched defs:countryCallingCode (Results 1 – 15 of 15) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/source/
DNonGeographicalEntityMetadataSource.java46 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
DFormattingMetadataSource.java36 PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode); in getFormattingMetadataForCountryCallingCode()
DCompositeMetadataContainer.java47 PhoneMetadata getMetadataBy(int countryCallingCode) { in getMetadataBy()
DFormattingMetadataSourceImpl.java52 public PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode) { in getFormattingMetadataForCountryCallingCode()
DMetadataSourceImpl.java53 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/
DGeoEntityUtility.java47 public static boolean isGeoEntity(int countryCallingCode) { in isGeoEntity()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumberutil.js1469 function(countryCallingCode) { argument
1636 function(countryCallingCode) { argument
1757 function(countryCallingCode) { argument
1977 function(countryCallingCode, regionCode) { argument
2624 prefixNumberWithCountryCallingCode_ = function(countryCallingCode, argument
2855 function(countryCallingCode) { argument
3077 getMetadataForNonGeographicalRegion = function(countryCallingCode) { argument
3249 function(countryCallingCode) { argument
3269 function(countryCallingCode) { argument
Dshortnumberinfo.js93 function(countryCallingCode) { argument
Dphonenumberutil_test.js465 countryCallingCode) { argument
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPrefixFileReader.java119 int countryCallingCode = number.getCountryCode(); in getDescriptionForNumber() local
DMappingFileProvider.java156 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1959 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1977 int countryCallingCode = 64; in testMaybeExtractCountryCode() local
1991 int countryCallingCode = 800; in testMaybeExtractCountryCode() local
2030 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
2045 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DBuildMetadataProtoFromXml.java284 int countryCallingCode = entry.getKey(); in writeMap() local
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java102 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
DAsYouTypeFormatter.java128 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local