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