Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h45 bool FormatNum(const WideString& wsSrcNum,
Dcfgas_formatstring_unittest.cpp517 ->FormatNum(tests[i].input, tests[i].pattern, &result)) in TEST_F()
Dcfgas_formatstring.cpp2242 bool CFGAS_FormatString::FormatNum(const WideString& wsSrcNum, in FormatNum() function in CFGAS_FormatString
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp139 bRet = pFormat->FormatNum(wsValue, wsFormat, &wsOutput); in ValidateValue()
358 bRet = pFormat->FormatNum(m_wsValue, wsFormat, &wsResult); in FormatSinglePattern()