Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckWidths.java22 public static final int MAX_COMPONENTS_PER_ANNOTATION = 16; field in CheckWidths
307 …new Limit(5, MAX_COMPONENTS_PER_ANNOTATION, Measure.SET_ELEMENTS, LimitType.MAXIMUM, Special.BARS)…
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java1164 if (comps.size() <= CheckWidths.MAX_COMPONENTS_PER_ANNOTATION && in promoteSuperiorAnnotationSuperset()