Searched refs:ascii_isdigit (Results 1 – 10 of 10) sorted by relevance
28 static bool ascii_isdigit(char x) { in ascii_isdigit() function50 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) { in compare_numeric()55 bool ld = J < Length && ascii_isdigit(Data[J]); in compare_numeric()56 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]); in compare_numeric()
149 if (!ascii_isdigit(*data)) { in ParseInt()154 if (ascii_isdigit(*data)) { in ParseInt()171 if (!ascii_isdigit(*data)) { in ParseNanos()178 while (ascii_isdigit(*data)) { in ParseNanos()
81 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()115 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()
59 (ascii_isdigit(version[pos]) || version[pos] == '.')) { in TEST()
71 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
35 static bool ascii_isdigit(char x) { in ascii_isdigit() function81 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) { in compare_numeric()86 bool ld = J < Length && ascii_isdigit(Data[J]); in compare_numeric()87 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]); in compare_numeric()417 if (Str[0] == '0' && Str.size() > 1 && ascii_isdigit(Str[1])) { in GetAutoSenseRadix()
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()
203 } else if (ascii_isdigit(previous)) { in ShoutyToPascalCase()273 if (ascii_isdigit(result[0])) { in GetEnumValueName()
1582 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function1594 bool isDigitPart = ascii_isdigit(Curr[0]); in RecordParts()1596 bool isDigit = ascii_isdigit(Curr[I]); in RecordParts()1601 isDigitPart = ascii_isdigit(Curr[I]); in RecordParts()
96 if (ascii_isdigit(c)) { in UnderscoresToCamelCase()