Searched refs:ascii_isdigit (Results 1 – 5 of 5) sorted by relevance
588 ascii_isdigit (char c) in ascii_isdigit() function598 return (ascii_isdigit (c) || in ascii_isxdigit()671 while (ascii_isdigit (*p)) in ascii_strtod()678 while (ascii_isdigit (*p)) in ascii_strtod()685 while (ascii_isdigit (*p)) in ascii_strtod()692 while (ascii_isdigit (*p)) in ascii_strtod()
37 static bool ascii_isdigit(char x) { in ascii_isdigit() function59 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) { in compare_numeric()64 bool ld = J < Length && ascii_isdigit(Data[J]); in compare_numeric()65 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]); in compare_numeric()
81 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()115 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()
68 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
58 (ascii_isdigit(version[pos]) || version[pos] == '.')) { in TEST()