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