Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp87 nLen = lpsz ? FXSYS_strlen(lpsz) : 0; in CFX_ByteString()
158 AssignCopy(FXSYS_strlen(lpsz), lpsz); in operator =()
210 ConcatInPlace(FXSYS_strlen(lpsz), lpsz); in operator +=()
243 return FXSYS_strlen(ptr) == m_pData->m_nDataLength && in Equal()
339 nNewLength = FXSYS_strlen((FX_LPCSTR)m_pData->m_String); in ReleaseBuffer()
500 nMaxLen += FXSYS_strlen(lpsz); in FormatV()
586 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
611 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
677 nItemLen = FXSYS_strlen(pszTemp); in FormatV()
1112 FX_STRSIZE len = FXSYS_strlen(buf2); in FX_ftoa()
Dfx_basic_buffer.cpp151 AppendBlock(buf, FXSYS_strlen(buf)); in operator <<()
158 AppendBlock(buf, FXSYS_strlen(buf)); in operator <<()
200 FX_STRSIZE len = FXSYS_strlen(buf); in operator <<()
482 return AppendBlock(buf, (size_t)FXSYS_strlen(buf)); in AppendDWord()
Dfx_extension.cpp146 iLength = (FX_INT32)FXSYS_strlen(pcsStr); in FXSYS_strtof()
235 iLength = (FX_INT32)FXSYS_strlen(pStr); in FX_HashCode_String_GetA()
Dfx_basic_gcc.cpp98 int srclen = FXSYS_strlen(filename); in FXSYS_GetFullPathName()
Dfx_basic_wstring.cpp864 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
877 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV()
943 nItemLen = FXSYS_strlen(pszTemp); in FormatV()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h34 FX_INT32 iSize = FXSYS_strlen(pFamily); in SetFamily()
64 FX_INT32 iSize = FXSYS_strlen(pPath); in SetPath()
Dfpf_skiafontmgr.cpp112 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
/external/pdfium/core/include/fxcrt/
Dfx_string.h43 m_Length = ptr ? FXSYS_strlen(ptr) : 0; in CFX_ByteStringC()
62 m_Length = (len == -1) ? FXSYS_strlen(ptr) : len; in CFX_ByteStringC()
76 m_Length = m_Ptr ? FXSYS_strlen(src) : 0;
90 return FXSYS_strlen(ptr) == m_Length &&
191 : CFX_ByteString(ptr, ptr ? FXSYS_strlen(ptr) : 0) { } in CFX_ByteString()
Dfx_system.h200 #define FXSYS_strlen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(strlen(ptr)) macro
204 #define FXSYS_strlen(ptr) ((FX_STRSIZE)strlen(ptr))
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp435 FX_INT32 iLength = FXSYS_strlen(pStr); in FX_GetLangHashCode()
536 iLength = FXSYS_strlen(pLang); in FX_GetCharsetFromLang()
Dfpdf_edit_create.cpp757 FX_INT32 len = (FX_INT32)FXSYS_strlen(offset_buf); in GenerateXRefStream()
1868 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
1957 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp256 len = (int)FXSYS_strlen(string); in OutputPS()
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp396 int len = (int)FXSYS_strlen(str); in FX_ato64i()