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

/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.h33 FX_INT32 iSize = FXSYS_strlen(pFamily);
63 FX_INT32 iSize = FXSYS_strlen(pPath);
H A Dfpf_skiafontmgr.cpp112 iLength = FXSYS_strlen(pStr);
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftstdlib.h87 #define ft_strlen FXSYS_strlen
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftstdlib.h87 #define ft_strlen FXSYS_strlen
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp84 nLen = lpsz ? (FX_STRSIZE)FXSYS_strlen(lpsz) : 0;
155 AssignCopy((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz);
207 ConcatInPlace((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz);
328 nNewLength = (FX_STRSIZE)FXSYS_strlen((FX_LPCSTR)m_pData->m_String);
500 nMaxLen += (FX_STRSIZE)FXSYS_strlen(lpsz);
586 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg);
611 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg);
677 nItemLen = (FX_STRSIZE)FXSYS_strlen(pszTemp);
1126 FX_STRSIZE len = (FX_STRSIZE)FXSYS_strlen(buf2);
H A Dfx_basic_buffer.cpp159 AppendBlock(buf, (FX_STRSIZE)FXSYS_strlen(buf));
166 AppendBlock(buf, (FX_STRSIZE)FXSYS_strlen(buf));
208 FX_STRSIZE len = (FX_STRSIZE)FXSYS_strlen(buf);
498 return AppendBlock(buf, (size_t)FXSYS_strlen(buf));
H A Dfx_extension.cpp162 iLength = (FX_INT32)FXSYS_strlen(pcsStr);
251 iLength = (FX_INT32)FXSYS_strlen(pStr);
H A Dfx_basic_gcc.cpp94 int srclen = FXSYS_strlen(filename);
H A Dfx_basic_wstring.cpp894 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg);
907 nItemLen = (FX_STRSIZE)FXSYS_strlen(pstrNextArg);
973 nItemLen = (FX_STRSIZE)FXSYS_strlen(pszTemp);
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h148 #define FXSYS_strlen strlen macro
H A Dfx_string.h37 m_Length = ptr ? (FX_STRSIZE)FXSYS_strlen(ptr) : 0;
50 m_Length = (FX_STRSIZE)FXSYS_strlen(ptr);
67 m_Length = (FX_STRSIZE)FXSYS_strlen(src);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp262 len = (int)FXSYS_strlen(string);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp760 FX_INT32 len = (FX_INT32)FXSYS_strlen(offset_buf);
1870 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) {
1959 if (m_File.AppendBlock(offset_buf, FXSYS_strlen(offset_buf)) < 0) {
H A Dfpdf_edit_doc.cpp435 FX_INT32 iLength = FXSYS_strlen(pStr);
536 iLength = FXSYS_strlen(pLang);
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_sha.cpp396 int len = (int)FXSYS_strlen(str);

Completed in 170 milliseconds