/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 385 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() 459 int Compiler::UncachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase, in UncachedRuneByteSuffix() 470 static uint64_t MakeRuneCacheKey(uint8_t lo, uint8_t hi, bool foldcase, in MakeRuneCacheKey() 478 int Compiler::CachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase, in CachedRuneByteSuffix() 492 bool foldcase = inst_[id].foldcase() != 0; in IsCachedRuneByteSuffix() local 629 void Compiler::AddRuneRange(Rune lo, Rune hi, bool foldcase) { in AddRuneRange() 641 void Compiler::AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeLatin1() 691 void Compiler::AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeUTF8() 813 Frag Compiler::Literal(Rune r, bool foldcase) { in Literal()
|
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 | tostring.cc | 129 static void AppendLiteral(std::string *t, Rune r, bool foldcase) { in AppendLiteral()
|
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()
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | compile.cc | 386 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() 460 int Compiler::UncachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase, in UncachedRuneByteSuffix() 471 static uint64_t MakeRuneCacheKey(uint8_t lo, uint8_t hi, bool foldcase, in MakeRuneCacheKey() 479 int Compiler::CachedRuneByteSuffix(uint8_t lo, uint8_t hi, bool foldcase, in CachedRuneByteSuffix() 493 bool foldcase = inst_[id].foldcase() != 0; in IsCachedRuneByteSuffix() local 630 void Compiler::AddRuneRange(Rune lo, Rune hi, bool foldcase) { in AddRuneRange() 642 void Compiler::AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeLatin1() 692 void Compiler::AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeUTF8() 814 Frag Compiler::Literal(Rune r, bool foldcase) { in Literal()
|
H A D | regexp.cc | 694 bool Regexp::RequiredPrefix(std::string* prefix, bool* foldcase, in RequiredPrefix() 735 bool Regexp::RequiredPrefixForAccel(std::string* prefix, bool* foldcase) { in RequiredPrefixForAccel()
|
H A D | tostring.cc | 128 static void AppendLiteral(std::string *t, Rune r, bool foldcase) { in AppendLiteral()
|
H A D | prog.h | 89 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_&1; } in foldcase() function
|
H A D | prog.cc | 37 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32_t out) { in InitByteRange()
|
H A D | re2.cc | 241 bool foldcase; in Init() local
|
/aosp_15_r20/external/regex-re2/re2/ |
H A 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() 710 void Compiler::AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeUTF8() 833 Frag Compiler::Literal(Rune r, bool foldcase) { in Literal()
|
H A D | tostring.cc | 129 static void AppendLiteral(string *t, Rune r, bool foldcase) { in AppendLiteral()
|
H A D | prog.h | 89 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; } in foldcase() function
|
H A D | prog.cc | 32 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32_t out) { in InitByteRange()
|
H A D | regexp.cc | 658 bool Regexp::RequiredPrefix(string* prefix, bool* foldcase, Regexp** suffix) { in RequiredPrefix()
|
/aosp_15_r20/external/regex-re2/re2/testing/ |
H A D | required_prefix_test.cc | 17 bool foldcase; member
|
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gen/ |
H A D | fnmatch.c | 99 classmatch(const char *pattern, char test, int foldcase, const char **ep) in classmatch()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | required_prefix_test.cc | 18 bool foldcase; member
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/ |
H A D | required_prefix_test.cc | 19 bool foldcase; member
|