Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h33 FX_INT32 iSize = FXSYS_strlen(pFamily); in SetFamily()
63 FX_INT32 iSize = FXSYS_strlen(pPath); in SetPath()
Dfpf_skiafontmgr.cpp112 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp84 nLen = lpsz ? (FX_STRSIZE)FXSYS_strlen(lpsz) : 0; in CFX_ByteString()
155 AssignCopy((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz); in operator =()
207 ConcatInPlace((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz); in operator +=()
328 nNewLength = (FX_STRSIZE)FXSYS_strlen((FX_LPCSTR)m_pData->m_String); in ReleaseBuffer()
500 nMaxLen += (FX_STRSIZE)FXSYS_strlen(lpsz); in FormatV()
586 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg); in FormatV()
611 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg); in FormatV()
677 nItemLen = (FX_STRSIZE)FXSYS_strlen(pszTemp); in FormatV()
1126 FX_STRSIZE len = (FX_STRSIZE)FXSYS_strlen(buf2); in FX_ftoa()
Dfx_basic_buffer.cpp159 AppendBlock(buf, (FX_STRSIZE)FXSYS_strlen(buf)); in operator <<()
166 AppendBlock(buf, (FX_STRSIZE)FXSYS_strlen(buf)); in operator <<()
208 FX_STRSIZE len = (FX_STRSIZE)FXSYS_strlen(buf); in operator <<()
498 return AppendBlock(buf, (size_t)FXSYS_strlen(buf)); in AppendDWord()
Dfx_extension.cpp162 iLength = (FX_INT32)FXSYS_strlen(pcsStr); in FXSYS_strtof()
251 iLength = (FX_INT32)FXSYS_strlen(pStr); in FX_HashCode_String_GetA()
Dfx_basic_gcc.cpp94 int srclen = FXSYS_strlen(filename); in FXSYS_GetFullPathName()
Dfx_basic_wstring.cpp894 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg); in FormatV()
907 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg); in FormatV()
973 nItemLen = (FX_STRSIZE)FXSYS_strlen(pszTemp); in FormatV()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
Dftstdlib.h87 #define ft_strlen FXSYS_strlen
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
Dftstdlib.h87 #define ft_strlen FXSYS_strlen
/external/pdfium/core/include/fxcrt/
Dfx_string.h37 m_Length = ptr ? (FX_STRSIZE)FXSYS_strlen(ptr) : 0; in CFX_ByteStringC()
50 m_Length = (FX_STRSIZE)FXSYS_strlen(ptr); in CFX_ByteStringC()
67 m_Length = (FX_STRSIZE)FXSYS_strlen(src);
Dfx_system.h148 #define FXSYS_strlen strlen macro
/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.cpp760 FX_INT32 len = (FX_INT32)FXSYS_strlen(offset_buf); in GenerateXRefStream()
1870 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
1959 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) { in WriteDoc_Stage4()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp262 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()