Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.h64 bool FormatText(const WideString& wsSrcText, WideString* wsOutput) const;
Dcfgas_stringformatter_unittest.cpp655 EXPECT_TRUE(fmt.FormatText(tests[i].input, &result)); in TEST_F()
Dcfgas_stringformatter.cpp1799 bool CFGAS_StringFormatter::FormatText(const WideString& wsSrcText, in FormatText() function in CFGAS_StringFormatter
/external/pdfium/testing/fuzzers/
Dpdf_cfgas_stringformatter_fuzzer.cc57 fmt->FormatText(value, &result); in LLVMFuzzerTestOneInput()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp168 bRet = pFormat->FormatText(wsValue, &wsOutput); in ValidateValue()
313 bRet = pFormat->FormatText(m_wsValue, &wsResult); in FormatSinglePattern()