Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.h41 bool ParseNull(const WideString& wsSrcText) const;
Dcfgas_stringformatter_unittest.cpp685 fmt(tests[i].locale, tests[i].pattern)->ParseNull(tests[i].input)) in TEST_F()
Dcfgas_stringformatter.cpp1746 bool CFGAS_StringFormatter::ParseNull(const WideString& wsSrcText) const { in ParseNull() function in CFGAS_StringFormatter
/external/pdfium/testing/fuzzers/
Dpdf_cfgas_stringformatter_fuzzer.cc78 fmt->ParseNull(value); in LLVMFuzzerTestOneInput()
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h194 util::Status ParseNull();
Djson_stream_parser.cc284 return ParseNull(); in ParseValue()
755 util::Status JsonStreamParser::ParseNull() { in ParseNull() function in google::protobuf::util::converter::JsonStreamParser
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp143 bRet = pFormat->ParseNull(wsValue); in ValidateValue()
560 bRet = pFormat->ParseNull(wsValue); in ParsePatternValue()