HomeSort by relevance Sort by last modified time
    Searched full:countrycodes (Results 1 - 1 of 1) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleStoreCountryCodeBox.java 10 private static Map<String, String> countryCodes = new HashMap<String, String>();
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...]

Completed in 49 milliseconds