Home
last modified time | relevance | path

Searched refs:countryCodeToRegionCodeMap (Results 1 – 13 of 13) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DCountryCodeToRegionCodeMap.java36 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 …]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DCountryCodeToRegionCodeMapForTesting.java36 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 …]
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DBuildMetadataProtoFromXml.java191 Map<Integer, List<String>> countryCodeToRegionCodeMap = in start() local
195 countryCodeToRegionCodeMap, outputDir, mappingClass, copyright); in start()
219 Map<Integer, List<String>> countryCodeToRegionCodeMap, in writeCountryCallingCodeMappingToJavaFile() argument
224 for (List<String> listWithRegionCode : countryCodeToRegionCodeMap.values()) { in writeCountryCallingCodeMappingToJavaFile()
230 boolean hasCountryCodes = countryCodeToRegionCodeMap.size() > 1; in writeCountryCallingCodeMappingToJavaFile()
234 int capacity = (int) (countryCodeToRegionCodeMap.size() / CAPACITY_FACTOR); in writeCountryCallingCodeMappingToJavaFile()
236 writeMap(writer, capacity, countryCodeToRegionCodeMap); in writeCountryCallingCodeMappingToJavaFile()
238 writeCountryCodeSet(writer, capacity, countryCodeToRegionCodeMap.keySet()); in writeCountryCallingCodeMappingToJavaFile()
240 List<String> regionCodeList = countryCodeToRegionCodeMap.get(0); in writeCountryCallingCodeMappingToJavaFile()
249 Map<Integer, List<String>> countryCodeToRegionCodeMap) { in writeMap() argument
[all …]
DBuildMetadataJsonFromXml.java107 Map<Integer, List<String>> countryCodeToRegionCodeMap = in start() local
120 writeCountryCodeToRegionCodeMap(countryCodeToRegionCodeMap, writer); in start()
167 Map<Integer, List<String>> countryCodeToRegionCodeMap, in writeCountryCodeToRegionCodeMap() argument
171 for (Map.Entry<Integer, List<String>> entry : countryCodeToRegionCodeMap.entrySet()) { in writeCountryCodeToRegionCodeMap()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java143 Map<Integer, List<String>> countryCodeToRegionCodeMap = new TreeMap<Integer, List<String>>(); in buildCountryCodeToRegionCodeMap() local
147 if (countryCodeToRegionCodeMap.containsKey(countryCode)) { in buildCountryCodeToRegionCodeMap()
149 countryCodeToRegionCodeMap.get(countryCode).add(0, regionCode); in buildCountryCodeToRegionCodeMap()
151 countryCodeToRegionCodeMap.get(countryCode).add(regionCode); in buildCountryCodeToRegionCodeMap()
159 countryCodeToRegionCodeMap.put(countryCode, listWithRegionCode); in buildCountryCodeToRegionCodeMap()
162 return countryCodeToRegionCodeMap; in buildCountryCodeToRegionCodeMap()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dmetadatalite.js33 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap = {
Dshortnumbermetadata.js33 i18n.phonenumbers.shortnumbermetadata.countryCodeToRegionCodeMap = {
Dmetadatafortesting.js33 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap = {
Dmetadata.js33 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap = {
Dphonenumberutil.js1446 Object.keys(i18n.phonenumbers.metadata.countryCodeToRegionCodeMap);
1686 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap;
3124 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap[countryCode];
3185 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap[countryCallingCode];
3205 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap[countryCallingCode];
3305 .countryCodeToRegionCodeMap[i18n.phonenumbers.PhoneNumberUtil
3678 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap) {
Dshortnumberinfo.js95 .countryCodeToRegionCodeMap[countryCallingCode];
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/buildtools/testdata/
Dexpected_metadata.js33 i18n.phonenumbers.metadata.countryCodeToRegionCodeMap = {
Dexpected_shortnumbermetadata.js33 i18n.phonenumbers.shortnumbergoldenmetadata.countryCodeToRegionCodeMap = {