Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java151 … String decimalFormatPatternType = parts.size() > 5 ? parts.getAttributeValue(5, "type") : null; in getPaths() local
152 if (decimalFormatLengthType != null && decimalFormatPatternType != null && in getPaths()
154 int numZeroes = decimalFormatPatternType.length() - 1; in getPaths()