Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dcompile.cc392 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange()
484 int Compiler::UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, in UncachedRuneByteSuffix()
495 int Compiler::RuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next) { in RuneByteSuffix()
539 void Compiler::AddRuneRange(Rune lo, Rune hi, bool foldcase) { in AddRuneRange()
551 void Compiler::AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeLatin1()
604 void Compiler::AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase) { in AddRuneRangeUTF8()
690 Frag Compiler::Literal(Rune r, bool foldcase) { in Literal()
Dtostring.cc120 static void AppendLiteral(string *t, Rune r, bool foldcase) { in AppendLiteral()
Dprog.cc23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) { in InitByteRange()
Dprog.h105 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; } in foldcase() function
Dregexp.cc617 bool Regexp::RequiredPrefix(string *prefix, bool *foldcase, Regexp** suffix) { in RequiredPrefix()
/external/regex-re2/re2/testing/
Drequired_prefix_test.cc14 bool foldcase; member