Searched refs:ascii_isdigit (Results 1 – 5 of 5) sorted by relevance
81 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()115 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()
58 (ascii_isdigit(version[pos]) || version[pos] == '.')) { in TEST()
68 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
35 static bool ascii_isdigit(char x) { in ascii_isdigit() function76 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) { in compare_numeric()81 bool ld = J < Length && ascii_isdigit(Data[J]); in compare_numeric()82 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]); in compare_numeric()
1500 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function1512 bool isDigitPart = ascii_isdigit(Curr[0]); in RecordParts()1514 bool isDigit = ascii_isdigit(Curr[I]); in RecordParts()1519 isDigitPart = ascii_isdigit(Curr[I]); in RecordParts()