Home | History | Annotate | Download | only in re2

Lines Matching refs:RuneByteSuffix

199   int RuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next);
495 int Compiler::RuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next) {
557 AddSuffix(RuneByteSuffix(lo, hi, foldcase, 0));
627 AddSuffix(RuneByteSuffix(lo, hi, foldcase, 0));
658 id = RuneByteSuffix(ulo[i], uhi[i], false, id);
661 id = RuneByteSuffix(ulo[i], uhi[i], false, id);