Home
last modified time | relevance | path

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

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