Searched refs:FXSYS_strlen (Results 1 – 18 of 18) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_basic_bstring.cpp | 87 nLen = pStr ? FXSYS_strlen(pStr) : 0; in CFX_ByteString() 115 : CFX_ByteString(ptr, ptr ? FXSYS_strlen(ptr) : 0) {} in CFX_ByteString() 139 AssignCopy(pStr, FXSYS_strlen(pStr)); in operator =() 164 Concat(pStr, FXSYS_strlen(pStr)); in operator +=() 195 return FXSYS_strlen(ptr) == m_pData->m_nDataLength && in operator ==() 304 nNewLength = FXSYS_strlen(m_pData->m_String); in ReleaseBuffer() 454 nMaxLen += FXSYS_strlen(pStr); in FormatV() 535 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV() 558 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV() 625 nItemLen = FXSYS_strlen(pszTemp); in FormatV() [all …]
|
D | fx_basic_buffer.cpp | 107 AppendBlock(buf, FXSYS_strlen(buf)); in operator <<() 114 AppendBlock(buf, FXSYS_strlen(buf)); in operator <<() 149 FX_STRSIZE len = FXSYS_strlen(buf); in operator <<() 277 return AppendBlock(buf, (size_t)FXSYS_strlen(buf)); in AppendDWord()
|
D | fx_system.h | 152 #define FXSYS_strlen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(strlen(ptr)) macro 157 return FXSYS_strlen(ptr); in FXSYS_len() 182 #define FXSYS_strlen(ptr) ((FX_STRSIZE)strlen(ptr))
|
D | fx_basic_gcc.cpp | 117 int srclen = FXSYS_strlen(filename); in FXSYS_GetFullPathName()
|
D | fx_basic_wstring.cpp | 511 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV() 523 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV() 590 nItemLen = FXSYS_strlen(pszTemp); in FormatV()
|
D | fx_extension.cpp | 437 iLength = (int32_t)FXSYS_strlen(pcsStr); in FXSYS_strtof()
|
D | fx_basic_bstring_unittest.cpp | 1101 EXPECT_EQ(0, FXSYS_strlen(cstr)); in TEST()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_pngmodule.cpp | 75 len = FXSYS_strlen(text[i].key); in _png_load_bmp_attribute() 77 if (!FXSYS_memcmp(buf, text[i].key, std::min(len, FXSYS_strlen(buf)))) { in _png_load_bmp_attribute() 86 if (!FXSYS_memcmp(buf, text[i].key, std::min(len, FXSYS_strlen(buf)))) { in _png_load_bmp_attribute()
|
D | ccodec_tiffmodule.cpp | 200 FX_STRSIZE size = FXSYS_strlen(buf); in Tiff_Exif_GetStringInfo()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiapathfont.h | 25 int32_t iSize = FXSYS_strlen(pPath); in SetPath()
|
D | cfpf_skiafontdescriptor.h | 28 int32_t iSize = FXSYS_strlen(pFamily); in SetFamily()
|
D | cfpf_skiafontmgr.cpp | 94 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
|
/external/pdfium/core/fxge/win32/ |
D | cpsoutput.cpp | 25 len = static_cast<int>(FXSYS_strlen(str)); in OutputPS()
|
/external/pdfium/xfa/fgas/crt/ |
D | fgas_codepage.cpp | 267 iLength = FXSYS_strlen(pStr); in GetCodePageFromStringA()
|
/external/pdfium/core/fpdfapi/edit/ |
D | fpdf_edit_create.cpp | 784 int32_t offset_len = (int32_t)FXSYS_strlen(offset_buf); in GenerateXRefStream() 1784 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4() 1866 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidget.cpp | 926 iLen = FXSYS_strlen((FX_CHAR*)pStr); in XFA_RemoveBase64Whitespace() 944 XFA_RemoveBase64Whitespace((uint8_t*)pStr, FXSYS_strlen((FX_CHAR*)pStr)); in XFA_Base64Decode() 948 int32_t iLen = FXSYS_strlen((FX_CHAR*)pBuffer); in XFA_Base64Decode()
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_sha.cpp | 365 int len = (int)FXSYS_strlen(str); in FX_ato64i()
|
/external/pdfium/fpdfsdk/ |
D | fpdfview.cpp | 1168 length = FXSYS_strlen(bstr); in FPDF_BStr_Set()
|