Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java688 private void loadMetadataFromFile(String filePrefix, String regionCode, int countryCallingCode) { in loadMetadataFromFile()
1065 private boolean hasValidCountryCallingCode(int countryCallingCode) { in hasValidCountryCallingCode()
1103 int countryCallingCode = number.getCountryCode(); in format() local
1143 int countryCallingCode = number.getCountryCode(); in formatByPattern() local
1203 int countryCallingCode = number.getCountryCode(); in formatNationalNumberWithCarrierCode() local
1224 int countryCallingCode, String regionCode) { in getMetadataForRegionOrCallingCode()
1268 int countryCallingCode = number.getCountryCode(); in formatNumberForMobileDialing() local
1337 int countryCallingCode = number.getCountryCode(); in formatOutOfCountryCallingNumber() local
1516 int countryCallingCode = number.getCountryCode(); in hasFormattingPatternForNumber() local
1658 private void prefixNumberWithCountryCallingCode(int countryCallingCode, in prefixNumberWithCountryCallingCode()
[all …]
DAsYouTypeFormatter.java126 int countryCallingCode = phoneUtil.getCountryCodeForRegion(regionCode); in getMetadataForRegion() local
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java1399 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1417 int countryCallingCode = 64; in testMaybeExtractCountryCode() local
1431 int countryCallingCode = 800; in testMaybeExtractCountryCode() local
1470 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
1485 int countryCallingCode = 1; in testMaybeExtractCountryCode() local
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DMappingFileProvider.java154 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName()
DPhoneNumberOfflineGeocoder.java253 int countryCallingCode = number.getCountryCode(); in getAreaDescriptionForNumber() local