Searched refs:lenDoc (Results 1 - 4 of 4) 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 DDocumentAccessor.cxx37 if (lenDoc == -1)
38 lenDoc = pdoc->Length();
40 if (startPos + bufferSize > lenDoc)
41 startPos = lenDoc - bufferSize;
45 if (endPos > lenDoc)
46 endPos = lenDoc;
79 if (lenDoc == -1)
80 lenDoc = pdoc->Length();
81 return lenDoc;
134 lenDoc
[all...]
H A DWindowAccessor.cxx33 if (lenDoc == -1)
34 lenDoc = Platform::SendScintilla(id, SCI_GETTEXTLENGTH, 0, 0);
36 if (startPos + bufferSize > lenDoc)
37 startPos = lenDoc - bufferSize;
41 if (endPos > lenDoc)
42 endPos = lenDoc;
75 if (lenDoc == -1)
76 lenDoc = Platform::SendScintilla(id, SCI_GETTEXTLENGTH, 0, 0);
77 return lenDoc;
126 lenDoc
[all...]
H A DDocumentAccessor.h22 int lenDoc; member in class:DocumentAccessor
38 lenDoc(-1), validLen(0), chFlags(0), chWhile(0),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DWindowAccessor.h18 int lenDoc; member in class:WindowAccessor
31 lenDoc(-1), validLen(0), chFlags(0), chWhile(0) {

Completed in 76 milliseconds