Home
last modified time | relevance | path

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

/external/libphonenumber/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()
DMetadataManager.java79 static PhoneMetadata getAlternateFormatsForCountry(int countryCallingCode) { in getAlternateFormatsForCountry()
166 PhoneMetadata get(int countryCallingCode) { in get()
DSingleFileMetadataSourceImpl.java55 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
DShortNumberInfo.java95 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
DAsYouTypeFormatter.java128 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DMultiFileMetadataSourceImpl.java70 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
81 private boolean isNonGeographical(int countryCallingCode) { in isNonGeographical()
DMetadataSource.java39 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
DMetadataManager.java80 static PhoneMetadata getAlternateFormatsForCountry(int countryCallingCode) { in getAlternateFormatsForCountry()
167 PhoneMetadata get(int countryCallingCode) { in get()
DSingleFileMetadataSourceImpl.java56 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
DShortNumberInfo.java98 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
DAsYouTypeFormatter.java130 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPrefixFileReader.java118 int countryCallingCode = number.getCountryCode(); in getDescriptionForNumber() local
DMappingFileProvider.java156 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()
/external/libphonenumber/repackaged/internal/prefixmapper/src/com/android/i18n/phonenumbers/prefixmapper/
DPrefixFileReader.java120 int countryCallingCode = number.getCountryCode(); in getDescriptionForNumber() local
DMappingFileProvider.java158 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1943 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1961 int countryCallingCode = 64; in testMaybeExtractCountryCode() local
1975 int countryCallingCode = 800; in testMaybeExtractCountryCode() local
2014 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
2029 int countryCallingCode = 1; in testMaybeExtractCountryCode() local