Home
last modified time | relevance | path

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

/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/metadata/source/
DNonGeographicalEntityMetadataSource.java48 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
DFormattingMetadataSource.java38 PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode); in getFormattingMetadataForCountryCallingCode()
DCompositeMetadataContainer.java48 PhoneMetadata getMetadataBy(int countryCallingCode) { in getMetadataBy()
DFormattingMetadataSourceImpl.java54 public PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode) { in getFormattingMetadataForCountryCallingCode()
DMetadataSourceImpl.java55 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
/external/libphonenumber/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()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/internal/
DGeoEntityUtility.java47 public static boolean isGeoEntity(int countryCallingCode) { in isGeoEntity()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/internal/
DGeoEntityUtility.java49 public static boolean isGeoEntity(int countryCallingCode) { in isGeoEntity()
/external/libphonenumber/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()
/external/libphonenumber/repackaged/internal/prefixmapper/src/com/android/i18n/phonenumbers/prefixmapper/
DPrefixFileReader.java121 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.java1958 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1976 int countryCallingCode = 64; in testMaybeExtractCountryCode() local
1990 int countryCallingCode = 800; in testMaybeExtractCountryCode() local
2029 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
2044 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
/external/libphonenumber/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
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DShortNumberInfo.java105 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
DAsYouTypeFormatter.java130 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local