Searched defs:countryCallingCode (Results 1 – 6 of 6) sorted by relevance
74 private static void loadAlternateFormatsMetadataFromFile(int countryCallingCode) { in loadAlternateFormatsMetadataFromFile()92 static PhoneMetadata getAlternateFormatsForCountry(int countryCallingCode) { in getAlternateFormatsForCountry()
97 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode()
136 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local
1567 int countryCallingCode = 1; in testMaybeExtractCountryCode() local1585 int countryCallingCode = 64; in testMaybeExtractCountryCode() local1599 int countryCallingCode = 800; in testMaybeExtractCountryCode() local1638 int countryCallingCode = 1; in testMaybeExtractCountryCode() local1653 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
116 int countryCallingCode = number.getCountryCode(); in getDescriptionForNumber() local
154 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()