HomeSort by relevance Sort by last modified time
    Searched refs:SetCodePage (Results 1 - 14 of 14) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h 48 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
xfa_document_serialize.cpp 259 pTempStream->SetCodePage(FX_CODEPAGE_UTF8);
490 pStream->SetCodePage(FX_CODEPAGE_UTF8);
xfa_basic_imp.cpp 622 FX_WORD CXFA_WideTextRead::SetCodePage(FX_WORD wCodePage) {
xfa_parser_imp.cpp 78 m_pStream->SetCodePage(FX_CODEPAGE_UTF8);
    [all...]
xfa_object_imp.cpp     [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_stm.h 65 virtual FX_WORD SetCodePage(FX_WORD wCodePage) = 0;
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.h 202 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
244 virtual FX_WORD SetCodePage(FX_WORD wCodePage);
fx_stream.cpp 754 FX_WORD CFX_TextStream::SetCodePage(FX_WORD wCodePage) {
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 90 void SetCodePage(int32_t nCodePage) { m_nCodePage = nCodePage; }
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_TextField.cpp 276 pEdit->SetCodePage(936);
FFL_ComboBox.cpp 261 pEdit->SetCodePage(936);
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 131 pStream->SetCodePage(wCodePage);
fde_csssyntax.cpp 339 m_pStream->SetCodePage(wCodePage);
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 918 m_pStream->SetCodePage(FX_CODEPAGE_UTF8);
    [all...]

Completed in 538 milliseconds