Searched refs:previousNonSpaceCharPos (Results 1 – 2 of 2) sorted by relevance
902 bool previousNonSpaceCharPos(int &line, int &col);
3808 bool KTextEditor::DocumentPrivate::previousNonSpaceCharPos(int &line, int &col) in previousNonSpaceCharPos() function in KTextEditor::DocumentPrivate3860 …(sl, sc) && m_buffer->plainLine(sl)->matchesAt(sc, startComment) && previousNonSpaceCharPos(el, ec) in removeStartStopCommentFromSelection()