Home
last modified time | relevance | path

Searched refs:previousNonSpaceCharPos (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.h902 bool previousNonSpaceCharPos(int &line, int &col);
H A Dkatedocument.cpp3808 bool KTextEditor::DocumentPrivate::previousNonSpaceCharPos(int &line, int &col) in previousNonSpaceCharPos() function in KTextEditor::DocumentPrivate
3860 …(sl, sc) && m_buffer->plainLine(sl)->matchesAt(sc, startComment) && previousNonSpaceCharPos(el, ec) in removeStartStopCommentFromSelection()