Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/tests/event_injector/
Dsockets.c341 static const char hex[16] = "0123456789abcdef"; in format_hex() local
344 buf = format_char(buf, end, hex[(val >> shift) & 15]); in format_hex()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java1454 String hex = s.substring(i + 2, i + 6);
1456 int unicodeValue = Integer.parseInt(hex, 16);