Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLogicalGrouping.java374 … String decimalFormatPatternType = parts.size() > 5 ? parts.getAttributeValue(5, "type") : null; in addPaths() local
375 if (decimalFormatLengthType != null && decimalFormatPatternType != null && in addPaths()
377 int numZeroes = decimalFormatPatternType.length() - 1; in addPaths()