Searched refs:SetCharEncoding (Results 1 – 9 of 9) sorted by relevance
53 bool CBC_CodeBase::SetCharEncoding(int32_t encoding) { in SetCharEncoding() function in CBC_CodeBase54 return m_pBCWriter->SetCharEncoding(encoding); in SetCharEncoding()
72 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding() function in CFX_Barcode73 return m_pBCEngine && m_pBCEngine->SetCharEncoding(encoding); in SetCharEncoding()
13 bool CBC_Writer::SetCharEncoding(int32_t encoding) { in SetCharEncoding() function in CBC_Writer
17 virtual bool SetCharEncoding(int32_t encoding);
38 bool SetCharEncoding(int32_t encoding);
33 bool SetCharEncoding(BC_CHAR_ENCODING encoding);
96 void CFWL_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding() function in CFWL_Barcode178 m_pBarcodeEngine->SetCharEncoding(m_eCharEncoding); in GenerateBarcodeImageCache()
50 void SetCharEncoding(BC_CHAR_ENCODING encoding);
196 pBarCodeWidget->SetCharEncoding(*encoding); in UpdateWidgetProperty()