UncachedRuneByteSuffix  201 third_party/re2/re2/compile.cc   int UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next);
UncachedRuneByteSuffix  503 third_party/re2/re2/compile.cc     return UncachedRuneByteSuffix(lo, hi, foldcase, next);
UncachedRuneByteSuffix  510 third_party/re2/re2/compile.cc   int id = UncachedRuneByteSuffix(lo, hi, foldcase, next);
UncachedRuneByteSuffix  599 third_party/re2/re2/compile.cc     inst[i] = UncachedRuneByteSuffix(p.lo, p.hi, false, next);