Home
last modified time | relevance | path

Searched refs:GetBarcodeAttribute_CharEncoding (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.h140 bool GetBarcodeAttribute_CharEncoding(int32_t& val);
Dcxfa_widgetdata.cpp1245 bool CXFA_WidgetData::GetBarcodeAttribute_CharEncoding(int32_t& val) { in GetBarcodeAttribute_CharEncoding() function in CXFA_WidgetData
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp180 if (pAcc->GetBarcodeAttribute_CharEncoding(intVal)) { in UpdateWidgetProperty()