Searched refs:ascii_isdigit (Results 1 – 2 of 2) sorted by relevance
36 static bool ascii_isdigit(char x) { in ascii_isdigit() function77 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) { in compare_numeric()82 bool ld = J < Length && ascii_isdigit(Data[J]); in compare_numeric()83 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]); in compare_numeric()
1736 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function1748 bool isDigitPart = ascii_isdigit(Curr[0]); in RecordParts()1750 bool isDigit = ascii_isdigit(Curr[I]); in RecordParts()1755 isDigitPart = ascii_isdigit(Curr[I]); in RecordParts()