_IsOnEmptyLastLine
bool _IsOnEmptyLastLine(int32 offset) const;
if (_IsOnEmptyLastLine(offset))
bool onEmptyLastLine = _IsOnEmptyLastLine(offset);