Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DBagFormatter.java501 : getLabelSource(true).getMaxWidth(shortLabel); in doAt()
518 || getLabelSource(true) != UnicodeLabel.NULL in doAt()
593 getLabelSource(true) == UnicodeLabel.NULL in doSimpleAt()
595 : getLabelSource(true).getValue(thing, ",", true); in doSimpleAt()
623 String label = getLabelSource(true).getValue(start, shortLabel); in showLine()
645 + getLabelSource(true).getMaxWidth(shortLabel)); in showLine()
746 String label = getLabelSource(false).getValue(limit, true); in next()
761 String s = getLabelSource(false).getValue(limit, true); in next()
820 public UnicodeLabel getLabelSource(boolean visible) { in getLabelSource() method in BagFormatter