Searched refs:FXSYS_strlen (Results 1 – 21 of 21) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_bstring.cpp | 83 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()
|
D | fx_basic_buffer.cpp | 130 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()
|
D | fx_extension.cpp | 134 iLength = (int32_t)FXSYS_strlen(pcsStr); in FXSYS_strtof() 224 iLength = (int32_t)FXSYS_strlen(pStr); in FX_HashCode_String_GetA()
|
D | fx_basic_gcc.cpp | 122 int srclen = FXSYS_strlen(filename); in FXSYS_GetFullPathName()
|
D | fx_basic_wstring.cpp | 845 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV() 857 nItemLen = FXSYS_strlen(pstrNextArg); in FormatV() 924 nItemLen = FXSYS_strlen(pszTemp); in FormatV()
|
D | fx_basic_bstring_unittest.cpp | 688 EXPECT_EQ(0, FXSYS_strlen(cstr)); in TEST()
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.h | 33 int32_t iSize = FXSYS_strlen(pFamily); in SetFamily() 55 int32_t iSize = FXSYS_strlen(pPath); in SetPath()
|
D | fpf_skiafontmgr.cpp | 102 iLength = FXSYS_strlen(pStr); in FPF_GetHashCode_StringA()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_png.cpp | 73 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()
|
D | fx_codec_tiff.cpp | 270 FX_STRSIZE size = FXSYS_strlen(buf); in Tiff_Exif_GetStringInfo()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 39 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()
|
D | fx_system.h | 163 #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/ |
D | fx_system.cpp | 87 iLength = FXSYS_strlen(pcsStr); in FX_strtof()
|
D | fx_codepage.cpp | 304 iLength = FXSYS_strlen(pStr); in FX_GetCodePageFromStringA()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 433 int32_t iLength = FXSYS_strlen(pStr); in FX_GetLangHashCode() 481 iLength = FXSYS_strlen(pLang); in FX_GetCharsetFromLang()
|
D | fpdf_edit_create.cpp | 804 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/ |
D | fx_win32_print.cpp | 293 len = (int)FXSYS_strlen(string); in OutputPS()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_document_serialize.cpp | 437 CFX_WideString::FromUTF8(pChecksum, FXSYS_strlen(pChecksum)); in XFA_DataExporter_RegenerateFormFile()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 843 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/ |
D | fx_crypt_sha.cpp | 374 int len = (int)FXSYS_strlen(str); in FX_ato64i()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 1091 length = FXSYS_strlen(bstr); in FPDF_BStr_Set()
|