Searched refs:ascii_isdigit (Results 1 – 6 of 6) sorted by relevance
81 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()115 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()
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()
59 (ascii_isdigit(version[pos]) || version[pos] == '.')) { in TEST()
71 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
203 } else if (ascii_isdigit(previous)) { in ShoutyToPascalCase()273 if (ascii_isdigit(result[0])) { in GetEnumValueName()
100 if (ascii_isdigit(c)) { in UnderscoresToCamelCase()