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.java26 public static final int MAX_COMPONENTS_PER_ANNOTATION = 16; field in CheckWidths
316 …new Limit(WARN_COMPONENTS_PER_ANNOTATION, MAX_COMPONENTS_PER_ANNOTATION, Measure.SET_ELEMENTS, Lim…
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java1261 if (comps.size() <= CheckWidths.MAX_COMPONENTS_PER_ANNOTATION && in promoteSuperiorAnnotationSuperset()