Searched refs:chNext (Results 26 - 45 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexGui4Cli.cxx143 if (sc.chNext == '/') // line comment
148 else if (sc.chNext == '*') // block comment
160 if (sc.state == SCE_GC_COMMENTBLOCK && sc.chNext == '/')
252 char chNext = styler[startPos]; local
258 char ch = chNext;
259 chNext = styler[i+1];
263 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
H A DLexOthers.cxx647 char chNext = styler[startPos]; local
653 char ch = chNext;
654 chNext = styler[i+1];
658 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
891 char chNext = ' '; local
893 chNext = lineBuffer[i + 1];
897 if ((chNext != '\\') && (chNext != '/')) {
902 } else if ((ch == '(') && Is1To9(chNext) && (!initialTab)) {
930 if ((ch == ' ') && (chNext
1036 char chNext = styler[startPos]; local
[all...]
H A DLexCaml.cxx205 else if (sc.Match('`') && iscamlf(sc.chNext))
207 else if (sc.Match('#') && isdigit(sc.chNext))
211 if (sc.Match('0') && strchr("bBoOxX", sc.chNext))
212 chBase = baseT[tolower(sc.chNext) - 'a'], sc.Forward();
H A DLexSmalltalk.cxx103 if (sc.chNext != '\'')
113 if (isSpecial(sc.chNext)) {
126 while (isAlphaNumeric(sc.chNext) || sc.chNext == ':')
130 while (isBinSel(sc.chNext))
138 if (sc.ch == ':' && sc.chNext == '=') {
152 while (isDigitOfRadix(sc.chNext, radix))
165 while (isDecDigit(sc.chNext)) {
166 num[nl++] = static_cast<char>(sc.chNext);
171 if (sc.chNext
[all...]
H A DLexHTML.cxx549 char chNext = styler.SafeGetCharAt(i + 1); local
582 if ((ch == ':') && ((chNext == '\n') || (chNext == '\r' && chNext2 == '\n'))) {
584 } else if ((ch == '\n') && !((chNext == '\r') && (chNext2 == '\n')) && (chNext != '\n')) {
611 if ((ch == '\r' && chNext != '\n') || (ch == '\n')) {
637 else if ((inScriptType == eNonHtmlScript) && (ch == '<') && (chNext == '/')) {
688 (chNext == '?') &&
716 else if (!isCommentASPState(state) && (ch == '<') && (chNext == '%') && !isPHPStringState(state)) {
764 if ((chNext
[all...]
H A DLexAPDL.cxx107 if (sc.ch == '!' && sc.chNext == '!') {
111 } else if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))) {
H A DLexSQL.cxx105 if (sc.chNext == 0x60) {
124 if ((IsASpace(sc.chPrev) || sc.chPrev == '*') && (!IsASpace(sc.chNext))) {
156 if (sc.chNext == '\"') {
168 if (sc.chNext == '\"') {
179 if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))) {
235 char chNext = styler[startPos]; local
240 char ch = chNext;
241 chNext = styler.SafeGetCharAt(i + 1);
245 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
256 if ((ch == '-') && (chNext
[all...]
H A DLexVHDL.cxx106 if (sc.chNext == '\"' || sc.chNext == '\'' || sc.chNext == '\\') {
119 if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))) {
146 char chNext = styler[i+1]; local
147 if ((ch == '-') && (chNext == '-'))
244 char chNext = styler[startPos]; local
254 char ch = chNext;
255 chNext = styler.SafeGetCharAt(i + 1);
257 chNextNonBlank = chNext;
[all...]
H A DLexAsn1.cxx60 if (sc.ch == '-' && sc.chNext == '-')
H A DCellBuffer.cxx952 char chNext = ' '; local
954 chNext = ByteAt(position);
956 if (chPrev == '\r' && chNext == '\n') {
964 char ch = chNext;
966 chNext = ' ';
968 chNext = ByteAt(position + i + 2);
971 if (chNext != '\n') {
984 ch = chNext;
H A DLexCLW.cxx352 if (scDoc.chNext == '\'') {
481 if (scDoc.chNext == '\'') {
495 if (strchr("DEKNPSTdeknpst", scDoc.chNext) != NULL) {
503 if (strchr("DEKNPST", scDoc.chNext) != NULL) {
601 char chNext = accStyler[uiStartPos]; local
609 char chChar = chNext;
610 chNext = accStyler.SafeGetCharAt(uiPos + 1);
614 bool bEOL = (chChar == '\r' && chNext != '\n') || (chChar == '\n');
624 if(iswordchar(chChar) && !iswordchar(chNext)) {
H A DLexTeX.cxx208 if (isTeXseven(sc.ch) && isTeXseven(sc.chNext)) {
241 } else if (isTeXseven(sc.ch) && isTeXseven(sc.chNext)) {
H A DLexAVE.cxx134 if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))) {
161 char chNext = static_cast<char>(tolower(styler[startPos])); local
167 char ch = static_cast<char>(tolower(chNext));
168 chNext = static_cast<char>(tolower(styler.SafeGetCharAt(i + 1)));
171 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
H A DLexFortran.cxx112 if (sc.chNext == '!') sc.ForwardSetState(SCE_F_COMMENT);
153 if (sc.chNext == '\'') {
169 if (sc.chNext == '\"') {
196 if (sc.chNext == '$') {
203 } else if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext))) {
206 tolower(sc.ch) == 'z') && (sc.chNext == '\"' || sc.chNext == '\'')) {
209 } else if (sc.ch == '.' && isalpha(sc.chNext)) {
270 char chNext = styler[startPos]; local
283 char ch = chNext;
[all...]
H A DLexMMIXAL.cxx57 if (sc.ch == '@' && sc.chNext == 'i') {
H A DLexSpice.cxx78 while (!IsSeparatorOrDelimiterCharacter(sc.ch) || (sc.ch == '.' && sc.chNext != '.')) {
H A DLexErlang.cxx204 } else if ( '.' == sc.ch && isdigit(sc.chNext)) {
383 char chNext = styler.SafeGetCharAt(startPos); local
397 char ch = chNext;
398 chNext = styler.SafeGetCharAt(i + 1);
402 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n');
418 if ((ch == '%') && (chNext == '{')) {
420 } else if ((ch == '%') && (chNext == '}')) {
428 if ( (ch == '-') && (chNext == '>')) {
450 if ((ch == '-') && (chNext == '>')) {
H A DLexAU3.cxx404 if (sc.ch == '.' && !IsADigit(sc.chNext)) {
531 else if (sc.ch == '.' && !IsADigit(sc.chNext)) {sc.SetState(SCE_AU3_OPERATOR);}
541 else if (IsADigit(sc.ch) || (sc.ch == '.' && IsADigit(sc.chNext)))
701 char chNext = styler.SafeGetCharAt(startPos); local
705 char ch = chNext;
706 chNext = styler.SafeGetCharAt(i + 1);
758 if ((ch == '\r' && chNext != '\n') || (ch == '\n') || (i == endPos)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfiledlg.cpp172 wxChar chNext = m_dir[i + 1]; local
174 if (chNext != _T('\\') && chNext != _T('/'))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfiledlg.cpp354 wxChar chNext = m_dir[i + 1]; local
355 if ( chNext != _T('\\') && chNext != _T('/') )

Completed in 100 milliseconds

12