Searched refs:toHex (Results 1 – 10 of 10) sorted by relevance
63 private static final char[] toHex = { '0', '1', '2', '3', '4', '5', '6', field in Utils93 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; in toHexString()94 c[pos++] = toHex[b[i] & 0x0f]; in toHexString()
206 private static final char[] toHex = { field in MessageDigestAlgorithm220 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; in toHexString()221 c[pos++] = toHex[b[i] & 0x0f]; in toHexString()
1599 static inline UChar toHex(int32_t i) { in toHex() function1611 result += toHex((c >> 12) & 0xF); in escape()1612 result += toHex((c >> 8) & 0xF); in escape()1613 result += toHex((c >> 4) & 0xF); in escape()1614 result += toHex( c & 0xF); in escape()
180 static inline UChar toHex(int32_t i) { in toHex() function192 result += toHex((c >> 12) & 0xF); in escape()193 result += toHex((c >> 8) & 0xF); in escape()194 result += toHex((c >> 4) & 0xF); in escape()195 result += toHex( c & 0xF); in escape()
986 QString actualHash = hash.result().toHex(); in dump()
11701 (toHex):11738 (toHex):
1391 (WebCore::toHex): Rewrote to just take a UChar parameter.1392 (WebCore::StyledElement::addCSSColor): Call toHex on the character code.
70537 StyledElement should use ASCIICType instead of having its own toHex function76130 (WebInspector.Color.prototype.toHex):87792 (WebCore::toHex):
17500 (toHex):50851 (toHex):
56379 (WebCore::toHex):