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.java367 … String decimalFormatLengthType = parts.size() > 3 ? parts.getAttributeValue(3, "type") : null; in addPaths() local
369 if (decimalFormatLengthType != null && decimalFormatPatternType != null && in addPaths()
370 compactDecimalFormatLengths.contains(decimalFormatLengthType)) { in addPaths()