Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeLabel.java35 public int getMaxWidth(boolean isShort) { in getMaxWidth() method in UnicodeLabel
58 public int getMaxWidth(boolean isShort) { in getMaxWidth() method in UnicodeLabel.Constant
DBagFormatter.java523 … valueSize = maxWidthOverride > 0 ? maxWidthOverride : getValueSource().getMaxWidth(shortValue); in doAt()
532 …= maxLabelWidthOverride > 0 ? maxLabelWidthOverride : getLabelSource(true).getMaxWidth(shortLabel); in doAt()
648 …legalArgumentException("maxwidth bogus " + value + "," + getValueSource().getMaxWidth(shortValue)); in showLine()
653 …ArgumentException("maxwidth bogus " + label + ", " + getLabelSource(true).getMaxWidth(shortLabel)); in showLine()
DUnicodeProperty.java314 public int getMaxWidth(boolean getShortest) { in getMaxWidth() method in UnicodeProperty