Home
last modified time | relevance | path

Searched refs:IsSpaceOrTab (Results 51 – 75 of 119) sorted by relevance

12345

/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
H A DDocument.cxx1130 static constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1154 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1535 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1701 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/devel/geany/geany-1.38/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
H A DDocument.cxx1130 static constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1154 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1535 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1701 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
H A DDocument.cxx1107 static constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1131 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1512 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1678 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
H A DDocument.cxx1127 static constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1151 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1532 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1698 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/editors/textadept/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
H A DDocument.cxx1127 static constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1151 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1532 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1698 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/editors/scite/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
H A DDocument.cxx1127 static constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1151 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1532 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1698 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DDocument.cxx671 static inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
695 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1064 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DDocument.cxx671 static inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
695 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1064 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DDocument.cxx865 static inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
889 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1268 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DDocument.cxx808 static inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
832 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1205 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DPostScript_Handler.cpp152 if ( ! IsSpaceOrTab ( *ioBuf.ptr ) ) return kPSHint_NoMain; in FindPostScriptHint()
158 if ( ! IsSpaceOrTab ( *ioBuf.ptr ) ) break; in FindPostScriptHint()
459 if ( ! IsSpaceOrTab ( *ioBuf.ptr ) ) return false; in ExtractContainsXMPHint()
/dports/x11-toolkits/scintilla/scite/win32/
H A DSciTEWin.cxx1471 static bool IsSpaceOrTab(GUI::gui_char ch) noexcept { in IsSpaceOrTab() function
1484 while (IsSpaceOrTab(*startArg)) { in ProcessArgs()
1495 while (*endArg && !IsSpaceOrTab(*endArg)) { in ProcessArgs()
1507 while (IsSpaceOrTab(*startArg)) { in ProcessArgs()
/dports/editors/scite/scite/win32/
H A DSciTEWin.cxx1471 static bool IsSpaceOrTab(GUI::gui_char ch) noexcept { in IsSpaceOrTab() function
1484 while (IsSpaceOrTab(*startArg)) { in ProcessArgs()
1495 while (*endArg && !IsSpaceOrTab(*endArg)) { in ProcessArgs()
1507 while (IsSpaceOrTab(*startArg)) { in ProcessArgs()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DDocument.cpp1095 static inline bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1119 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1500 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1666 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DDocument.cxx1110 static constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1134 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1515 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1681 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DDocument.cpp1095 static inline bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1119 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1500 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1666 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DDocument.cpp1095 static inline bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1119 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1500 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1666 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DDocument.cpp1095 static inline bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
1119 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1500 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()
1666 if (!IsSpaceOrTab(cb.CharAt(currentChar))) { in IsWhiteLine()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DDocument.cxx874 static inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
898 if (IsSpaceOrTab(text[j - 1]) && !IsSpaceOrTab(text[j])) { in SafeSegment()
1279 while ((pos < length) && IsSpaceOrTab(cb.CharAt(pos))) { in GetLineIndentPosition()

12345