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.java368 … String decimalFormatPatternType = parts.size() > 5 ? parts.getAttributeValue(5, "type") : null; in addPaths() local
369 if (decimalFormatLengthType != null && decimalFormatPatternType != null && in addPaths()
371 int numZeroes = decimalFormatPatternType.length() - 1; in addPaths()