Searched refs:SetCharEncoding (Results 1 – 9 of 9) sorted by relevance
33 bool CBC_CodeBase::SetCharEncoding(int32_t encoding) { in SetCharEncoding() function in CBC_CodeBase34 return m_pBCWriter->SetCharEncoding(encoding); in SetCharEncoding()
19 virtual bool SetCharEncoding(int32_t encoding);
33 bool SetCharEncoding(int32_t encoding);
20 bool CBC_Writer::SetCharEncoding(int32_t encoding) { in SetCharEncoding() function in CBC_Writer
96 void CFWL_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding() function in CFWL_Barcode183 m_pBarcodeEngine->SetCharEncoding(m_eCharEncoding); in GenerateBarcodeImageCache()
71 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding() function in CFX_Barcode72 return m_pBCEngine ? m_pBCEngine->SetCharEncoding(encoding) : false; in SetCharEncoding()
34 bool SetCharEncoding(BC_CHAR_ENCODING encoding);
57 void SetCharEncoding(BC_CHAR_ENCODING encoding);
172 pBarCodeWidget->SetCharEncoding(*encoding); in UpdateWidgetProperty()