Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.cpp1321 CFX_WideString wsECLevel; in GetBarcodeAttribute_ECLevel() local
1322 if (pUIChild->TryCData(XFA_ATTRIBUTE_ErrorCorrectionLevel, wsECLevel)) { in GetBarcodeAttribute_ECLevel()
1323 val = FXSYS_wtoi(wsECLevel.c_str()); in GetBarcodeAttribute_ECLevel()