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

  /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,
xfa_document_datamerger_imp.cpp 237 CFX_WideString wsOutput;
238 pWidgetData->NormalizeNumStr(wsValue, wsOutput);
239 wsValue = wsOutput;
324 CFX_WideString wsOutput;
325 pWidgetData->NormalizeNumStr(wsNormailizeValue, wsOutput);
326 wsNormailizeValue = wsOutput;
    [all...]
xfa_objectacc_imp.cpp     [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
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...]

Completed in 47 milliseconds