HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_strlen (Results 1 - 18 of 18) sorted by null

  /external/pdfium/core/fxge/android/
cfpf_skiapathfont.h 25 int32_t iSize = FXSYS_strlen(pPath);
cfpf_skiafontdescriptor.h 28 int32_t iSize = FXSYS_strlen(pFamily);
cfpf_skiafontmgr.cpp 94 iLength = FXSYS_strlen(pStr);
  /external/pdfium/core/fxge/win32/
cpsoutput.cpp 25 len = static_cast<int>(FXSYS_strlen(str));
  /external/pdfium/core/fxcrt/
fx_basic_buffer.cpp 107 AppendBlock(buf, FXSYS_strlen(buf));
114 AppendBlock(buf, FXSYS_strlen(buf));
149 FX_STRSIZE len = FXSYS_strlen(buf);
277 return AppendBlock(buf, (size_t)FXSYS_strlen(buf));
fx_basic_bstring.cpp 87 nLen = pStr ? FXSYS_strlen(pStr) : 0;
115 : CFX_ByteString(ptr, ptr ? FXSYS_strlen(ptr) : 0) {}
139 AssignCopy(pStr, FXSYS_strlen(pStr));
164 Concat(pStr, FXSYS_strlen(pStr));
195 return FXSYS_strlen(ptr) == m_pData->m_nDataLength &&
304 nNewLength = FXSYS_strlen(m_pData->m_String);
454 nMaxLen += FXSYS_strlen(pStr);
535 nItemLen = FXSYS_strlen(pstrNextArg);
558 nItemLen = FXSYS_strlen(pstrNextArg);
625 nItemLen = FXSYS_strlen(pszTemp)
    [all...]
fx_system.h 152 #define FXSYS_strlen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(strlen(ptr))
157 return FXSYS_strlen(ptr);
182 #define FXSYS_strlen(ptr) ((FX_STRSIZE)strlen(ptr))
fx_basic_gcc.cpp 117 int srclen = FXSYS_strlen(filename);
fx_basic_wstring.cpp 511 nItemLen = FXSYS_strlen(pstrNextArg);
523 nItemLen = FXSYS_strlen(pstrNextArg);
590 nItemLen = FXSYS_strlen(pszTemp);
fx_extension.cpp 437 iLength = (int32_t)FXSYS_strlen(pcsStr);
fx_basic_bstring_unittest.cpp     [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 75 len = FXSYS_strlen(text[i].key);
77 if (!FXSYS_memcmp(buf, text[i].key, std::min(len, FXSYS_strlen(buf)))) {
86 if (!FXSYS_memcmp(buf, text[i].key, std::min(len, FXSYS_strlen(buf)))) {
ccodec_tiffmodule.cpp 200 FX_STRSIZE size = FXSYS_strlen(buf);
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 784 int32_t offset_len = (int32_t)FXSYS_strlen(offset_buf);
    [all...]
  /external/pdfium/xfa/fgas/crt/
fgas_codepage.cpp 267 iLength = FXSYS_strlen(pStr);
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 926 iLen = FXSYS_strlen((FX_CHAR*)pStr);
944 XFA_RemoveBase64Whitespace((uint8_t*)pStr, FXSYS_strlen((FX_CHAR*)pStr));
948 int32_t iLen = FXSYS_strlen((FX_CHAR*)pBuffer);
    [all...]
  /external/pdfium/core/fdrm/crypto/
fx_crypt_sha.cpp 365 int len = (int)FXSYS_strlen(str);
  /external/pdfium/fpdfsdk/
fpdfview.cpp     [all...]

Completed in 549 milliseconds