Home
last modified time | relevance | path

Searched refs:countryCallingCodeToRegionCodeMap (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java83 private final Map<Integer, List<String>> countryCallingCodeToRegionCodeMap; field in ShortNumberInfo
93 this.countryCallingCodeToRegionCodeMap = in ShortNumberInfo()
103 List<String> regionCodes = countryCallingCodeToRegionCodeMap.get(countryCallingCode); in getRegionCodesForCountryCode()
DPhoneNumberUtil.java655 private final Map<Integer, List<String>> countryCallingCodeToRegionCodeMap;
684 Map<Integer, List<String>> countryCallingCodeToRegionCodeMap) {
686 this.countryCallingCodeToRegionCodeMap = countryCallingCodeToRegionCodeMap;
687 for (Map.Entry<Integer, List<String>> entry : countryCallingCodeToRegionCodeMap.entrySet()) {
706 nanpaRegions.addAll(countryCallingCodeToRegionCodeMap.get(NANPA_COUNTRY_CODE));
1059 return Collections.unmodifiableSet(countryCallingCodeToRegionCodeMap.keySet());
1243 return countryCallingCodeToRegionCodeMap.containsKey(countryCallingCode);
2392 List<String> regions = countryCallingCodeToRegionCodeMap.get(countryCode);
2432 List<String> regionCodes = countryCallingCodeToRegionCodeMap.get(countryCallingCode);
2442 List<String> regionCodes = countryCallingCodeToRegionCodeMap.get(countryCallingCode);
[all …]