Searched refs:maxLineLength (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase64.h12 Base64Encoder(BufferedTransformation *attachment = NULL, bool insertLineBreaks = true, int maxLineLength = 72)
15 IsolatedInitialize(MakeParameters(Name::InsertLineBreaks(), insertLineBreaks)(Name::MaxLineLength(), maxLineLength)); local
H A Dbase64.cpp15 int maxLineLength = parameters.GetIntValueWithDefault(Name::MaxLineLength(), 72); local
23 (Name::GroupSize(), insertLineBreaks ? maxLineLength : 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.h51 /// Drawing is only performed for @a maxLineLength characters on each line.
56 int maxLineLength; member in class:LineLayout
H A DEditor.cxx78 maxLineLength(-1),
104 if (maxLineLength_ > maxLineLength) {
112 maxLineLength = maxLineLength_;
299 (cache[pos]->maxLineLength < maxChars)) {
692 if (posInLine > ll->maxLineLength) {
693 pt.x = ll->positions[ll->maxLineLength] - ll->positions[ll->LineStart(ll->lines)];
1939 if (posLineEnd > (posLineStart + ll->maxLineLength)) {
1940 posLineEnd = posLineStart + ll->maxLineLength;
2999 int offset = Platform::Minimum(posCaret - rangeLine.start, ll->maxLineLength);
4177 if (posInLine <= ll->maxLineLength) {
[all...]

Completed in 130 milliseconds