Home
last modified time | relevance | path

Searched refs:IsSpaceOrTab (Results 1 – 25 of 119) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsTextFrameUtils.cpp52 static bool IsSpaceOrTab(char16_t aCh) { return aCh == ' ' || aCh == '\t'; } in IsSpaceOrTab() function
55 return IsSpaceOrTab(aCh) || IsSegmentBreak(aCh); in IsSpaceOrTabOrSegmentBreak()
129 if (IsSpaceOrTab(ch)) { in TransformWhiteSpaces()
177 aInWhitespace = IsSpaceOrTab(ch); in TransformWhiteSpaces()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsTextFrameUtils.cpp52 static bool IsSpaceOrTab(char16_t aCh) { return aCh == ' ' || aCh == '\t'; } in IsSpaceOrTab() function
55 return IsSpaceOrTab(aCh) || IsSegmentBreak(aCh); in IsSpaceOrTabOrSegmentBreak()
129 if (IsSpaceOrTab(ch)) { in TransformWhiteSpaces()
177 aInWhitespace = IsSpaceOrTab(ch); in TransformWhiteSpaces()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsTextFrameUtils.cpp40 static bool IsSpaceOrTab(char16_t aCh) { return aCh == ' ' || aCh == '\t'; } in IsSpaceOrTab() function
43 return IsSpaceOrTab(aCh) || IsSegmentBreak(aCh); in IsSpaceOrTabOrSegmentBreak()
117 if (IsSpaceOrTab(ch)) { in TransformWhiteSpaces()
165 aInWhitespace = IsSpaceOrTab(ch); in TransformWhiteSpaces()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsTextFrameUtils.cpp52 static bool IsSpaceOrTab(char16_t aCh) { return aCh == ' ' || aCh == '\t'; } in IsSpaceOrTab() function
55 return IsSpaceOrTab(aCh) || IsSegmentBreak(aCh); in IsSpaceOrTabOrSegmentBreak()
129 if (IsSpaceOrTab(ch)) { in TransformWhiteSpaces()
177 aInWhitespace = IsSpaceOrTab(ch); in TransformWhiteSpaces()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsTextFrameUtils.cpp52 static bool IsSpaceOrTab(char16_t aCh) { return aCh == ' ' || aCh == '\t'; } in IsSpaceOrTab() function
55 return IsSpaceOrTab(aCh) || IsSegmentBreak(aCh); in IsSpaceOrTabOrSegmentBreak()
129 if (IsSpaceOrTab(ch)) { in TransformWhiteSpaces()
177 aInWhitespace = IsSpaceOrTab(ch); in TransformWhiteSpaces()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/
H A DXMPFiles_Impl.hpp183 #define IsSpaceOrTab( ch ) ( ((ch) == ' ') || ((ch) == kTab) ) macro
184 #define IsWhitespace( ch ) ( IsSpaceOrTab ( ch ) || IsNewline ( ch ) )
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexVerilog.cxx397 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
677 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
690 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
701 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1056 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1057 while (IsSpaceOrTab(*cp)) { in Tokenize()
H A DLexCPP.cxx90 constexpr bool IsSpaceOrTab(int ch) noexcept { in IsSpaceOrTab() function
96 if (!IsSpaceOrTab(ch)) in OnlySpaceOrTab()
1368 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
1381 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1392 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1748 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1749 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexVerilog.cxx390 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
670 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
683 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
694 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1049 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1050 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexVerilog.cxx397 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
677 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
690 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
701 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1056 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1057 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexVerilog.cxx393 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
673 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
686 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
697 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1052 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1053 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexVerilog.cxx390 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
670 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
683 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
694 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1049 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1050 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexVerilog.cxx397 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
677 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
690 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
701 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1056 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1057 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexVerilog.cxx397 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
677 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
690 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
701 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1056 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1057 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/editors/textadept/scintilla/lexers/
H A DLexVerilog.cxx397 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
677 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
690 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
701 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1056 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1057 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/editors/scite/scintilla/lexers/
H A DLexVerilog.cxx397 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
677 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
690 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
701 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1056 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1057 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexVerilog.cpp393 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
673 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
686 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
697 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1052 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1053 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexVerilog.cpp393 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
673 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
686 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
697 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1052 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1053 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexVerilog.cpp393 static bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
673 while ((startName < restOfLine.length()) && IsSpaceOrTab(restOfLine[startName])) in Lex()
686 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
697 while ((startValue < restOfLine.length()) && IsSpaceOrTab(restOfLine[startValue])) in Lex()
1052 } else if (IsSpaceOrTab(*cp)) { in Tokenize()
1053 while (IsSpaceOrTab(*cp)) { in Tokenize()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DPositionCache.h161 inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
/dports/x11-toolkits/scintilla/scite/src/
H A DPropSetFile.cxx356 static bool IsSpaceOrTab(char ch) noexcept { in IsSpaceOrTab() function
361 while (IsSpaceOrTab(*line)) ++line; in IsCommentLine()
386 …if ((rls == rlConditionFalse) && (!IsSpaceOrTab(lineBuffer[0]))) // If clause ends with first n… in ReadLine()
/dports/editors/scite/scite/src/
H A DPropSetFile.cxx356 static bool IsSpaceOrTab(char ch) noexcept { in IsSpaceOrTab() function
361 while (IsSpaceOrTab(*line)) ++line; in IsCommentLine()
386 …if ((rls == rlConditionFalse) && (!IsSpaceOrTab(lineBuffer[0]))) // If clause ends with first n… in ReadLine()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DPositionCache.h161 inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DPositionCache.h161 inline bool IsSpaceOrTab(int ch) { in IsSpaceOrTab() function
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/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()

12345