Searched refs:PDF_EncodeString (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_ap.cpp48 return PDF_EncodeString(strWords) + " Tj\n";
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp345 buf << PDF_EncodeString(str, bHex);
H A Dfpdf_parser_decode.cpp481 CFX_ByteString PDF_EncodeString(const CFX_ByteString& src, FX_BOOL bHex) function
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp45 if ((len = pFile->AppendString(PDF_EncodeString(str, bHex))) < 0) {
1102 CFX_ByteString content = PDF_EncodeString(str, bHex);
1111 CFX_ByteString content = PDF_EncodeString(CFX_ByteString((FX_LPCSTR)encryptor.m_pData, encryptor.m_dwSize), bHex);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp192 return PDF_EncodeString(strWords) + " Tj\n";
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h788 CFX_ByteString PDF_EncodeString(const CFX_ByteString& src, FX_BOOL bHex = FALSE);

Completed in 506 milliseconds