Home | History | Annotate | Download | only in util

Lines Matching defs:getValueSource

542             valueSize = maxWidthOverride > 0 ? maxWidthOverride : getValueSource().getMaxWidth(shortValue);
625 String value = getValueSource() == UnicodeLabel.NULL ? "" : getValueSource().getValue(thing, ",", true);
626 if (getValueSource() != UnicodeLabel.NULL) value = "\t; " + value;
667 throw new IllegalArgumentException("maxwidth bogus " + value + "," + getValueSource().getMaxWidth(shortValue));
972 public UnicodeLabel getValueSource() {
978 String result = getValueSource().getValue(cp, shortVal);