Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h42 bool FormatText(const WideString& wsSrcText,
Dcfgas_formatstring_unittest.cpp573 ->FormatText(tests[i].input, tests[i].pattern, &result)); in TEST_F()
Dcfgas_formatstring.cpp1793 bool CFGAS_FormatString::FormatText(const WideString& wsSrcText, in FormatText() function in CFGAS_FormatString
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp146 bRet = pFormat->FormatText(wsValue, wsFormat, &wsOutput); in ValidateValue()
361 bRet = pFormat->FormatText(m_wsValue, wsFormat, &wsResult); in FormatSinglePattern()