Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc385 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()
Dregexp.cc678 bool Regexp::RequiredPrefix(std::string* prefix, bool* foldcase, in RequiredPrefix()
719 bool Regexp::RequiredPrefixForAccel(std::string* prefix, bool* foldcase) { in RequiredPrefixForAccel()
Dtostring.cc129 static void AppendLiteral(std::string *t, Rune r, bool foldcase) { in AppendLiteral()
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()
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dcompile.cc386 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 Dregexp.cc694 bool Regexp::RequiredPrefix(std::string* prefix, bool* foldcase, in RequiredPrefix()
735 bool Regexp::RequiredPrefixForAccel(std::string* prefix, bool* foldcase) { in RequiredPrefixForAccel()
H A Dtostring.cc128 static void AppendLiteral(std::string *t, Rune r, bool foldcase) { in AppendLiteral()
H A Dprog.h89 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return hint_foldcase_&1; } in foldcase() function
H A Dprog.cc37 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32_t out) { in InitByteRange()
H A Dre2.cc241 bool foldcase; in Init() local
/aosp_15_r20/external/regex-re2/re2/
H A 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()
710 void Compiler::AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeUTF8()
833 Frag Compiler::Literal(Rune r, bool foldcase) { in Literal()
H A Dtostring.cc129 static void AppendLiteral(string *t, Rune r, bool foldcase) { in AppendLiteral()
H A Dprog.h89 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; } in foldcase() function
H A Dprog.cc32 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32_t out) { in InitByteRange()
H A Dregexp.cc658 bool Regexp::RequiredPrefix(string* prefix, bool* foldcase, Regexp** suffix) { in RequiredPrefix()
/aosp_15_r20/external/regex-re2/re2/testing/
H A Drequired_prefix_test.cc17 bool foldcase; member
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c99 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/
Drequired_prefix_test.cc18 bool foldcase; member
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Drequired_prefix_test.cc19 bool foldcase; member