Searched defs:is_hex_digit (Results 1 – 4 of 4) sorted by relevance
51 pub fn is_hex_digit(chr: u8) -> bool { in is_hex_digit() function
17 fn is_hex_digit(c: char) -> bool { in is_hex_digit() function
167 fn is_hex_digit(self) -> bool; in is_hex_digit() method192 fn is_hex_digit(self) -> bool { in is_hex_digit() method224 fn is_hex_digit(self) -> bool { in is_hex_digit() method257 fn is_hex_digit(self) -> bool { in is_hex_digit() method288 fn is_hex_digit(self) -> bool { in is_hex_digit() method
89 inline bool is_hex_digit(const char c) { in is_hex_digit() function