Searched refs:CharAt (Results 1 - 9 of 9) 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 DDocument.cxx153 if ((position > LineStart(line)) && (cb.CharAt(position - 1) == '\r')) {
173 while (startText < endLine && (cb.CharAt(startText) == ' ' || cb.CharAt(startText) == '\t' ) )
249 return (cb.CharAt(pos) == '\r') && (cb.CharAt(pos + 1) == '\n');
260 unsigned char ch = static_cast<unsigned char>(cb.CharAt(pos));
275 mbstr[i] = cb.CharAt(pos+i);
309 unsigned char ch = static_cast<unsigned char>(cb.CharAt(pos));
316 ch = static_cast<unsigned char>(cb.CharAt(pos));
326 mbstr[i] = cb.CharAt(posChec
989 virtual char CharAt(int index) { function in class:DocumentIndexer
[all...]
H A DRESearch.cxx253 pat[i][j] = ci.CharAt(bopat[i] + j);
582 while ((lp < endp) && (ci.CharAt(lp) != c))
657 if (ci.CharAt(lp++) != *ap++)
665 c = ci.CharAt(lp++);
685 if (lp!=bol && iswordc(ci.CharAt(lp-1)) || !iswordc(ci.CharAt(lp)))
689 if (lp==bol || !iswordc(ci.CharAt(lp-1)) || iswordc(ci.CharAt(lp)))
697 if (ci.CharAt(bp++) != ci.CharAt(l
[all...]
H A DRESearch.h22 virtual char CharAt(int index)=0;
H A DCellBuffer.h183 char CharAt(int position);
H A DDocument.h172 char CharAt(int position) { return cb.CharAt(position); } function in class:Document
H A DEditor.cxx1625 if (IsEOLChar(pdoc->CharAt(pos))) {
1633 prevNonWS = pdoc->CharAt(pos) != ' ';
1946 while ((cid > posLineStart) && IsEOLChar(pdoc->CharAt(cid))) {
1960 char chDoc = pdoc->CharAt(charInDoc);
2005 char chDoc = pdoc->CharAt(charInDoc);
3346 if (!IsEOLChar(pdoc->CharAt(currentPos))) {
4831 text[i] = pdoc->CharAt(start + i);
4869 text[j++] = pdoc->CharAt(i);
5710 ptr[iChar] = pdoc->CharAt(iChar);
5784 ptr[iPlace++] = pdoc->CharAt(iCha
[all...]
H A DScintillaBase.cxx291 wordCurrent[i - startWord] = pdoc->CharAt(i);
H A DCellBuffer.cxx690 char CellBuffer::CharAt(int position) { function in class:CellBuffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/caret/
H A Dcaret.cpp62 wxChar& CharAt(int x, int y) { return *(m_text + x + m_xChars * y); } function in class:MyCanvas
421 wxChar ch = CharAt(x, y);
468 CharAt(m_xCaret, m_yCaret) = ch;

Completed in 137 milliseconds