Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DMultiFileMetadataSourceImpl.java69 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
80 private boolean isNonGeographical(int countryCallingCode) { in isNonGeographical()
DMetadataSource.java38 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
DSingleFileMetadataSourceImpl.java55 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
DMetadataManager.java79 static PhoneMetadata getAlternateFormatsForCountry(int countryCallingCode) { in getAlternateFormatsForCountry()
166 PhoneMetadata get(int countryCallingCode) { in get()
DShortNumberInfo.java102 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
DAsYouTypeFormatter.java128 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/source/
DFormattingMetadataSource.java36 PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode); in getFormattingMetadataForCountryCallingCode()
DNonGeographicalEntityMetadataSource.java46 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
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.js1395 function(countryCallingCode) { argument
1562 function(countryCallingCode) { argument
1683 function(countryCallingCode) { argument
1903 function(countryCallingCode, regionCode) { argument
2556 prefixNumberWithCountryCallingCode_ = function(countryCallingCode, argument
2787 function(countryCallingCode) { argument
3009 getMetadataForNonGeographicalRegion = function(countryCallingCode) { argument
3181 function(countryCallingCode) { argument
3201 function(countryCallingCode) { argument
Dshortnumberinfo.js93 function(countryCallingCode) { argument
Dphonenumberutil_test.js461 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.java1954 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1972 int countryCallingCode = 64; in testMaybeExtractCountryCode() local
1986 int countryCallingCode = 800; in testMaybeExtractCountryCode() local
2025 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
2040 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DBuildMetadataProtoFromXml.java266 int countryCallingCode = entry.getKey(); in writeMap() local