Searched defs:wsOutput (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils.cpp158 WideString& wsOutput) {
166 wsOutput += L" ";
167 wsOutput += wsName;
168 wsOutput += L"=\"";
169 wsOutput += ExportEncodeAttribute(*value);
170 wsOutput += L"\"";
359 WideString wsOutput; local
360 SaveAttribute(pNode, XFA_Attribute::Name, L"name", true, wsOutput);
372 wsOutput += wsAttr;
375 if (!wsOutput
154 SaveAttribute(CXFA_Node* pNode, XFA_Attribute eName, const WideString& wsName, bool bProto, WideString& wsOutput) argument
[all...]
H A Dcxfa_localevalue.cpp110 WideString wsOutput; local
139 bRet = pFormat->FormatNum(wsValue, wsFormat, &wsOutput);
143 bRet = pFormat->ParseText(wsValue, wsFormat, &wsOutput);
144 wsOutput.clear();
146 bRet = pFormat->FormatText(wsValue, wsFormat, &wsOutput);
156 FX_DATETIMETYPE_Date, &wsOutput);
167 FX_DATETIMETYPE_Time, &wsOutput);
177 FX_DATETIMETYPE_DateTime, &wsOutput);
H A Dcxfa_simple_parser.cpp269 void ConvertXMLToPlainText(CFX_XMLElement* pRootXMLNode, WideString& wsOutput) { argument
279 wsOutput += wsTextData;
288 wsOutput = wsText;
/external/pdfium/xfa/fgas/crt/
H A Dcfgas_formatstring.cpp103 WideString wsOutput; local
105 return wsOutput;
129 wsOutput += static_cast<wchar_t>(iKeyValue & 0x0000FFFF);
133 wsOutput += pStrPattern[(*iPattern)++];
135 return wsOutput;
140 WideString wsOutput; local
142 return wsOutput;
159 int32_t iLen = wsOutput.GetLength();
162 wchar_t ch = wsOutput[i];
166 wsOutput
1793 FormatText(const WideString& wsSrcText, const WideString& wsPattern, WideString* wsOutput) argument
1855 FormatStrNum(const WideStringView& wsInputNum, const WideString& wsPattern, WideString* wsOutput) argument
2242 FormatNum(const WideString& wsSrcNum, const WideString& wsPattern, WideString* wsOutput) argument
2250 FormatDateTime(const WideString& wsSrcDateTime, const WideString& wsPattern, FX_DATETIMETYPE eDateTimeType, WideString* wsOutput) argument
2307 FormatZero(const WideString& wsPattern, WideString* wsOutput) argument
2327 FormatNull(const WideString& wsPattern, WideString* wsOutput) argument
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_widgetacc.cpp2656 WideString wsOutput = wsValue;
2657 wsOutput.TrimLeft('0');
2659 if (!wsOutput.IsEmpty() && wsOutput.Contains('.') && GetFracDigits() != -1) {
2660 wsOutput.TrimRight(L"0");
2661 wsOutput.TrimRight(L".");
2663 if (wsOutput.IsEmpty() || wsOutput[0] == '.')
2664 wsOutput.InsertAtFront('0');
2666 return wsOutput;
2690 WideString wsOutput; local
[all...]

Completed in 284 milliseconds