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

  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 41 FX_BOOL FormatPatterns(CFX_WideString& wsResult,
45 FX_BOOL FormatSinglePattern(CFX_WideString& wsResult,
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 455 FX_BOOL CXFA_LocaleValue::FormatPatterns(CFX_WideString& wsResult,
459 wsResult.Empty();
466 bRet = FormatSinglePattern(wsResult, wsPatterns[i], pLocale, eValueType);
475 CFX_WideString& wsResult,
483 wsResult.Empty();
491 bRet = pFormat->FormatNull(wsFormat, wsResult);
496 bRet = pFormat->FormatZero(wsFormat, wsResult);
500 bRet = pFormat->FormatNum(m_wsValue, wsFormat, wsResult);
503 bRet = pFormat->FormatText(m_wsValue, wsFormat, wsResult);
506 bRet = pFormat->FormatDateTime(m_wsValue, wsFormat, wsResult,
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 452 CFX_WideString wsResult;
463 return wsResult;
480 return wsResult;
519 wsResult.Format(L"%l", (int64_t)iInte);
526 wsResult +=
529 wsResult.TrimRight(L"0");
530 wsResult.TrimRight(L".");
536 CFX_WideString wsResult;
537 wsResult.Format(wsFormat.c_str(), GetDouble());
539 wsResult.TrimRight(L"0");
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_locale.h 95 void FX_ParseNumString(const CFX_WideString& wsNum, CFX_WideString& wsResult);

Completed in 68 milliseconds