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

  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.h 44 WideString* wsOutput);
47 WideString* wsOutput);
51 WideString* wsOutput);
52 bool FormatZero(const WideString& wsPattern, WideString* wsOutput);
53 bool FormatNull(const WideString& wsPattern, WideString* wsOutput);
64 WideString* wsOutput);
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/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);
cxfa_simple_parser.cpp 269 void ConvertXMLToPlainText(CFX_XMLElement* pRootXMLNode, WideString& wsOutput) {
279 wsOutput += wsTextData;
288 wsOutput = wsText;
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]

Completed in 211 milliseconds