Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java150 … String decimalFormatLengthType = parts.size() > 3 ? parts.getAttributeValue(3, "type") : null; in getPaths() local
152 if (decimalFormatLengthType != null && decimalFormatPatternType != null && in getPaths()
153 compactDecimalFormatLengths.contains(decimalFormatLengthType)) { in getPaths()