Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.h51 bool FormatNull(WideString* wsOutput) const;
Dcfgas_stringformatter_unittest.cpp699 EXPECT_TRUE(fmt(tests[i].locale, tests[i].pattern)->FormatNull(&result)); in TEST_F()
Dcfgas_stringformatter.cpp2251 bool CFGAS_StringFormatter::FormatNull(WideString* wsOutput) const { in FormatNull() function in CFGAS_StringFormatter
/external/pdfium/testing/fuzzers/
Dpdf_cfgas_stringformatter_fuzzer.cc63 fmt->FormatNull(&result); in LLVMFuzzerTestOneInput()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp287 bRet = pFormat->FormatNull(&wsResult); in FormatSinglePattern()