Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DMetadataManager.java74 private static void loadAlternateFormatsMetadataFromFile(int countryCallingCode) { in loadAlternateFormatsMetadataFromFile()
92 static PhoneMetadata getAlternateFormatsForCountry(int countryCallingCode) { in getAlternateFormatsForCountry()
DShortNumberInfo.java97 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
DAsYouTypeFormatter.java136 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1567 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1585 int countryCallingCode = 64; in testMaybeExtractCountryCode() local
1599 int countryCallingCode = 800; in testMaybeExtractCountryCode() local
1638 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1653 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPrefixFileReader.java116 int countryCallingCode = number.getCountryCode(); in getDescriptionForNumber() local
DMappingFileProvider.java154 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()