Home
last modified time | relevance | path

Searched refs:checkOpenParenthesis (Results 1 – 5 of 5) sorted by relevance

/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/
H A Dbasetextdocumentlayout.h118 static MatchType checkOpenParenthesis(QTextCursor *cursor, QChar c);
H A Dbasetextdocumentlayout.cpp96 TextBlockUserData::MatchType TextBlockUserData::checkOpenParenthesis(QTextCursor *cursor, QChar c) in checkOpenParenthesis() function in TextBlockUserData
396 return checkOpenParenthesis(cursor, paren.chr); in matchCursorForward()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtextdocumentlayout.h105 static MatchType checkOpenParenthesis(QTextCursor *cursor, QChar c);
H A Dtextdocumentlayout.cpp59 TextBlockUserData::MatchType TextBlockUserData::checkOpenParenthesis(QTextCursor *cursor, QChar c) in checkOpenParenthesis() function in TextEditor::TextBlockUserData
354 return checkOpenParenthesis(cursor, paren.chr); in matchCursorForward()
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/liteeditor/
H A Dliteeditorwidgetbase.cpp630 mb.matchType = TextEditor::TextBlockUserData::checkOpenParenthesis(&cur,chr); in findMatchBrace()