Home
last modified time | relevance | path

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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfDemo.java485 int tempLineEnd = bi.first(); in paint() local
494 while (tempLineEnd != BreakIterator.DONE && fm.stringWidth(txt.substring( in paint()
495 lineStart, tempLineEnd)) < width) { in paint()
496 lineEnd = tempLineEnd; in paint()
497 tempLineEnd = bi.next(); in paint()
500 if (tempLineEnd == BreakIterator.DONE) in paint()
503 lineEnd = tempLineEnd; in paint()