Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCountItems.java830 Set<String> rawsubtypes = bcp47Keys.getAll(key); in getVariables() local
832 for (String subtype : rawsubtypes) { in getVariables()
838 subtypes.addAll(rawsubtypes); in getVariables()