Return the offset of the first character on the line following the line containing the given offset.
offset
int getOffsetOfLineAfter(int offset) { return getOffsetOfLine(getLocation(offset).lineNumber); }