HomeSort by relevance Sort by last modified time
    Searched defs:PDF_EncodeText (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 467 CFX_ByteString PDF_EncodeText(const FX_WCHAR* pString,
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 792 CFX_ByteString PDF_EncodeText(const FX_WCHAR* pString,
795 inline CFX_ByteString PDF_EncodeText(const CFX_WideString& str,
797 return PDF_EncodeText(str.c_str(), str.GetLength(), pCharMap);

Completed in 98 milliseconds