Searched defs:to_digit (Results 1 – 11 of 11) sorted by relevance
7 pub(crate) fn to_digit(c: u8) -> Option<u32> { in to_digit() function
84 #define to_digit(c) static_cast<int>((c) - '0') macro
121 #define to_digit(c) ((c) - '0') macro
13 fn to_digit(c: u8) -> Option<u32> { in to_digit() function
382 pub const fn to_digit(self, radix: u32) -> Option<u32> { in to_digit() method
379 pub const fn to_digit(self, radix: u32) -> Option<u32> { in to_digit() method