Lines Matching refs:ignore_case
632 virtual RegExpNode* FilterOneByte(int depth, bool ignore_case) { in FilterOneByte() argument
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, in DispatchTableConstructor() argument
1560 ignore_case_(ignore_case), in DispatchTableConstructor()
1601 Analysis(bool ignore_case, bool is_one_byte) in Analysis() argument
1602 : ignore_case_(ignore_case), in Analysis()
1663 static CompilationResult Compile(RegExpCompileData* input, bool ignore_case,
1669 static void DotPrint(const char* label, RegExpNode* node, bool ignore_case);