LineLengthAt
int32 LineLengthAt(int32 index) const;
virtual int32 LineLengthAt(int32 index) const;
virtual int32 LineLengthAt(int32 index) const;
virtual int32 LineLengthAt(int32 index) const = 0;
int32 lineLength = fSourceCode->LineLengthAt(i);
fSelectionEnd.offset = fSourceCode->LineLengthAt(
int32 lineLength = fSourceCode->LineLengthAt(line);
int32 length = fSourceCode->LineLengthAt(point.line);
fSelectionEnd.offset = fSourceCode->LineLengthAt(point.line);
fSelectionEnd.offset = fSourceCode->LineLengthAt(
fSelectionEnd.offset = fSourceCode->LineLengthAt(point.line);
return fSourceFile->LineLengthAt(index);