Home
last modified time | relevance | path

Searched refs:nLen (Results 1 – 25 of 3691) sorted by relevance

12345678910>>...148

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dbigint.cxx119 nLen = rVal.nLen + 1; in Mult()
122 nLen = rVal.nLen; in Mult()
144 if ( rVal.nLen < nLen) in IsLess()
146 if ( rVal.nLen > nLen ) in IsLess()
165 if (nLen >= rB.nLen) in AddLong()
224 if (nLen >= rB.nLen) in SubLong()
289 rErg.nLen = nLen + rB.nLen; in MultLong()
318 if ( aTmpA.nLen == nLen ) in DivLong()
370 rErg.nLen = nLen - rB.nLen + 1; in DivLong()
823 if (nA.nLen != nB.nLen) in operator <()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dbigint.cxx118 nLen = rVal.nLen + 1; in Mult()
121 nLen = rVal.nLen; in Mult()
144 if ( rVal.nLen < nLen) in IsLess()
146 if ( rVal.nLen > nLen ) in IsLess()
165 if (nLen >= rB.nLen) in AddLong()
225 if (nLen >= rB.nLen) in SubLong()
292 rErg.nLen = nLen + rB.nLen; in MultLong()
321 if ( aTmpA.nLen == nLen ) in DivLong()
374 rErg.nLen = nLen - rB.nLen + 1; in DivLong()
388 if ( aTmpA.nLen == nLen ) in ModLong()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgtools.cxx156 if(nPos < nLen) in copySign()
237 if(nPos < nLen) in readNumber()
666 if(nLen) in read_color()
816 if(nLen) in readViewBox()
858 if(nLen) in readTransform()
1126 if(nLen) in readSvgNumberVector()
1148 if(nLen) in readSvgAspectRatio()
1271 if(nLen) in readSvgStringVector()
1358 if(nLen) in convert()
1399 if(nLen) in removeBlockComments()
[all …]
H A Dsvgstylenode.cxx91 const sal_Int32 nLen(aSelectors.getLength()); in addCssStyleSheet() local
96 while(nPos < nLen) in addCssStyleSheet()
99 copyToLimiter(aSelectors, u' ', nPos, aToken, nLen); in addCssStyleSheet()
100 skip_char(aSelectors, u' ', nPos, nLen); in addCssStyleSheet()
160 const sal_Int32 nLen(aSelectors.getLength()); in addCssStyleSheet() local
164 while(nPos < nLen) in addCssStyleSheet()
168 skip_char(aSelectors, u' ', u',', nPos, nLen); in addCssStyleSheet()
189 if(!nLen) in addCssStyleSheet()
195 while(nPos < nLen) in addCssStyleSheet()
199 skip_char(aSelectorsAndContent, u' ', nPos, nLen); in addCssStyleSheet()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgtools.cxx300 if(nPos < nLen) in copySign()
381 if(nPos < nLen) in readNumber()
810 if(nLen) in read_color()
960 if(nLen) in readViewBox()
1002 if(nLen) in readTransform()
1270 if(nLen) in readSvgNumberVector()
1292 if(nLen) in readSvgAspectRatio()
1415 if(nLen) in readSvgStringVector()
1502 if(nLen) in convert()
1543 if(nLen) in removeBlockComments()
[all …]
H A Dsvgstylenode.cxx92 const sal_Int32 nLen(aSelectors.getLength()); in addCssStyleSheet() local
97 while(nPos < nLen) in addCssStyleSheet()
100 copyToLimiter(aSelectors, u' ', nPos, aToken, nLen); in addCssStyleSheet()
101 skip_char(aSelectors, u' ', nPos, nLen); in addCssStyleSheet()
161 const sal_Int32 nLen(aSelectors.getLength()); in addCssStyleSheet() local
165 while(nPos < nLen) in addCssStyleSheet()
169 skip_char(aSelectors, u' ', u',', nPos, nLen); in addCssStyleSheet()
190 if(!nLen) in addCssStyleSheet()
196 while(nPos < nLen) in addCssStyleSheet()
200 skip_char(aSelectorsAndContent, u' ', nPos, nLen); in addCssStyleSheet()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dxexptran.cxx39 while(rPos < nLen in Imp_SkipSpaces()
46 while(rPos < nLen in Imp_SkipSpacesAndOpeningBraces()
53 while(rPos < nLen in Imp_SkipSpacesAndCommas()
60 while(rPos < nLen in Imp_SkipSpacesAndClosingBraces()
86 aChar = rPos >= nLen ? 0 : rStr[rPos]; in Imp_GetDoubleChar()
120 Imp_SkipSpaces(rStr, rPos, nLen); in Imp_GetDoubleChar()
360 while(nPos < nLen) in SetString()
366 if(nPos < nLen) in SetString()
757 while(nPos < nLen) in SetString()
763 if(nPos < nLen) in SetString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dxexptran.cxx43 while(rPos < nLen in Imp_SkipSpaces()
50 while(rPos < nLen in Imp_SkipSpacesAndOpeningBraces()
57 while(rPos < nLen in Imp_SkipSpacesAndCommas()
64 while(rPos < nLen in Imp_SkipSpacesAndClosingBraces()
124 Imp_SkipSpaces(rStr, rPos, nLen); in Imp_GetDoubleChar()
369 while(nPos < nLen) in SetString()
372 Imp_SkipSpaces(aStr, nPos, nLen); in SetString()
375 if(nPos < nLen) in SetString()
776 while(nPos < nLen) in SetString()
782 if(nPos < nLen) in SetString()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dstringimpl.cpp213 wxASSERT( nLen > 0 ); in AllocBuffer()
233 pData->nDataLength = nLen; in AllocBuffer()
281 nLen += EXTRA_ALLOC; in AllocBeforeWrite()
346 nLen += EXTRA_ALLOC; in Alloc()
374 nLen += EXTRA_ALLOC; in Alloc()
421 nLen = strLen < nLen ? strLen : nLen; in erase()
423 strTmp.append(c_str() + nStart + nLen, length() - nStart - nLen); in erase()
470 if ( !nLen ) in find()
626 if ( nLen == npos ) in substr()
627 nLen = length() - nStart; in substr()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dstringimpl.cpp206 wxASSERT( nLen > 0 ); in AllocBuffer()
226 pData->nDataLength = nLen; in AllocBuffer()
274 nLen += EXTRA_ALLOC; in AllocBeforeWrite()
339 nLen += EXTRA_ALLOC; in Alloc()
367 nLen += EXTRA_ALLOC; in Alloc()
414 nLen = strLen < nLen ? strLen : nLen; in erase()
416 strTmp.append(c_str() + nStart + nLen, length() - nStart - nLen); in erase()
463 if ( !nLen ) in find()
619 if ( nLen == npos ) in substr()
620 nLen = length() - nStart; in substr()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dstringimpl.cpp213 wxASSERT( nLen > 0 ); in AllocBuffer()
233 pData->nDataLength = nLen; in AllocBuffer()
281 nLen += EXTRA_ALLOC; in AllocBeforeWrite()
346 nLen += EXTRA_ALLOC; in Alloc()
374 nLen += EXTRA_ALLOC; in Alloc()
421 nLen = strLen < nLen ? strLen : nLen; in erase()
423 strTmp.append(c_str() + nStart + nLen, length() - nStart - nLen); in erase()
470 if ( !nLen ) in find()
626 if ( nLen == npos ) in substr()
627 nLen = length() - nStart; in substr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/
H A Dstring_data_template.cpp18 size_t nLen) { in Create() argument
19 ASSERT(nLen > 0); in Create()
24 FX_SAFE_SIZE_T nSize = nLen; in Create()
36 ASSERT(usableLen >= nLen); in Create()
47 size_t nLen) { in Create() argument
49 result->CopyContents(pStr, nLen); in Create()
70 ASSERT(nLen >= 0); in CopyContents()
71 ASSERT(nLen <= m_nAllocLength); in CopyContents()
74 m_String[nLen] = 0; in CopyContents()
82 ASSERT(nLen >= 0); in CopyContentsAt()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dstrtmpl.hxx270 nLen--; in hashCode_WithLength()
488 nLen--; in replaceChar_WithLength()
517 nLen--; in toAsciiLowerCase_WithLength()
546 nLen--; in toAsciiUpperCase_WithLength()
596 return nLen; in trim_WithLength()
669 nLen++; in valueOfInt32()
694 nLen++; in valueOfInt32()
725 nLen++; in valueOfInt64()
750 nLen++; in valueOfInt64()
797 nLen++; in valueOfUInt64()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx129 if (index <= nLen) in getName()
151 if (index <= nLen) in getHeight()
173 if (index <= nLen) in getWidth()
195 if (index <= nLen) in getLeft()
217 if (index <= nLen) in getTop()
239 if (index <= nLen) in getLine()
251 if (index <= nLen) in getFill()
263 if (index <= nLen) in getLockAspectRatio()
285 if (index <= nLen) in getLockAnchor()
307 if (index <= nLen) in getRelativeHorizontalPosition()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx126 if (index <= nLen) in getName()
148 if (index <= nLen) in getHeight()
170 if (index <= nLen) in getWidth()
192 if (index <= nLen) in getLeft()
214 if (index <= nLen) in getTop()
236 if (index <= nLen) in getLine()
248 if (index <= nLen) in getFill()
260 if (index <= nLen) in getLockAspectRatio()
282 if (index <= nLen) in getLockAnchor()
304 if (index <= nLen) in getRelativeHorizontalPosition()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/
H A Dstring_data_template.h19 static StringDataTemplate* Create(size_t nLen) { in Create() argument
20 ASSERT(nLen > 0); in Create()
37 ASSERT(usableLen >= nLen); in Create()
45 StringDataTemplate* result = Create(nLen); in Create()
46 result->CopyContents(pStr, nLen); in Create()
67 ASSERT(nLen >= 0); in CopyContents()
68 ASSERT(nLen <= m_nAllocLength); in CopyContents()
71 m_String[nLen] = 0; in CopyContents()
76 ASSERT(nLen >= 0); in CopyContentsAt()
77 ASSERT(offset + nLen <= m_nAllocLength); in CopyContentsAt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dcfx_string_data_template.h17 static CFX_StringDataTemplate* Create(FX_STRSIZE nLen) { in Create() argument
18 ASSERT(nLen > 0); in Create()
24 pdfium::base::CheckedNumeric<int> nSize = nLen; in Create()
36 ASSERT(usableLen >= nLen); in Create()
49 CFX_StringDataTemplate* result = Create(nLen); in Create()
50 result->CopyContents(pStr, nLen); in Create()
71 ASSERT(nLen >= 0 && nLen <= m_nAllocLength); in CopyContents()
73 m_String[nLen] = 0; in CopyContents()
78 FX_STRSIZE nLen) { in CopyContentsAt() argument
79 ASSERT(offset >= 0 && nLen >= 0 && offset + nLen <= m_nAllocLength); in CopyContentsAt()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dcfx_string_data_template.h17 static CFX_StringDataTemplate* Create(FX_STRSIZE nLen) { in Create() argument
18 ASSERT(nLen > 0); in Create()
24 pdfium::base::CheckedNumeric<int> nSize = nLen; in Create()
35 ASSERT(usableLen >= nLen); in Create()
48 CFX_StringDataTemplate* result = Create(nLen); in Create()
49 result->CopyContents(pStr, nLen); in Create()
70 ASSERT(nLen >= 0 && nLen <= m_nAllocLength); in CopyContents()
72 m_String[nLen] = 0; in CopyContents()
77 FX_STRSIZE nLen) { in CopyContentsAt() argument
78 ASSERT(offset >= 0 && nLen >= 0 && offset + nLen <= m_nAllocLength); in CopyContentsAt()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/rtl/
H A Dstrtmpl.cxx342 nLen--; in IMPL_RTL_STRNAME()
401 nLen--; in IMPL_RTL_STRNAME()
444 nLen--; in IMPL_RTL_STRNAME()
648 nLen--; in IMPL_RTL_STRNAME()
678 nLen--; in IMPL_RTL_STRNAME()
708 nLen--; in IMPL_RTL_STRNAME()
827 nLen++; in IMPL_RTL_STRNAME()
852 nLen++; in IMPL_RTL_STRNAME()
883 nLen++; in IMPL_RTL_STRNAME()
908 nLen++; in IMPL_RTL_STRNAME()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dpopup_win32.cpp38 int nLen; in FBAPopupLog() local
40 for (nLen = 0; szText[nLen] && szText[nLen] != _T('\n'); nLen++) { } in FBAPopupLog()
42 if (nLen) { in FBAPopupLog()
52 szText += nLen + 1; in FBAPopupLog()
129 int nLen; in FBAPopupProc() local
131 for (nLen = 0; szText[nLen] && szText[nLen] != _T('\n'); nLen++) { } in FBAPopupProc()
133 GetTextExtentPoint32(hDC, szText, nLen ? nLen : 1, &line); in FBAPopupProc()
151 int nLen; in FBAPopupProc() local
153 for (nLen = 0; szText[nLen] && szText[nLen] != _T('\n'); nLen++) { } in FBAPopupProc()
155 GetTextExtentPoint32(hDC, szText, nLen ? nLen : 1, &line); in FBAPopupProc()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dpopup_win32.cpp38 int nLen; in FBAPopupLog() local
40 for (nLen = 0; szText[nLen] && szText[nLen] != _T('\n'); nLen++) { } in FBAPopupLog()
42 if (nLen) { in FBAPopupLog()
52 szText += nLen + 1; in FBAPopupLog()
129 int nLen; in FBAPopupProc() local
131 for (nLen = 0; szText[nLen] && szText[nLen] != _T('\n'); nLen++) { } in FBAPopupProc()
133 GetTextExtentPoint32(hDC, szText, nLen ? nLen : 1, &line); in FBAPopupProc()
151 int nLen; in FBAPopupProc() local
153 for (nLen = 0; szText[nLen] && szText[nLen] != _T('\n'); nLen++) { } in FBAPopupProc()
155 GetTextExtentPoint32(hDC, szText, nLen ? nLen : 1, &line); in FBAPopupProc()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dnvram.cpp9 nTotalLen += pba->nLen; in StateLenAcb()
16 pNvramData += pba->nLen; in NvramLoadAcb()
23 pNvramData += pba->nLen; in NvramSaveAcb()
42 INT32 nLen = 0; in BurnNvramLoad() local
49 NvramInfo(&nLen); in BurnNvramLoad()
51 if (nLen != ftell(fp)) { in BurnNvramLoad()
62 fread(data, 1, nLen, fp); in BurnNvramLoad()
79 INT32 nLen = 0; in BurnNvramSave() local
82 NvramInfo(&nLen); in BurnNvramSave()
84 if (nLen <= 0) { in BurnNvramSave()
[all …]
/dports/devel/commoncpp/commoncpp2-1.8.1/demo/
H A DSampleSocketPort.cpp152 int nLen = i+2; in pending() local
225 ssize_t nLen = nByteCount; in WriteData() local
227 if(nLen == -1) in WriteData()
230 size_t nBytesToSend = nLen; in WriteData()
232 while(m_bOpen && nLen) { in WriteData()
233 nLen -= DoSend((void *)&(szTxData[nBytesToSend - nLen]), nLen); in WriteData()
292 size_t nLen = strlen(pszData); in OnDataReceived() local
296 size_t nIndex = nLen-3; in OnDataReceived()
299 for(i=0; i < nLen - 2; i++) { in OnDataReceived()
304 szToSend[nLen] = '\0'; in OnDataReceived()
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/util/
H A DBlowfish.java140 nLen -= BlowfishCBC.BLOCKSIZE; in decryptString()
141 if (nLen == 0) in decryptString()
147 byte[] buf = new byte[nLen]; in decryptString()
153 nLen); in decryptString()
157 if (nNumOfBytes < nLen) in decryptString()
257 int nLen = bfkey.length; in BlowfishECB() local
492 int nLen = buffer.length; in encrypt() local
528 int nLen = buffer.length; in encrypt() local
557 int nLen = buffer.length; in encrypt() local
590 int nLen = buffer.length; in decrypt() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/tools/
H A Dcanvastools.cxx215 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToRGB()
233 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToARGB()
250 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToPARGB()
380 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToRGB()
401 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToARGB()
423 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToPARGB()
550 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToRGB()
567 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToARGB()
584 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToPARGB()
714 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToRGB()
[all …]

12345678910>>...148