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

  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 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()
    [all...]
cxfa_localevalue.cpp 110 WideString wsOutput;
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);
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 103 WideString wsOutput;
105 return wsOutput;
129 wsOutput += static_cast<wchar_t>(iKeyValue & 0x0000FFFF);
133 wsOutput += pStrPattern[(*iPattern)++];
135 return wsOutput;
140 WideString wsOutput;
142 return wsOutput;
159 int32_t iLen = wsOutput.GetLength();
162 wchar_t ch = wsOutput[i];
166 wsOutput.Delete(0, i)
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]

Completed in 1997 milliseconds