Searched refs:CachedRuneByteSuffix (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 201 int CachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase, int next); 492 int Compiler::CachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase, in CachedRuneByteSuffix() function in re2::Compiler 786 id = CachedRuneByteSuffix(ulo[i], uhi[i], false, id); in AddRuneRangeUTF8() 795 id = CachedRuneByteSuffix(ulo[i], uhi[i], false, id); in AddRuneRangeUTF8()
|