Searched refs:szBufferSize (Results 1 – 1 of 1) sorted by relevance
827 size_t szBufferSize = iDec + 3; // Negative sign, decimal point, and NUL. in AFPercent_Format() local831 ++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()