Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp827 size_t szBufferSize = iDec + 3; // Negative sign, decimal point, and NUL. in AFPercent_Format() local
831 ++szBufferSize; in AFPercent_Format()
835 pdfium::span<char> span = strValue.GetBuffer(szBufferSize); in AFPercent_Format()
836 FXSYS_snprintf(span.data(), szBufferSize, format, dValue); in AFPercent_Format()