Searched defs:b36_char_to_int (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libc/src/stdio/scanf_core/ | ||
H A D | converter_utils.h | 23 LIBC_INLINE constexpr int b36_char_to_int(char input) { b36_char_to_int() function |
/llvm-project/libc/src/__support/ | ||
H A D | str_to_integer.h | 36 LIBC_INLINE int b36_char_to_int(char input) { b36_char_to_int() function |