Home
last modified time | relevance | path

Searched refs:theMaxLength (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DFunctionSubstring.cpp120 const size_type theMaxLength = in getSubstringLength() local
128 return theMaxLength; in getSubstringLength()
141 return theMaxLength; in getSubstringLength()
183 return theSubstringLength > theMaxLength ? theMaxLength : theSubstringLength; in getSubstringLength()
/dports/cad/opencascade/opencascade-7.6.0/src/MeshVS/
H A DMeshVS_VectorPrsBuilder.cxx360 const Standard_Real theMaxLength, in DrawVector() argument
368 const Standard_Real aMinLength = theMaxLength * ( 1 - mySimpleStartPrm ); in DrawVector()
412 const Standard_Real aEndPos = aLocalLength - theMaxLength * ( 1 - mySimpleEndPrm ); in DrawVector()
413 const Standard_Real aArrowLength = theMaxLength * ( mySimpleEndPrm - mySimpleStartPrm ); in DrawVector()
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_print.cc302 … CCvcDb::PrintCdlLine(const string theData, ostream & theOutput, const unsigned int theMaxLength) { in PrintCdlLine() argument
303 if (lineLength + theData.length() > theMaxLength) { in PrintCdlLine()
319 … CCvcDb::PrintCdlLine(const char * theData, ostream & theOutput, const unsigned int theMaxLength) { in PrintCdlLine() argument
320 if (lineLength + strlen(theData) > theMaxLength) { in PrintCdlLine()
H A DCCvcDb.hh406 …intCdlLine(const string theData, ostream & theOutput = cout, const unsigned int theMaxLength = 80);
407 …intCdlLine(const char * theData, ostream & theOutput = cout, const unsigned int theMaxLength = 80);