HomeSort by relevance Sort by last modified time
    Searched refs:wsOutput (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/fgas/localization/
fgas_localeimp.h 45 CFX_WideString& wsOutput);
48 CFX_WideString& wsOutput);
51 CFX_WideString& wsOutput);
54 CFX_WideString& wsOutput);
57 CFX_WideString& wsOutput,
61 CFX_WideString& wsOutput);
62 bool FormatZero(const CFX_WideString& wsPattern, CFX_WideString& wsOutput);
63 bool FormatNull(const CFX_WideString& wsPattern, CFX_WideString& wsOutput);
75 CFX_WideString& wsOutput);
78 CFX_WideString& wsOutput);
    [all...]
fgas_locale.cpp 295 CFX_WideString wsOutput;
297 return wsOutput;
327 wsOutput += (FX_WCHAR)(iKeyValue & 0x0000FFFF);
331 wsOutput += pStrPattern[iPattern++];
333 return wsOutput;
337 CFX_WideString wsOutput;
339 return wsOutput;
356 int32_t iLen = wsOutput.GetLength();
359 FX_WCHAR ch = wsOutput[i];
369 wsOutput.Delete(0, i)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.cpp     [all...]
cxfa_dataexporter.cpp 83 CFX_WideString& wsOutput) {
90 wsOutput += L" ";
91 wsOutput += wsName;
92 wsOutput += L"=\"";
93 wsOutput += wsValue;
94 wsOutput += L"\"";
342 CFX_WideString wsOutput;
343 SaveAttribute(pNode, XFA_ATTRIBUTE_Name, L"name", true, wsOutput);
356 wsOutput += wsAttr;
359 if (!wsOutput.IsEmpty()
    [all...]
cxfa_widgetdata.h 138 void NormalizeNumStr(const CFX_WideString& wsValue, CFX_WideString& wsOutput);
173 CFX_WideString& wsOutput);
xfa_localevalue.cpp 105 CFX_WideString wsOutput;
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,
xfa_document_datamerger_imp.cpp 250 CFX_WideString wsOutput;
251 pWidgetData->NormalizeNumStr(wsValue, wsOutput);
252 wsValue = wsOutput;
339 CFX_WideString wsOutput;
340 pWidgetData->NormalizeNumStr(wsNormalizeValue, wsOutput);
341 wsNormalizeValue = wsOutput;
    [all...]
cxfa_simple_parser.cpp 196 CFX_WideString& wsOutput) {
206 wsOutput += wsTextData;
215 wsOutput = wsText;
224 wsOutput = wsCharData;
    [all...]

Completed in 132 milliseconds