Searched refs:countryCodeToRegionCodeMap (Results 1 – 3 of 3) sorted by relevance
| /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
| D | CountryCodeToRegionCodeMap.java | 36 Map<Integer, List<String>> countryCodeToRegionCodeMap = in getCountryCodeToRegionCodeMap() local 67 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 72 countryCodeToRegionCodeMap.put(7, listWithRegionCode); in getCountryCodeToRegionCodeMap() 76 countryCodeToRegionCodeMap.put(20, listWithRegionCode); in getCountryCodeToRegionCodeMap() 80 countryCodeToRegionCodeMap.put(27, listWithRegionCode); in getCountryCodeToRegionCodeMap() 84 countryCodeToRegionCodeMap.put(30, listWithRegionCode); in getCountryCodeToRegionCodeMap() 88 countryCodeToRegionCodeMap.put(31, listWithRegionCode); in getCountryCodeToRegionCodeMap() 92 countryCodeToRegionCodeMap.put(32, listWithRegionCode); in getCountryCodeToRegionCodeMap() 96 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap() 100 countryCodeToRegionCodeMap.put(34, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|
| /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/ |
| D | CountryCodeToRegionCodeMap.java | 40 Map<Integer, List<String>> countryCodeToRegionCodeMap = in getCountryCodeToRegionCodeMap() local 71 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 76 countryCodeToRegionCodeMap.put(7, listWithRegionCode); in getCountryCodeToRegionCodeMap() 80 countryCodeToRegionCodeMap.put(20, listWithRegionCode); in getCountryCodeToRegionCodeMap() 84 countryCodeToRegionCodeMap.put(27, listWithRegionCode); in getCountryCodeToRegionCodeMap() 88 countryCodeToRegionCodeMap.put(30, listWithRegionCode); in getCountryCodeToRegionCodeMap() 92 countryCodeToRegionCodeMap.put(31, listWithRegionCode); in getCountryCodeToRegionCodeMap() 96 countryCodeToRegionCodeMap.put(32, listWithRegionCode); in getCountryCodeToRegionCodeMap() 100 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap() 104 countryCodeToRegionCodeMap.put(34, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|
| /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
| D | CountryCodeToRegionCodeMapForTesting.java | 36 Map<Integer, List<String>> countryCodeToRegionCodeMap = in getCountryCodeToRegionCodeMap() local 46 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 50 countryCodeToRegionCodeMap.put(7, listWithRegionCode); in getCountryCodeToRegionCodeMap() 54 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap() 58 countryCodeToRegionCodeMap.put(39, listWithRegionCode); in getCountryCodeToRegionCodeMap() 63 countryCodeToRegionCodeMap.put(44, listWithRegionCode); in getCountryCodeToRegionCodeMap() 67 countryCodeToRegionCodeMap.put(46, listWithRegionCode); in getCountryCodeToRegionCodeMap() 71 countryCodeToRegionCodeMap.put(48, listWithRegionCode); in getCountryCodeToRegionCodeMap() 75 countryCodeToRegionCodeMap.put(49, listWithRegionCode); in getCountryCodeToRegionCodeMap() 79 countryCodeToRegionCodeMap.put(52, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|