Searched refs:AddRuneRangeLatin1 (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 195 void AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase); 650 AddRuneRangeLatin1(lo, hi, foldcase); in AddRuneRange() 655 void Compiler::AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeLatin1() function in re2::Compiler
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 42 void AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase); 62 AddRuneRangeLatin1(lo, hi, foldcase);
|