Searched defs:foldcase (Results  1 – 6 of 6) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ | 
| D | compile.cc | 399 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) {  in ByteRange()473 int Compiler::UncachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase,  in UncachedRuneByteSuffix()
 484 static uint64_t MakeRuneCacheKey(uint8_t lo, uint8_t hi, bool foldcase,  in MakeRuneCacheKey()
 492 int Compiler::CachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase,  in CachedRuneByteSuffix()
 506   bool foldcase = inst_[id].foldcase() != 0;  in IsCachedRuneByteSuffix()  local
 643 void Compiler::AddRuneRange(Rune lo, Rune hi, bool foldcase) {  in AddRuneRange()
 655 void Compiler::AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase) {  in AddRuneRangeLatin1()
 705 void Compiler::AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase) {  in AddRuneRangeUTF8()
 827 Frag Compiler::Literal(Rune r, bool foldcase) {  in Literal()
 
 | 
| D | tostring.cc | 129 static void AppendLiteral(std::string *t, Rune r, bool foldcase) {  in AppendLiteral()
 | 
| D | regexp.cc | 678 bool Regexp::RequiredPrefix(std::string* prefix, bool* foldcase,  in RequiredPrefix()719 bool Regexp::RequiredPrefixForAccel(std::string* prefix, bool* foldcase) {  in RequiredPrefixForAccel()
 
 | 
| D | prog.h | 89     int foldcase()  { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_&1; }  in foldcase()  function
 | 
| D | prog.cc | 38 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32_t out) {  in InitByteRange()
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ | 
| D | required_prefix_test.cc | 18   bool foldcase;  member
 |