Home
last modified time | relevance | path

Searched refs:SetCharEncoding (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxbarcode/
Dcbc_codebase.cpp30 bool CBC_CodeBase::SetCharEncoding(int32_t encoding) { in SetCharEncoding() function in CBC_CodeBase
31 return m_pBCWriter && m_pBCWriter->SetCharEncoding(encoding); in SetCharEncoding()
DBC_Writer.h18 virtual bool SetCharEncoding(int32_t encoding);
Dcbc_codebase.h35 bool SetCharEncoding(int32_t encoding);
DBC_Writer.cpp20 bool CBC_Writer::SetCharEncoding(int32_t encoding) { in SetCharEncoding() function in CBC_Writer
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp98 void CFWL_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding() function in CFWL_Barcode
185 m_pBarcodeEngine->SetCharEncoding(m_eCharEncoding); in GenerateBarcodeImageCache()
Dcfx_barcode.cpp68 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding() function in CFX_Barcode
69 return m_pBCEngine ? m_pBCEngine->SetCharEncoding(encoding) : false; in SetCharEncoding()
Dcfx_barcode.h36 bool SetCharEncoding(BC_CHAR_ENCODING encoding);
Dcfwl_barcode.h58 void SetCharEncoding(BC_CHAR_ENCODING encoding);
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp181 pBarCodeWidget->SetCharEncoding((BC_CHAR_ENCODING)intVal); in UpdateWidgetProperty()