Searched defs:hexadecimal (Results 1 – 3 of 3) sorted by relevance
167 local function hexadecimal(value) function
79 enum radix { none, octal, hexadecimal, decimal }; global() enumerator
76 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; global() enumerator