Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DBNF.java191 if (weight == NO_WEIGHT) weight = 50; in qualify()
271 int lastWeight = NO_WEIGHT; in getAlternation()
276 if (weight == NO_WEIGHT) weight = 1; in getAlternation()
293 private static final int NO_WEIGHT = Integer.MIN_VALUE; field in BNF
300 return NO_WEIGHT; in getWeight()
312 if (weight == NO_WEIGHT) break; in getWeights()