Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBcp47Tests.java47 String subtypeDescription = descriptionsMap.get(keySubtype); in main() local
52 + keyDescription + "; " + subtypeDescription); in main()
58 + keyDescription + "; " + subtypeDescription); in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java1567 String subtypeDescription = desc == null ? null : desc.replaceAll("\\s+", " ");
1584 if (subtypeDescription != null) {
1585 bcp47Descriptions.put(key_subtype, subtypeDescription.replaceAll("\\s+", " "));