Home
last modified time | relevance | path

Searched refs:toHex (Results 1 – 10 of 10) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/
DUtils.java63 private static final char[] toHex = { '0', '1', '2', '3', '4', '5', '6', field in Utils
93 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; in toHexString()
94 c[pos++] = toHex[b[i] & 0x0f]; in toHexString()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DMessageDigestAlgorithm.java206 private static final char[] toHex = { field in MessageDigestAlgorithm
220 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; in toHexString()
221 c[pos++] = toHex[b[i] & 0x0f]; in toHexString()
/external/icu4c/test/intltest/
Dintltest.cpp1599 static inline UChar toHex(int32_t i) { in toHex() function
1611 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()
Dregextst.cpp180 static inline UChar toHex(int32_t i) { in toHex() function
192 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()
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.cpp986 QString actualHash = hash.result().toHex(); in dump()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2511701 (toHex):
11738 (toHex):
DChangeLog-2006-05-101391 (WebCore::toHex): Rewrote to just take a UChar parameter.
1392 (WebCore::StyledElement::addCSSColor): Call toHex on the character code.
DChangeLog-2010-01-2970537 StyledElement should use ASCIICType instead of having its own toHex function
76130 (WebInspector.Color.prototype.toHex):
87792 (WebCore::toHex):
DChangeLog-2005-08-2317500 (toHex):
50851 (toHex):
DChangeLog-2008-08-1056379 (WebCore::toHex):