Searched defs:toHex (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dspdhelper.cpp40 inline const char * toHex(UINT8 b) function
56 strNew.append(toHex(*prm++));
/external/nist-sip/java/gov/nist/javax/sip/
H A DUtils.java63 private static final char[] toHex = { '0', '1', '2', '3', '4', '5', '6', field in class:Utils
93 c[pos++] = toHex[(b[i] >> 4) & 0x0F];
94 c[pos++] = toHex[b[i] & 0x0f];
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DMessageDigestAlgorithm.java206 private static final char[] toHex = { field in class:MessageDigestAlgorithm
220 c[pos++] = toHex[(b[i] >> 4) & 0x0F];
221 c[pos++] = toHex[b[i] & 0x0f];
/external/icu4c/test/intltest/
H A Dintltest.cpp1599 static inline UChar toHex(int32_t i) { function
1611 result += toHex((c >> 12) & 0xF);
1612 result += toHex((c >> 8) & 0xF);
1613 result += toHex((c >> 4) & 0xF);
1614 result += toHex( c & 0xF);
H A Dregextst.cpp180 static inline UChar toHex(int32_t i) { function
192 result += toHex((c >> 12) & 0xF);
193 result += toHex((c >> 8) & 0xF);
194 result += toHex((c >> 4) & 0xF);
195 result += toHex( c & 0xF);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 250 milliseconds