Searched refs:subtypeDescription (Results 1 – 2 of 2) sorted by relevance
47 String subtypeDescription = descriptionsMap.get(keySubtype); in main() local52 + keyDescription + "; " + subtypeDescription); in main()58 + keyDescription + "; " + subtypeDescription); in main()
1567 String subtypeDescription = desc == null ? null : desc.replaceAll("\\s+", " ");1584 if (subtypeDescription != null) {1585 bcp47Descriptions.put(key_subtype, subtypeDescription.replaceAll("\\s+", " "));