Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h39 bool ParseZero(const WideString& wsSrcText, const WideString& wsPattern);
Dcfgas_formatstring_unittest.cpp619 fmt(tests[i].locale)->ParseZero(tests[i].input, tests[i].pattern)) in TEST_F()
Dcfgas_formatstring.cpp1729 bool CFGAS_FormatString::ParseZero(const WideString& wsSrcText, in ParseZero() function in CFGAS_FormatString
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp131 bRet = pFormat->ParseZero(wsValue, wsFormat); in ValidateValue()
624 bRet = pFormat->ParseZero(wsValue, wsFormat); in ParsePatternValue()