Searched refs:UncachedRuneByteSuffix (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/re2/re2/ |
H A D | compile.cc | 201 int UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next); 485 int Compiler::UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, function in class:re2::Compiler 503 return UncachedRuneByteSuffix(lo, hi, foldcase, next); 510 int id = UncachedRuneByteSuffix(lo, hi, foldcase, next); 599 inst[i] = UncachedRuneByteSuffix(p.lo, p.hi, false, next);
|
/external/regex-re2/re2/ |
H A D | compile.cc | 200 int UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next); 484 int Compiler::UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, function in class:re2::Compiler 502 return UncachedRuneByteSuffix(lo, hi, foldcase, next); 509 int id = UncachedRuneByteSuffix(lo, hi, foldcase, next); 598 inst[i] = UncachedRuneByteSuffix(p.lo, p.hi, false, next);
|
Completed in 56 milliseconds