Lines Matching refs:kDecades
1193 static const char *const kDecades[] = {1198 return std::string(kDecades[x / 10 - 2]) + kDigits[x % 10];