Searched refs:wsStartEndChar (Results 1 – 1 of 1) sorted by relevance
2112 Optional<WideString> wsStartEndChar = in GetBarcodeAttribute_StartChar() local2115 if (!wsStartEndChar || wsStartEndChar->IsEmpty()) in GetBarcodeAttribute_StartChar()2118 return {static_cast<char>((*wsStartEndChar)[0])}; in GetBarcodeAttribute_StartChar()2122 Optional<WideString> wsStartEndChar = in GetBarcodeAttribute_EndChar() local2125 if (!wsStartEndChar || wsStartEndChar->IsEmpty()) in GetBarcodeAttribute_EndChar()2128 return {static_cast<char>((*wsStartEndChar)[0])}; in GetBarcodeAttribute_EndChar()