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

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_dataexporter.cpp83 CFX_WideString& wsOutput) {
90 wsOutput += L" ";
91 wsOutput += wsName;
92 wsOutput += L"=\"";
93 wsOutput += wsValue;
94 wsOutput += L"\"";
342 CFX_WideString wsOutput; local
343 SaveAttribute(pNode, XFA_ATTRIBUTE_Name, L"name", true, wsOutput);
356 wsOutput += wsAttr;
359 if (!wsOutput
79 SaveAttribute(CXFA_Node* pNode, XFA_ATTRIBUTE eName, const CFX_WideStringC& wsName, bool bProto, CFX_WideString& wsOutput) argument
[all...]
H A Dcxfa_simple_parser.cpp196 CFX_WideString& wsOutput) {
206 wsOutput += wsTextData;
215 wsOutput = wsText;
224 wsOutput = wsCharData;
195 ConvertXMLToPlainText(CFDE_XMLElement* pRootXMLNode, CFX_WideString& wsOutput) argument
H A Dxfa_localevalue.cpp105 CFX_WideString wsOutput; local
138 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput);
143 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput);
144 wsOutput.clear();
146 bRet = pFormat->FormatText(wsValue, wsFormat, wsOutput);
156 bRet = pFormat->FormatDateTime(wsValue, wsFormat, wsOutput,
167 bRet = pFormat->FormatDateTime(wsValue, wsFormat, wsOutput,
177 bRet = pFormat->FormatDateTime(wsValue, wsFormat, wsOutput,
H A Dcxfa_widgetdata.cpp1671 CFX_WideString wsOutput; local
1672 NormalizeNumStr(wsValue, wsOutput);
1673 FormatNumStr(wsOutput, pLocale, wsOutput);
1674 wsValue = wsOutput;
1824 CFX_WideString& wsOutput) {
1828 wsOutput = wsValue;
1829 wsOutput.TrimLeft('0');
1830 int32_t dot_index = wsOutput.Find('.');
1832 if (!wsOutput
1823 NormalizeNumStr(const CFX_WideString& wsValue, CFX_WideString& wsOutput) argument
1841 FormatNumStr(const CFX_WideString& wsValue, IFX_Locale* pLocale, CFX_WideString& wsOutput) argument
[all...]
H A Dxfa_document_datamerger_imp.cpp250 CFX_WideString wsOutput; local
251 pWidgetData->NormalizeNumStr(wsValue, wsOutput);
252 wsValue = wsOutput;
339 CFX_WideString wsOutput; local
340 pWidgetData->NormalizeNumStr(wsNormalizeValue, wsOutput);
341 wsNormalizeValue = wsOutput;
/external/pdfium/xfa/fgas/localization/
H A Dfgas_locale.cpp295 CFX_WideString wsOutput; local
297 return wsOutput;
327 wsOutput += (FX_WCHAR)(iKeyValue & 0x0000FFFF);
331 wsOutput += pStrPattern[iPattern++];
333 return wsOutput;
337 CFX_WideString wsOutput; local
339 return wsOutput;
356 int32_t iLen = wsOutput.GetLength();
359 FX_WCHAR ch = wsOutput[i];
369 wsOutput
2566 FormatText(const CFX_WideString& wsSrcText, const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
2643 FormatStrNum(const CFX_WideStringC& wsInputNum, const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
3079 FormatLCNumeric(CFX_LCNumeric& lcNum, const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
3487 FormatNum(const CFX_WideString& wsSrcNum, const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
3495 FormatNum(FX_FLOAT fNum, const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
3959 FX_FormatDateTime(const CFX_Unitime& dt, const CFX_WideString& wsDatePattern, const CFX_WideString& wsTimePattern, bool bDateFirst, IFX_Locale* pLocale, CFX_WideString& wsOutput) argument
3976 FormatDateTime(const CFX_WideString& wsSrcDateTime, const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
4007 FormatDateTime(const CFX_WideString& wsSrcDateTime, const CFX_WideString& wsPattern, CFX_WideString& wsOutput, FX_DATETIMETYPE eDateTimeType) argument
4059 FormatDateTime(const CFX_Unitime& dt, const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
4076 FormatZero(const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
4098 FormatNull(const CFX_WideString& wsPattern, CFX_WideString& wsOutput) argument
[all...]

Completed in 169 milliseconds