Searched refs:lastCh (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A Dbreak_lines.cpp167 UChar lastCh = pos > 0 ? str[pos - 1] : 0; local
171 if (isBreakableSpace(ch, treatNoBreakSpaceAsBreak) || shouldBreakAfter(lastCh, ch))
174 if (needsLineBreakIterator(ch) || needsLineBreakIterator(lastCh)) {
189 if (i == nextBreak && !isBreakableSpace(lastCh, treatNoBreakSpaceAsBreak))
193 lastCh = ch;

Completed in 5066 milliseconds