Searched refs:InsertString (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzdeflate.h89 void InsertString(unsigned int start);
H A Dzdeflate.cpp285 // m_prev will be initialized automaticly in InsertString
409 inline void Deflator::InsertString(unsigned int start) function in class:Deflator
436 InsertString(m_dictionaryEnd++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx418 const char *text = cb.InsertString(position, s, insertLength);
556 bool Document::InsertString(int position, const char *s) { function in class:Document
557 return InsertString(position, s, strlen(s));
563 bool Document::InsertString(int position, const char *s, size_t insertLength) { function in class:Document
656 InsertString(thisLineStart, linebuf);
778 InsertString(pos + 1, "\n", 1); // Insert LF
781 InsertString(pos, "\n", 1); // Insert LF
788 InsertString(pos, "\r", 1); // Insert CR
791 InsertString(pos, "\r", 1); // Insert CR
H A DCellBuffer.h193 const char *InsertString(int position, char *s, int insertLength);
H A DDocument.h166 bool InsertString(int position, const char *s);
167 bool InsertString(int position, const char *s, size_t insertLength);
H A DScintillaBase.cxx210 pdoc->InsertString(currentPos, list, lenInsert);
214 pdoc->InsertString(currentPos, list + lenEntered, lenInsert - lenEntered);
359 pdoc->InsertString(firstPos, piece.c_str());
H A DEditor.cxx1667 pdoc->InsertString(posLineStart + (subLine - 1) * strlen(eol) +
3353 if (pdoc->InsertString(currentPos, s, len)) {
3490 pdoc->InsertString(currentPos, ptr + i, 1);
4066 if (pdoc->InsertString(startPrev, thisLine, end - start)) {
4075 pdoc->InsertString(startPrev, thisLine, end - start);
4076 if (pdoc->InsertString(startPrev + end - start, prevEnd, start - endPrev)) {
4100 pdoc->InsertString(end, eol);
4101 pdoc->InsertString(end + istrlen(eol), text, end - start);
4103 pdoc->InsertString(end, text, end - start);
4120 if (pdoc->InsertString(currentPo
[all...]
H A DCellBuffer.cxx717 const char *CellBuffer::InsertString(int position, char *s, int insertLength) { function in class:CellBuffer
719 // InsertString and DeleteChars are the bottleneck though which all changes occur
764 // InsertString and DeleteChars are the bottleneck though which all changes occur
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp527 pdoc->InsertString(currentPos, buf, len);
917 pdoc->InsertString(currentPos, buf, len);

Completed in 263 milliseconds