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