Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2112 Optional<WideString> wsStartEndChar = in GetBarcodeAttribute_StartChar() local
2115 if (!wsStartEndChar || wsStartEndChar->IsEmpty()) in GetBarcodeAttribute_StartChar()
2118 return {static_cast<char>((*wsStartEndChar)[0])}; in GetBarcodeAttribute_StartChar()
2122 Optional<WideString> wsStartEndChar = in GetBarcodeAttribute_EndChar() local
2125 if (!wsStartEndChar || wsStartEndChar->IsEmpty()) in GetBarcodeAttribute_EndChar()
2128 return {static_cast<char>((*wsStartEndChar)[0])}; in GetBarcodeAttribute_EndChar()