Searched refs:lineLength (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/support/
H A DBase64.cpp31 int lineLength = 4; local
55 lineLength += 4;
60 if (!headerMode && lineLength > BASE64_LINELENGTH) {
64 lineLength = 4;
/haiku/src/tests/kits/interface/
H A DTextViewTestManual.cpp88 int32 lineLength = line.Length() + kLineNoSize; local
89 int32 contentLength = lineLength * kLineCount;
93 for ( ; lineNo < kLineCount; currLine += lineLength)
/haiku/src/apps/mail/
H A DContent.cpp2122 int32 lineLength = endOffset - startOffset;
2138 lineLength = endOffset - startOffset;
2150 CopyQuotes(text + startOffset, lineLength, buffer + strlen(buffer), quoteLength);
2165 lineLength++;
2169 memcpy(content + contentLength, text + startOffset, lineLength);
2170 contentLength += lineLength;
2179 CopyQuotes(text + startOffset, lineLength, content + contentLength, quoteLength);
3102 int32 lineLength = index - lastLine + 1;
3105 targetLength + lineLength + quoteLength);
3118 memcpy(&target[targetLength], &text[lastLine], lineLength);
[all...]
/haiku/src/kits/shared/
H A DCommandPipe.cpp315 int lineLength = line.Length(); local
318 if (fResult.Length() != lineLength + resultLength)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1218 int32 lineLength = fSourceCode->LineLengthAt(i); local
1234 if (lineOffset < lineLength) {
1236 lineLength - lineOffset, currentColumn, linePoint);
1620 int32 lineLength = fSourceCode->LineLengthAt(line); local
1623 for (int32 i = 0; i < lineLength; i++) {
1636 offset = lineLength;

Completed in 57 milliseconds