• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/

Lines Matching refs:SafeGetCharAt

225 	char chPrev = styler.SafeGetCharAt(startPos - 1);
236 chNext = styler.SafeGetCharAt(i + 1);
237 char chNext2 = styler.SafeGetCharAt(i + 2);
240 chNext = styler.SafeGetCharAt(i + 2);
312 if (chPrev == ':' && styler.SafeGetCharAt(i - 2) == ':') {
350 while (iswordstart(styler.SafeGetCharAt(kw))) kw++;
367 if (isEOLChar(styler.SafeGetCharAt(j)))
370 ch2 = styler.SafeGetCharAt(j);
376 || (ch2 == '>' && styler.SafeGetCharAt(j - 1) == '-')
390 while (ch2 = styler.SafeGetCharAt(j),
396 || (ch2 == '=' && styler.SafeGetCharAt(j + 1) == '>')) {
427 ch = styler.SafeGetCharAt(i);
428 chNext = styler.SafeGetCharAt(i + 1);
436 chNext = styler.SafeGetCharAt(i + 1);
467 ch = styler.SafeGetCharAt(i);
468 chNext = styler.SafeGetCharAt(i + 1);
545 bkch = styler.SafeGetCharAt(bk);
558 bkch = styler.SafeGetCharAt(bk);
607 bkch = styler.SafeGetCharAt(bk);
609 if (styler.SafeGetCharAt(bk - 1) == '-') {
614 if (styler.SafeGetCharAt(bk - 1) == ':') {
670 char fwch = styler.SafeGetCharAt(fw);
672 if (styler.SafeGetCharAt(fw-1) != '\\' ||
673 styler.SafeGetCharAt(fw-2) != '\\')
679 styler.SafeGetCharAt(fw-1) == '=') {
686 chNext = styler.SafeGetCharAt(i+1);
701 && !isalnum((chNext2 = styler.SafeGetCharAt(i+2)))) {
713 ch = styler.SafeGetCharAt(i);
714 chNext = styler.SafeGetCharAt(i + 1);
851 chNext = styler.SafeGetCharAt(i + 1);
853 chNext2 = styler.SafeGetCharAt(i + 2);
917 chPrev = styler.SafeGetCharAt(i - 1);
918 ch = styler.SafeGetCharAt(i);
926 chNext = styler.SafeGetCharAt(i + 1);
942 ch = styler.SafeGetCharAt(i);
943 //chNext = styler.SafeGetCharAt(i + 1);
978 chNext = styler.SafeGetCharAt(i + 1);
1012 chNext = styler.SafeGetCharAt(i + 1);
1076 chNext = styler.SafeGetCharAt(i + 1);
1132 char chPrev = styler.SafeGetCharAt(startPos - 1);
1139 chNext = styler.SafeGetCharAt(i + 1);