Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.h43 bool FormatText(const WideString& wsSrcText,
Dcfgas_stringformatter_unittest.cpp668 ->FormatText(tests[i].input, &result)); in TEST_F()
Dcfgas_stringformatter.cpp1774 bool CFGAS_StringFormatter::FormatText(const WideString& wsSrcText, in FormatText() function in CFGAS_StringFormatter
/external/pdfium/testing/fuzzers/
Dpdf_cfgas_stringformatter_fuzzer.cc54 fmt->FormatText(value, &result); in LLVMFuzzerTestOneInput()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp163 bRet = pFormat->FormatText(wsValue, &wsOutput); in ValidateValue()
297 bRet = pFormat->FormatText(m_wsValue, &wsResult); in FormatSinglePattern()