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

  /external/pdfium/xfa/fxbarcode/
cbc_codebase.cpp 30 bool CBC_CodeBase::SetCharEncoding(int32_t encoding) {
31 return m_pBCWriter && m_pBCWriter->SetCharEncoding(encoding);
BC_Writer.h 18 virtual bool SetCharEncoding(int32_t encoding);
BC_Writer.cpp 20 bool CBC_Writer::SetCharEncoding(int32_t encoding) {
cbc_codebase.h 35 bool SetCharEncoding(int32_t encoding);
  /external/pdfium/xfa/fwl/
cfwl_barcode.h 58 void SetCharEncoding(BC_CHAR_ENCODING encoding);
cfx_barcode.h 36 bool SetCharEncoding(BC_CHAR_ENCODING encoding);
cfwl_barcode.cpp 98 void CFWL_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) {
185 m_pBarcodeEngine->SetCharEncoding(m_eCharEncoding);
cfx_barcode.cpp 68 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) {
69 return m_pBCEngine ? m_pBCEngine->SetCharEncoding(encoding) : false;
  /external/pdfium/xfa/fxfa/app/
xfa_ffbarcode.cpp 181 pBarCodeWidget->SetCharEncoding((BC_CHAR_ENCODING)intVal);

Completed in 93 milliseconds