Searched refs:nextBreakable (Results 1 – 2 of 2) sorted by relevance
32 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable) in isBreakable() argument34 if (pos > nextBreakable) in isBreakable()35 nextBreakable = nextBreakablePositionIgnoringNBSP(lazyBreakIterator, pos); in isBreakable()36 return pos == nextBreakable; in isBreakable()
921 int nextBreakable = -1; in computePreferredLogicalWidths() local1007 bool hasBreak = breakAll || isBreakable(breakIterator, i, nextBreakable); in computePreferredLogicalWidths()1015 if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) in computePreferredLogicalWidths()