Searched refs:lsdIndex (Results 1 – 1 of 1) sorted by relevance
676 final int lsdIndex = dotIndex + lsdOffset; in getShortString() local677 final int totalDigits = lsdIndex - msdIndex + negative + 1; in getShortString()680 return negativeSign + cache.substring(msdIndex, lsdIndex + 1); in getShortString()684 + cache.substring(msdIndex + 1, lsdIndex + 1) + "E" + exponent; in getShortString()