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