Searched refs:stringIndex (Results 1 – 1 of 1) sorted by relevance
673 for (unsigned stringIndex = 0; stringIndex != numCharacters; ++stringIndex) { in mangleFloat() local675 unsigned digitBitIndex = 4 * (numCharacters - stringIndex - 1); in mangleFloat()688 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()