HomeSort by relevance Sort by last modified time
    Searched refs:bufferLengthForStringExponential (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
DecimalNumber.cpp 73 unsigned DecimalNumber::bufferLengthForStringExponential() const
160 ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringExponential());
DecimalNumber.h 87 unsigned bufferLengthForStringExponential() const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
JSONValues.cpp 226 if (decimal.bufferLengthForStringExponential() > WTF::NumberToStringBufferLength) {

Completed in 718 milliseconds