Home
last modified time | relevance | path

Searched defs:foldcase (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc399 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()
Dtostring.cc129 static void AppendLiteral(std::string *t, Rune r, bool foldcase) { in AppendLiteral()
Dregexp.cc678 bool Regexp::RequiredPrefix(std::string* prefix, bool* foldcase, in RequiredPrefix()
719 bool Regexp::RequiredPrefixForAccel(std::string* prefix, bool* foldcase) { in RequiredPrefixForAccel()
Dprog.h89 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_&1; } in foldcase() function
Dprog.cc38 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/
Drequired_prefix_test.cc18 bool foldcase; member