Searched refs:gMaxFastInt (Results 1 – 1 of 1) sorted by relevance
12 static const int32_t gMaxFastInt = 4096; variable2594 if (positiveValue >= gMaxFastInt) { in estimateDigitCount()2603 return (positiveValue < gMaxFastInt && range.getMin() <= 4); in canFormat()