Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp83 nLen = lpsz ? FXSYS_strlen(lpsz) : 0; in CFX_ByteString()
149 AssignCopy(FXSYS_strlen(lpsz), lpsz); in operator =()
197 ConcatInPlace(FXSYS_strlen(lpsz), lpsz); in operator +=()
227 return FXSYS_strlen(ptr) == m_pData->m_nDataLength && in Equal()
315 nNewLength = FXSYS_strlen((const FX_CHAR*)m_pData->m_String); in ReleaseBuffer()
479 nMaxLen += FXSYS_strlen(lpsz); in FormatV()
562 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
585 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
652 nItemLen = FXSYS_strlen(pszTemp); in FormatV()
1076 FX_STRSIZE len = FXSYS_strlen(buf2); in FX_ftoa()
Dfx_basic_buffer.cpp130 AppendBlock(buf, FXSYS_strlen(buf)); in operator <<()
136 AppendBlock(buf, FXSYS_strlen(buf)); in operator <<()
171 FX_STRSIZE len = FXSYS_strlen(buf); in operator <<()
425 return AppendBlock(buf, (size_t)FXSYS_strlen(buf)); in AppendDWord()
Dfx_extension.cpp134 iLength = (int32_t)FXSYS_strlen(pcsStr); in FXSYS_strtof()
224 iLength = (int32_t)FXSYS_strlen(pStr); in FX_HashCode_String_GetA()
Dfx_basic_gcc.cpp122 int srclen = FXSYS_strlen(filename); in FXSYS_GetFullPathName()
Dfx_basic_wstring.cpp845 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
857 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
924 nItemLen = FXSYS_strlen(pszTemp); in FormatV()
Dfx_basic_bstring_unittest.cpp688 EXPECT_EQ(0, FXSYS_strlen(cstr)); in TEST()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h33 int32_t iSize = FXSYS_strlen(pFamily); in SetFamily()
55 int32_t iSize = FXSYS_strlen(pPath); in SetPath()
Dfpf_skiafontmgr.cpp102 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_png.cpp73 len = FXSYS_strlen(text[i].key); in _png_load_bmp_attribute()
75 if (!FXSYS_memcmp(buf, text[i].key, std::min(len, FXSYS_strlen(buf)))) { in _png_load_bmp_attribute()
84 if (!FXSYS_memcmp(buf, text[i].key, std::min(len, FXSYS_strlen(buf)))) { in _png_load_bmp_attribute()
Dfx_codec_tiff.cpp270 FX_STRSIZE size = FXSYS_strlen(buf); in Tiff_Exif_GetStringInfo()
/external/pdfium/core/include/fxcrt/
Dfx_string.h39 m_Length = ptr ? FXSYS_strlen(ptr) : 0; in CFX_ByteStringC()
56 m_Length = (len == -1) ? FXSYS_strlen(ptr) : len; in CFX_ByteStringC()
68 m_Length = m_Ptr ? FXSYS_strlen(src) : 0;
81 return FXSYS_strlen(ptr) == m_Length &&
159 : CFX_ByteString(ptr, ptr ? FXSYS_strlen(ptr) : 0) {} in CFX_ByteString()
Dfx_system.h163 #define FXSYS_strlen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(strlen(ptr)) macro
167 #define FXSYS_strlen(ptr) ((FX_STRSIZE)strlen(ptr))
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp87 iLength = FXSYS_strlen(pcsStr); in FX_strtof()
Dfx_codepage.cpp304 iLength = FXSYS_strlen(pStr); in FX_GetCodePageFromStringA()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp433 int32_t iLength = FXSYS_strlen(pStr); in FX_GetLangHashCode()
481 iLength = FXSYS_strlen(pLang); in FX_GetCharsetFromLang()
Dfpdf_edit_create.cpp804 int32_t len = (int32_t)FXSYS_strlen(offset_buf); in GenerateXRefStream()
1855 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
1945 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp293 len = (int)FXSYS_strlen(string); in OutputPS()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_serialize.cpp437 CFX_WideString::FromUTF8(pChecksum, FXSYS_strlen(pChecksum)); in XFA_DataExporter_RegenerateFormFile()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp843 iLen = FXSYS_strlen((FX_CHAR*)pStr); in XFA_RemoveBase64Whitespace()
861 XFA_RemoveBase64Whitespace((uint8_t*)pStr, FXSYS_strlen((FX_CHAR*)pStr)); in XFA_Base64Decode()
865 int32_t iLen = FXSYS_strlen((FX_CHAR*)pBuffer); in XFA_Base64Decode()
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp374 int len = (int)FXSYS_strlen(str); in FX_ato64i()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp1091 length = FXSYS_strlen(bstr); in FPDF_BStr_Set()