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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextPosition.cpp59 const unsigned* foundLineEnding = std::lower_bound(lineEndings.begin(), lineEndings.end(), offset); local
60 int lineIndex = foundLineEnding - &lineEndings.at(0);

Completed in 44 milliseconds