Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.cpp1297 CFX_WideStringC wsStartEndChar; in GetBarcodeAttribute_StartChar() local
1298 if (pUIChild->TryCData(XFA_ATTRIBUTE_StartChar, wsStartEndChar)) { in GetBarcodeAttribute_StartChar()
1299 if (wsStartEndChar.GetLength()) { in GetBarcodeAttribute_StartChar()
1300 val = (FX_CHAR)wsStartEndChar.GetAt(0); in GetBarcodeAttribute_StartChar()
1309 CFX_WideStringC wsStartEndChar; in GetBarcodeAttribute_EndChar() local
1310 if (pUIChild->TryCData(XFA_ATTRIBUTE_EndChar, wsStartEndChar)) { in GetBarcodeAttribute_EndChar()
1311 if (wsStartEndChar.GetLength()) { in GetBarcodeAttribute_EndChar()
1312 val = (FX_CHAR)wsStartEndChar.GetAt(0); in GetBarcodeAttribute_EndChar()