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