Searched refs:bufferLengthForStringDecimal (Results 1 – 4 of 4) sorted by relevance
31 unsigned DecimalNumber::bufferLengthForStringDecimal() const in bufferLengthForStringDecimal() function in WTF::DecimalNumber101 ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringDecimal()); in toStringDecimal()
85 unsigned bufferLengthForStringDecimal() const;
224 if (decimal.bufferLengthForStringDecimal() > WTF::NumberToStringBufferLength) { in writeJSON()
884 StringBuffer<LChar> buffer(decimal.bufferLengthForStringDecimal() + suffixLength); in formatNumber()