Searched refs:wsStartEndChar (Results 1 – 1 of 1) sorted by relevance
2613 CFX_WideStringC wsStartEndChar; in GetBarcodeAttribute_StartChar() local2614 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() local2625 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()