Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAppleStoreCountryCodeBox.java10 private static Map<String, String> countryCodes = new HashMap<String, String>(); field in AppleStoreCountryCodeBox
13 countryCodes.put("143460", "Australia");
14 countryCodes.put("143445", "Austria");
15 countryCodes.put("143446", "Belgium");
16 countryCodes.put("143455", "Canada");
17 countryCodes.put("143458", "Denmark");
18 countryCodes.put("143447", "Finland");
19 countryCodes.put("143442", "France");
20 countryCodes.put("143443", "Germany");
21 countryCodes.put("143448", "Greece");
[all …]