Searched defs:foldcase (Results 1 – 6 of 6) sorted by relevance
/external/regex-re2/re2/ |
D | compile.cc | 392 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()
|
D | tostring.cc | 120 static void AppendLiteral(string *t, Rune r, bool foldcase) { in AppendLiteral()
|
D | prog.cc | 23 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32 out) { in InitByteRange()
|
D | prog.h | 105 int foldcase() { DCHECK_EQ(opcode(), kInstByteRange); return foldcase_; } in foldcase() function
|
D | regexp.cc | 617 bool Regexp::RequiredPrefix(string *prefix, bool *foldcase, Regexp** suffix) { in RequiredPrefix()
|
/external/regex-re2/re2/testing/ |
D | required_prefix_test.cc | 14 bool foldcase; member
|