Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2635 CFX_WideString wsECLevel; in GetBarcodeAttribute_ECLevel() local
2636 if (pUIChild->TryCData(XFA_ATTRIBUTE_ErrorCorrectionLevel, wsECLevel)) { in GetBarcodeAttribute_ECLevel()
2637 val = FXSYS_wtoi(wsECLevel); in GetBarcodeAttribute_ECLevel()