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

  /external/pdfium/xfa/src/fgas/src/localization/
fx_localeimp.h 71 CFX_WideString& wsOutput);
74 CFX_WideString& wsOutput);
77 CFX_WideString& wsOutput);
80 CFX_WideString& wsOutput);
83 CFX_WideString& wsOutput,
87 CFX_WideString& wsOutput);
89 CFX_WideString& wsOutput);
91 CFX_WideString& wsOutput);
104 CFX_WideString& wsOutput);
107 CFX_WideString& wsOutput);
    [all...]
fx_locale.cpp 579 CFX_WideString wsOutput;
581 return wsOutput;
611 wsOutput += (FX_WCHAR)(iKeyValue & 0x0000FFFF);
615 wsOutput += pStrPattern[iPattern++];
617 return wsOutput;
621 CFX_WideString wsOutput;
623 return wsOutput;
641 int32_t iLen = wsOutput.GetLength();
644 FX_WCHAR ch = wsOutput[i];
654 wsOutput.Delete(0, i);
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_locale.h 131 CFX_WideString& wsOutput) = 0;
134 CFX_WideString& wsOutput) = 0;
137 CFX_WideString& wsOutput) = 0;
140 CFX_WideString& wsOutput) = 0;
143 CFX_WideString& wsOutput,
147 CFX_WideString& wsOutput) = 0;
149 CFX_WideString& wsOutput) = 0;
151 CFX_WideString& wsOutput) = 0;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_serialize.cpp 132 CFX_WideString& wsOutput) {
139 wsOutput += FX_WSTRC(L" ");
140 wsOutput += wsName;
141 wsOutput += FX_WSTRC(L"=\"");
142 wsOutput += wsValue;
143 wsOutput += FX_WSTRC(L"\"");
392 CFX_WideString wsOutput;
394 wsOutput);
406 wsOutput += wsAttr;
408 if (!wsOutput.IsEmpty()) {
    [all...]
xfa_localevalue.cpp 101 CFX_WideString wsOutput;
133 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput);
138 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput);
139 wsOutput.Empty();
141 bRet = pFormat->FormatText(wsValue, wsFormat, wsOutput);
151 bRet = pFormat->FormatDateTime(wsValue, wsFormat, wsOutput,
162 bRet = pFormat->FormatDateTime(wsValue, wsFormat, wsOutput,
172 bRet = pFormat->FormatDateTime(wsValue, wsFormat, wsOutput,