Searched refs:kErrorStrings (Results 1 – 1 of 1) sorted by relevance
493 static const char *kErrorStrings[] = { variable511 if (code < 0 || code >= arraysize(kErrorStrings)) in CodeText()513 return kErrorStrings[code]; in CodeText()