Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2613 CFX_WideStringC wsStartEndChar; in GetBarcodeAttribute_StartChar() local
2614 if (pUIChild->TryCData(XFA_ATTRIBUTE_StartChar, wsStartEndChar)) { in GetBarcodeAttribute_StartChar()
2615 if (wsStartEndChar.GetLength()) { in GetBarcodeAttribute_StartChar()
2616 val = (FX_CHAR)wsStartEndChar.GetAt(0); in GetBarcodeAttribute_StartChar()
2624 CFX_WideStringC wsStartEndChar; in GetBarcodeAttribute_EndChar() local
2625 if (pUIChild->TryCData(XFA_ATTRIBUTE_EndChar, wsStartEndChar)) { in GetBarcodeAttribute_EndChar()
2626 if (wsStartEndChar.GetLength()) { in GetBarcodeAttribute_EndChar()
2627 val = (FX_CHAR)wsStartEndChar.GetAt(0); in GetBarcodeAttribute_EndChar()