Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_barcode.h57 void SetCharEncoding(BC_CHAR_ENCODING encoding);
77 BC_CHAR_ENCODING m_eCharEncoding;
Dcfx_barcode.h34 bool SetCharEncoding(BC_CHAR_ENCODING encoding);
Dcfwl_barcode.cpp96 void CFWL_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding()
Dcfx_barcode.cpp71 bool CFX_Barcode::SetCharEncoding(BC_CHAR_ENCODING encoding) { in SetCharEncoding()
/external/pdfium/fxbarcode/
DBC_Library.h18 enum BC_CHAR_ENCODING { CHAR_ENCODING_UTF8 = 0, CHAR_ENCODING_UNICODE }; enum
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp169 Optional<BC_CHAR_ENCODING> encoding = in UpdateWidgetProperty()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h284 Optional<BC_CHAR_ENCODING> GetBarcodeAttribute_CharEncoding();
Dcxfa_node.cpp2067 Optional<BC_CHAR_ENCODING> CXFA_Node::GetBarcodeAttribute_CharEncoding() { in GetBarcodeAttribute_CharEncoding()