Home | History | Annotate | Download | only in src

Lines Matching refs:ignore_case

632   virtual RegExpNode* FilterOneByte(int depth, bool ignore_case) {
729 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
739 RegExpNode* FilterSuccessor(int depth, bool ignore_case);
859 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
869 static bool SkipPass(int pass, bool ignore_case);
1065 DispatchTable* GetTable(bool ignore_case);
1088 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
1161 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
1189 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case);
1556 DispatchTableConstructor(DispatchTable* table, bool ignore_case,
1560 ignore_case_(ignore_case),
1601 Analysis(bool ignore_case, bool is_one_byte)
1602 : ignore_case_(ignore_case),
1663 static CompilationResult Compile(RegExpCompileData* input, bool ignore_case,
1669 static void DotPrint(const char* label, RegExpNode* node, bool ignore_case);