Home
last modified time | relevance | path

Searched refs:kErrorStrings (Results 1 – 1 of 1) sorted by relevance

/third_party/re2/re2/
Dregexp.cc496 static const char *kErrorStrings[] = { variable
514 if (code < 0 || code >= arraysize(kErrorStrings)) in CodeText()
516 return kErrorStrings[code]; in CodeText()