Searched defs:NewlinePos (Results 1 – 2 of 2) sorted by relevance
270 size_t NewlinePos = Substr.find_first_of("\r\n"); in addColumnOffset() local281 size_t NewlinePos = Line.find_first_of("\r\n"); in addEndLineOffsetAndEndColumn() local
148 auto NewlinePos = Text.find_first_of('\n'); in calculateLineBreakInformation() local