Searched refs:kAscii_9 (Results 1 – 1 of 1) sorted by relevance
49 const int kAscii_9 = 57; variable173 if (static_cast<int>(str[i]) < kAscii_0 || static_cast<int>(str[i]) > kAscii_9) { in IsDigit()