Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java828 Set<String> rawsubtypes = bcp47Keys.getAll(key); in getVariables() local
830 for (String subtype : rawsubtypes) { in getVariables()
836 subtypes.addAll(rawsubtypes); in getVariables()