Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java1962 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1980 int countryCallingCode = 64; in testMaybeExtractCountryCode() local
1994 int countryCallingCode = 800; in testMaybeExtractCountryCode() local
2033 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
2048 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber/android_common/javac/
Dlibphonenumber.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber-nogeocoder/android_common/javac/
Dlibphonenumber-nogeocoder.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/libphonenumber/libphonenumber-platform/android_common/javac/
Dlibphonenumber-platform.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/metadata/source/
H A DFormattingMetadataSource.java38 PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode); in getFormattingMetadataForCountryCallingCode()
H A DNonGeographicalEntityMetadataSource.java48 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
H A DCompositeMetadataContainer.java48 PhoneMetadata getMetadataBy(int countryCallingCode) { in getMetadataBy()
H A DFormattingMetadataSourceImpl.java54 public PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode) { in getFormattingMetadataForCountryCallingCode()
H A DMetadataSourceImpl.java55 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/metadata/source/
H A DNonGeographicalEntityMetadataSource.java46 PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode); in getMetadataForNonGeographicalRegion()
H A DFormattingMetadataSource.java36 PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode); in getFormattingMetadataForCountryCallingCode()
H A DCompositeMetadataContainer.java47 PhoneMetadata getMetadataBy(int countryCallingCode) { in getMetadataBy()
H A DFormattingMetadataSourceImpl.java52 public PhoneMetadata getFormattingMetadataForCountryCallingCode(int countryCallingCode) { in getFormattingMetadataForCountryCallingCode()
H A DMetadataSourceImpl.java53 public PhoneMetadata getMetadataForNonGeographicalRegion(int countryCallingCode) { in getMetadataForNonGeographicalRegion()
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/ext/android_common/withres/
Dext.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/internal/
H A DGeoEntityUtility.java47 public static boolean isGeoEntity(int countryCallingCode) { in isGeoEntity()
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/internal/
H A DGeoEntityUtility.java49 public static boolean isGeoEntity(int countryCallingCode) { in isGeoEntity()
/aosp_15_r20/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DPrefixFileReader.java119 int countryCallingCode = number.getCountryCode(); in getDescriptionForNumber() local
H A DMappingFileProvider.java156 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()
/aosp_15_r20/external/libphonenumber/repackaged/internal/prefixmapper/src/com/android/i18n/phonenumbers/prefixmapper/
H A DPrefixFileReader.java121 int countryCallingCode = number.getCountryCode(); in getDescriptionForNumber() local
H A DMappingFileProvider.java158 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DShortNumberInfo.java102 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
H A DShortNumberInfo.java105 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
H A DAsYouTypeFormatter.java130 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local

1234