Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.h40 bool ParseZero(const WideString& wsSrcText) const;
Dcfgas_stringformatter_unittest.cpp715 fmt(tests[i].locale, tests[i].pattern)->ParseZero(tests[i].input)) in TEST_F()
Dcfgas_stringformatter.cpp1718 bool CFGAS_StringFormatter::ParseZero(const WideString& wsSrcText) const { in ParseZero() function in CFGAS_StringFormatter
/external/pdfium/testing/fuzzers/
Dpdf_cfgas_stringformatter_fuzzer.cc81 fmt->ParseZero(value); in LLVMFuzzerTestOneInput()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.h59 void ParseZero(int64_t timestamp, uint32_t pid, protozero::ConstBytes);
Dftrace_parser.cc390 ParseZero(ts, pid, data); in ParseFtraceEvent()
781 void FtraceParser::ParseZero(int64_t timestamp, uint32_t pid, ConstBytes blob) { in ParseZero() function in perfetto::trace_processor::FtraceParser
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp148 bRet = pFormat->ParseZero(wsValue); in ValidateValue()
565 bRet = pFormat->ParseZero(wsValue); in ParsePatternValue()