Searched refs:insertLength (Results 1 - 7 of 7) 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 DCellBuffer.cxx717 const char *CellBuffer::InsertString(int position, char *s, int insertLength) { argument
724 data = new char[insertLength / 2];
725 for (int i = 0; i < insertLength / 2; i++) {
728 uh.AppendAction(insertAction, position / 2, data, insertLength / 2);
731 BasicInsertString(position, s, insertLength);
868 void CellBuffer::BasicInsertString(int position, char *s, int insertLength) { argument
869 //Platform::DebugPrintf("Inserting at %d for %d\n", position, insertLength);
870 if (insertLength == 0)
872 PLATFORM_ASSERT(insertLength > 0);
873 RoomFor(insertLength);
[all...]
H A DCellBuffer.h193 const char *InsertString(int position, char *s, int insertLength);
219 void BasicInsertString(int position, char *s, int insertLength);
H A DDocument.cxx404 bool Document::InsertStyledString(int position, char *s, int insertLength) { argument
414 position / 2, insertLength / 2,
418 const char *text = cb.InsertString(position, s, insertLength);
425 position / 2, insertLength / 2,
563 bool Document::InsertString(int position, const char *s, size_t insertLength) { argument
565 if (insertLength > 0) {
566 char *sWithStyle = new char[insertLength * 2];
568 for (size_t i = 0; i < insertLength; i++) {
573 static_cast<int>(insertLength*2));
H A DDocument.h139 bool InsertStyledString(int position, char *s, int insertLength);
167 bool InsertString(int position, const char *s, size_t insertLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1407 int insertLength; local
1416 insertLength = CStrLength(theSrcCStr);
1419 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1421 numCharsToInsert = insertLength;
1460 int insertLength; local
1469 insertLength = PStrLength(theSrcPStr);
1472 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1474 numCharsToInsert = insertLength;
1514 int insertLength; local
1533 insertLength
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1407 int insertLength; local
1416 insertLength = CStrLength(theSrcCStr);
1419 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1421 numCharsToInsert = insertLength;
1460 int insertLength; local
1469 insertLength = PStrLength(theSrcPStr);
1472 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1474 numCharsToInsert = insertLength;
1514 int insertLength; local
1533 insertLength
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1407 int insertLength; local
1416 insertLength = CStrLength(theSrcCStr);
1419 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1421 numCharsToInsert = insertLength;
1460 int insertLength; local
1469 insertLength = PStrLength(theSrcPStr);
1472 if (theInsertionOffset + insertLength < maxDstStrLength - 1)
1474 numCharsToInsert = insertLength;
1514 int insertLength; local
1533 insertLength
[all...]

Completed in 181 milliseconds