Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DAlternateFormatsCountryCodeSet.java31 Set<Integer> countryCodeSet = new HashSet<Integer>(8); in getCountryCodeSet() local
33 countryCodeSet.add(43); in getCountryCodeSet()
34 countryCodeSet.add(44); in getCountryCodeSet()
35 countryCodeSet.add(49); in getCountryCodeSet()
36 countryCodeSet.add(55); in getCountryCodeSet()
37 countryCodeSet.add(61); in getCountryCodeSet()
38 countryCodeSet.add(81); in getCountryCodeSet()
40 return countryCodeSet; in getCountryCodeSet()
DMetadataManager.java51 private static final Set<Integer> countryCodeSet = field in MetadataManager
86 if (!countryCodeSet.contains(countryCallingCode)) { in getAlternateFormatsForCountry()