Home | History | Annotate | Download | only in parser

Lines Matching defs:wsOutput

158                    WideString& wsOutput) {
166 wsOutput += L" ";
167 wsOutput += wsName;
168 wsOutput += L"=\"";
169 wsOutput += ExportEncodeAttribute(*value);
170 wsOutput += L"\"";
359 WideString wsOutput;
360 SaveAttribute(pNode, XFA_Attribute::Name, L"name", true, wsOutput);
372 wsOutput += wsAttr;
375 if (!wsOutput.IsEmpty())
376 pStream->WriteString(wsOutput.AsStringView());