Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dcompile.cc200 int UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next);
484 int Compiler::UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, in UncachedRuneByteSuffix() function in re2::Compiler
502 return UncachedRuneByteSuffix(lo, hi, foldcase, next); in RuneByteSuffix()
509 int id = UncachedRuneByteSuffix(lo, hi, foldcase, next); in RuneByteSuffix()
598 inst[i] = UncachedRuneByteSuffix(p.lo, p.hi, false, next); in Add_80_10ffff()