Home
last modified time | relevance | path

Searched refs:FXSYS_strlen (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_basic_bstring.cpp87 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 …]
Dfx_basic_buffer.cpp107 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()
Dfx_system.h152 #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))
Dfx_basic_gcc.cpp117 int srclen = FXSYS_strlen(filename); in FXSYS_GetFullPathName()
Dfx_basic_wstring.cpp511 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
523 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
590 nItemLen = FXSYS_strlen(pszTemp); in FormatV()
Dfx_extension.cpp437 iLength = (int32_t)FXSYS_strlen(pcsStr); in FXSYS_strtof()
Dfx_basic_bstring_unittest.cpp1101 EXPECT_EQ(0, FXSYS_strlen(cstr)); in TEST()
/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp75 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()
Dccodec_tiffmodule.cpp200 FX_STRSIZE size = FXSYS_strlen(buf); in Tiff_Exif_GetStringInfo()
/external/pdfium/core/fxge/android/
Dcfpf_skiapathfont.h25 int32_t iSize = FXSYS_strlen(pPath); in SetPath()
Dcfpf_skiafontdescriptor.h28 int32_t iSize = FXSYS_strlen(pFamily); in SetFamily()
Dcfpf_skiafontmgr.cpp94 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
/external/pdfium/core/fxge/win32/
Dcpsoutput.cpp25 len = static_cast<int>(FXSYS_strlen(str)); in OutputPS()
/external/pdfium/xfa/fgas/crt/
Dfgas_codepage.cpp267 iLength = FXSYS_strlen(pStr); in GetCodePageFromStringA()
/external/pdfium/core/fpdfapi/edit/
Dfpdf_edit_create.cpp784 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/
Dxfa_ffwidget.cpp926 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/
Dfx_crypt_sha.cpp365 int len = (int)FXSYS_strlen(str); in FX_ato64i()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp1168 length = FXSYS_strlen(bstr); in FPDF_BStr_Set()