Searched refs:FormatNull (Results 1 – 4 of 4) sorted by relevance
53 bool FormatNull(const WideString& wsPattern, WideString* wsOutput);
603 EXPECT_TRUE(fmt(tests[i].locale)->FormatNull(tests[i].pattern, &result)); in TEST_F()
2327 bool CFGAS_FormatString::FormatNull(const WideString& wsPattern, in FormatNull() function in CFGAS_FormatString
351 bRet = pFormat->FormatNull(wsFormat, &wsResult); in FormatSinglePattern()