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