Home
last modified time | relevance | path

Searched refs:IsSpaceOrTab (Results 26 – 50 of 119) sorted by relevance

12345

/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexCPP.cxx89 bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
95 if (!IsSpaceOrTab(*it)) in OnlySpaceOrTab()
1208 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1221 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1232 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1580 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1581 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexCPP.cxx89 bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
95 if (!IsSpaceOrTab(*it)) in OnlySpaceOrTab()
1222 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1235 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1246 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1599 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1600 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexCPP.cxx87 constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
93 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1364 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1377 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1388 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1744 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1745 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexCPP.cxx89 bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
95 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1261 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1274 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1285 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1649 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1650 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexCPP.cxx90 constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
96 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1353 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1366 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1377 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1733 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1734 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexCPP.cxx87 constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
93 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1364 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1377 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1388 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1744 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1745 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexCPP.cxx87 constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
93 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1364 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1377 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1388 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1744 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1745 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/editors/textadept/scintilla/lexers/
H A DLexCPP.cxx87 constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
93 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1364 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1377 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1388 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1744 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1745 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/editors/scite/scintilla/lexers/
H A DLexCPP.cxx87 constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
93 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1364 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1377 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1388 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1744 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1745 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexCPP.cpp89 bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
95 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1304 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1317 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1328 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1684 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1685 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexCPP.cpp89 bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
95 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1304 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1317 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1328 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1684 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1685 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexCPP.cpp89 bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
95 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1304 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1317 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1328 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1684 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1685 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DPostScript_Handler.cpp267 if ( ! IsSpaceOrTab ( *ioBuf.ptr ) ) return kPSHint_NoMain; in FindPostScriptHint()
273 if ( ! IsSpaceOrTab ( *ioBuf.ptr ) ) break; in FindPostScriptHint()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DPositionCache.h195 inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/
H A DXMPFiles_Impl.hpp142 #define IsSpaceOrTab( ch ) ( ((ch) == ' ') || ((ch) == kTab) ) macro
143 #define IsWhitespace( ch ) ( IsSpaceOrTab ( ch ) || IsNewline ( ch ) )
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DPositionCache.h193 inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DPositionCache.h193 inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DPositionCache.h220 inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DPostScript_Support.cpp43 if ( ! IsSpaceOrTab ( *ioBuf.ptr ) ) break; in SkipTabsAndSpaces()
337 if ( ! IsSpaceOrTab ( *ioBuf.ptr ) ) return false; in IsValidPSFile()
693 while( IsSpaceOrTab ( *inStr ) || *inStr =='(' in tokeniseDateString()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DPositionCache.h232 inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DPositionCache.h17 inline constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function

12345