Searched refs:hex (Results 1 – 2 of 2) sorted by relevance
337 static const char hex[16] = "0123456789abcdef"; in format_hex() local340 buf = format_char(buf, end, hex[(val >> shift) & 15]); in format_hex()
1432 String hex = s.substring(i + 2, i + 6);1434 int unicodeValue = Integer.parseInt(hex, 16);