Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1121 String unitNamePath = cldrFile.getCountPathWithFallback(isCurrency in getUnitName() local
1125 return unitNamePath == null ? unitType : cldrFile.getWinningValue(unitNamePath); in getUnitName()