Home
last modified time | relevance | path

Searched refs:isindentchar (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx602 static bool isindentchar(char ch) { in isindentchar() function
666 while ((pos < length) && isindentchar(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx602 static bool isindentchar(char ch) { in isindentchar() function
666 while ((pos < length) && isindentchar(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx602 static bool isindentchar(char ch) { in isindentchar() function
666 while ((pos < length) && isindentchar(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx602 static bool isindentchar(char ch) { in isindentchar() function
666 while ((pos < length) && isindentchar(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DDocument.cxx602 static bool isindentchar(char ch) { in isindentchar() function
666 while ((pos < length) && isindentchar(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DDocument.cxx602 static bool isindentchar(char ch) { in isindentchar() function
666 while ((pos < length) && isindentchar(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DDocument.cxx588 static bool isindentchar(char ch) { in isindentchar() function
652 while ((pos < length) && isindentchar(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DDocument.cxx984 static bool isindentchar(char ch) { in isindentchar() function
1047 while ((pos < length) && isindentchar(cb.CharAt(pos))) { in GetLineIndentPosition()