Searched refs:peekAhead (Results 1 - 1 of 1) 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 DLexTADS3.cxx644 static char peekAhead(unsigned int startPos, unsigned int endPos, function
719 if (ch == ')' && peekAhead(i+1, endPos, styler) != '{') {
737 if (ch == ')' && peekAhead(i+1, endPos, styler) != '{') {
792 switch (peekAhead(i+1, endPos, styler)) {

Completed in 33 milliseconds