bufferLengthForStringDecimal 936 Source/core/css/CSSPrimitiveValue.cpp StringBuffer<LChar> buffer(decimal.bufferLengthForStringDecimal() + suffixLength); bufferLengthForStringDecimal 224 Source/platform/JSONValues.cpp if (decimal.bufferLengthForStringDecimal() > WTF::NumberToStringBufferLength) { bufferLengthForStringDecimal 101 Source/wtf/DecimalNumber.cpp ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringDecimal()); bufferLengthForStringDecimal 53 Source/wtf/DecimalNumber.h unsigned bufferLengthForStringDecimal() const;