Searched refs:IsASpaceOrTab (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexRebol.cxx41 if (IsASpaceOrTab(ch2)) {
46 if (IsASpaceOrTab(ch3)) {
123 if (IsASpaceOrTab(sc.ch))
219 for (i=5; IsASpaceOrTab(styler.SafeGetCharAt(sc.currentPos+i, 0)); i++);
H A DLexFortran.cxx76 if (!IsASpaceOrTab(sc.ch)) numNonBlank ++;
H A DStyleContext.h153 inline bool IsASpaceOrTab(unsigned int ch) { function
H A DLexPOV.cxx267 while ((j<endPos) && IsASpaceOrTab(styler.SafeGetCharAt(j))) {
H A DLexTADS3.cxx60 static inline bool IsASpaceOrTab(const int ch) { function
231 while (n + sc.currentPos < endPos && IsASpaceOrTab(sc.GetRelative(n)))
511 if (IsASpaceOrTab(sc.ch)) {
H A DLexVerilog.cxx207 while ((j < endPos) && IsASpaceOrTab(styler.SafeGetCharAt(j))) {

Completed in 68 milliseconds