Searched refs:totalDigits (Results 1 – 1 of 1) sorted by relevance
677 final int totalDigits = lsdIndex - msdIndex + negative + 1; in getShortString() local678 if (totalDigits <= SHORT_TARGET_LENGTH && dotIndex > msdIndex && lsdOffset >= -1) { in getShortString()682 if (totalDigits <= SHORT_TARGET_LENGTH - 3) { in getShortString()