Searched refs:FormatText (Results 1 – 5 of 5) sorted by relevance
64 bool FormatText(const WideString& wsSrcText, WideString* wsOutput) const;
655 EXPECT_TRUE(fmt.FormatText(tests[i].input, &result)); in TEST_F()
1799 bool CFGAS_StringFormatter::FormatText(const WideString& wsSrcText, in FormatText() function in CFGAS_StringFormatter
57 fmt->FormatText(value, &result); in LLVMFuzzerTestOneInput()
168 bRet = pFormat->FormatText(wsValue, &wsOutput); in ValidateValue()313 bRet = pFormat->FormatText(m_wsValue, &wsResult); in FormatSinglePattern()