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

  /external/pdfium/xfa/src/fgas/src/localization/
fx_localeimp.h 72 virtual FX_BOOL FormatNum(const CFX_WideString& wsSrcNum,
75 virtual FX_BOOL FormatNum(FX_FLOAT fNum,
fx_locale.cpp     [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_locale.h 132 virtual FX_BOOL FormatNum(const CFX_WideString& wsSrcNum,
135 virtual FX_BOOL FormatNum(FX_FLOAT fNum,
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 133 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput);
500 bRet = pFormat->FormatNum(m_wsValue, wsFormat, wsResult);

Completed in 90 milliseconds