Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h52 bool FormatZero(const WideString& wsPattern, WideString* wsOutput);
Dcfgas_formatstring_unittest.cpp641 ->FormatZero(/* tests[i].input,*/ tests[i].pattern, &result)); in TEST_F()
Dcfgas_formatstring.cpp2307 bool CFGAS_FormatString::FormatZero(const WideString& wsPattern, in FormatZero() function in CFGAS_FormatString
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp355 bRet = pFormat->FormatZero(wsFormat, &wsResult); in FormatSinglePattern()