Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h53 bool FormatNull(const WideString& wsPattern, WideString* wsOutput);
Dcfgas_formatstring_unittest.cpp603 EXPECT_TRUE(fmt(tests[i].locale)->FormatNull(tests[i].pattern, &result)); in TEST_F()
Dcfgas_formatstring.cpp2327 bool CFGAS_FormatString::FormatNull(const WideString& wsPattern, in FormatNull() function in CFGAS_FormatString
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp351 bRet = pFormat->FormatNull(wsFormat, &wsResult); in FormatSinglePattern()