Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java1021 Set<String> fullpaths = new HashSet<String>(); in countItems() local
1040 fullpaths.add(item.getFullXPath(path)); in countItems()
1052 + fullpaths.size()); in countItems()
1062 .println("Unique Full Paths\t" + decimal.format(fullpaths.size())); in countItems()