Home
last modified time | relevance | path

Searched refs:BC_CHAR_ENCODING (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_barcode.h58 void SetCharEncoding(BC_CHAR_ENCODING encoding);
78 BC_CHAR_ENCODING m_eCharEncoding;
Dcfx_barcode.h36 bool SetCharEncoding(BC_CHAR_ENCODING encoding);
Dcfwl_barcode.cpp98 void CFWL_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding()
Dcfx_barcode.cpp68 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding()
/external/pdfium/xfa/fxbarcode/
DBC_Library.h18 enum BC_CHAR_ENCODING { CHAR_ENCODING_UTF8 = 0, CHAR_ENCODING_UNICODE }; enum
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp181 pBarCodeWidget->SetCharEncoding((BC_CHAR_ENCODING)intVal); in UpdateWidgetProperty()