Home
last modified time | relevance | path

Searched refs:FormatNum (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fgas/localization/
Dfgas_localeimp.h46 bool FormatNum(const CFX_WideString& wsSrcNum,
49 bool FormatNum(FX_FLOAT fNum,
Dfgas_locale.cpp3487 bool CFX_FormatString::FormatNum(const CFX_WideString& wsSrcNum, in FormatNum() function in CFX_FormatString
3495 bool CFX_FormatString::FormatNum(FX_FLOAT fNum, in FormatNum() function in CFX_FormatString
/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.cpp138 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput); in ValidateValue()
506 bRet = pFormat->FormatNum(m_wsValue, wsFormat, wsResult); in FormatSinglePattern()