Searched defs:SetCharEncoding (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fxbarcode/
H A DBC_Writer.cpp20 bool CBC_Writer::SetCharEncoding(int32_t encoding) { function in class:CBC_Writer
H A Dcbc_codebase.cpp30 bool CBC_CodeBase::SetCharEncoding(int32_t encoding) { function in class:CBC_CodeBase
31 return m_pBCWriter && m_pBCWriter->SetCharEncoding(encoding);
/external/pdfium/xfa/fwl/
H A Dcfwl_barcode.cpp98 void CFWL_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { function in class:CFWL_Barcode
185 m_pBarcodeEngine->SetCharEncoding(m_eCharEncoding);
H A Dcfx_barcode.cpp68 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { function in class:CFX_Barcode
69 return m_pBCEngine ? m_pBCEngine->SetCharEncoding(encoding) : false;

Completed in 74 milliseconds