Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.cpp966 static const IntegralType integralMax = numeric_limits<IntegralType>::max(); in toIntegralType() local
968 const IntegralType maxMultiplier = integralMax / base; in toIntegralType()
1006 …if (value > maxMultiplier || (value == maxMultiplier && digitValue > (integralMax % base) + isNega… in toIntegralType()