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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A Dbreak_lines.cpp131 int nextChIndex = nextCh - asciiLineBreakTableFirstChar; local
132 return tableRow[nextChIndex / 8] & (1 << (nextChIndex % 8));

Completed in 1562 milliseconds