Searched refs:toHex (Results 1 – 11 of 11) sorted by relevance
32 static inline char toHex(char c) in toHex() function71 ba.append(toHex((chr & 0xf0) >> 4)); in operator QUrl()72 ba.append(toHex(chr & 0xf)); in operator QUrl()
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()
1519 static inline UChar toHex(int32_t i) { in toHex() function1531 result += toHex((c >> 12) & 0xF); in escape()1532 result += toHex((c >> 8) & 0xF); in escape()1533 result += toHex((c >> 4) & 0xF); in escape()1534 result += toHex( c & 0xF); in escape()
1494 static inline UChar toHex(int32_t i) { in toHex() function1506 result += toHex((c >> 12) & 0xF); in escape()1507 result += toHex((c >> 8) & 0xF); in escape()1508 result += toHex((c >> 4) & 0xF); in escape()1509 result += toHex( c & 0xF); in escape()
696 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):