HomeSort by relevance Sort by last modified time
    Searched defs:nLen (Results 1 - 16 of 16) sorted by null

  /external/pdfium/core/fpdftext/
cpdf_linkextract.cpp 137 int nLen = str.GetLength();
139 for (int i = aPos + 1; i < nLen; i++) {
cpdf_textpagefind.cpp 381 int nLen = lpchEnd ? (int)(lpchEnd - lpszFullString)
383 ASSERT(nLen >= 0);
384 FXSYS_memcpy(rString.GetBuffer(nLen), lpszFullString,
385 nLen * sizeof(FX_WCHAR));
393 int nlen = str.GetLength(); local
394 for (int i = nlen - 1; i >= 0; i--)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comdef.h 133 int nLen = lstrlen(m_pszMsg);
134 if(nLen > 1 && m_pszMsg[nLen - 1]=='\n') {
135 m_pszMsg[nLen-1] = 0;
136 if(m_pszMsg[nLen - 2]=='\r') m_pszMsg[nLen-2] = 0;
  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 441 size_t nLen = pDashArray->GetCount();
443 for (; i < nLen; ++i) {
449 if (i == nLen) {
  /external/pdfium/xfa/fxfa/app/
xfa_checksum.cpp 254 int32_t nLen = Base64EncodeA(digest, 20, nullptr);
255 FX_CHAR* pBuffer = m_bsChecksum.GetBuffer(nLen);
257 m_bsChecksum.ReleaseBuffer(nLen);
  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.cpp 333 FX_STRSIZE nLen = buf.GetLength();
334 if (nLen > 0)
335 pStream->WriteString((const FX_WCHAR*)buf.GetBuffer(), nLen);
xfa_localevalue.cpp 600 int nLen = wsDate.GetLength();
601 if (nLen < wCountY || nLen > wCountY + wCountM + wCountD + 2) {
624 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) {
638 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountD && nIndex < nLen) {
645 if (nIndex != nLen) {
652 if (wMonth == 0 && nLen == wCountY) {
658 if (wDay == 0 && (nLen == wCountY + wCountM)) {
682 int nLen = wsTime.GetLength();
683 if (nLen < 2
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_fontmapper.cpp 492 int nLen = family.GetLength();
495 family = family.Left(nLen - g_FontStyles[nRet].len);
507 int nLen = style.GetLength();
512 while (i < nLen) {
513 buf = ParseStyle(pStyle, nLen, i);
  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 282 int nLen = value.GetLength();
285 while (i < nLen) {
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.cpp 750 FX_FILESIZE nLen = obj_end - obj_pos - offset;
751 if ((uint32_t)nLen > size - i) {
755 i += (uint32_t)nLen;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp 309 bool ReadMarker(unsigned int &nName, unsigned int &nLen);
360 bool CSource::ReadMarker(unsigned int &nName, unsigned int &nLen)
364 if(!Read32(nLen))
635 @Input nLen
644 const unsigned int nLen = 0)
653 bRet &= WriteFileSafe32(pFile, &nLen, 1);
663 @Input nLen
665 @Description Write nLen bytes of data from pData, bracketed by an nName
672 const unsigned int nLen)
676 _ASSERT(nLen);
    [all...]
PVRTPFXParser.cpp 322 size_t nLen;
324 nLen = 0;
329 nLen += strlen(ppszLines[i]) + 1;
336 if(nLen)
338 ++nLen;
340 Out.reserve(nLen);
750 unsigned int nLen;
774 nLen = (unsigned int)(pszEnd - pszCurr);
778 nLen = (unsigned int)strlen(pszCurr);
783 while(nLen - nReduce > 0 && pszCurr[nLen - 1 - nReduce] == '\r'
    [all...]
  /external/svox/pico/lib/
picopam.c     [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 524 milliseconds