Searched defs:hexadecimal (Results 1 – 3 of 3) sorted by relevance
83 const char *hexadecimal = "0x10"; in nonBaseTenWholeNumbers() local
143 fn hexadecimal(i: &[u8]) -> nom::IResult<&[u8], u8> { in hexadecimal() function
71 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator