Home | History | Annotate | Download | only in src

Lines Matching full:ignore_case

6252   enum Flag { NONE = 0, GLOBAL = 1, IGNORE_CASE = 2, MULTILINE = 4 };
6258 bool is_ignore_case() { return (value_ & IGNORE_CASE) != 0; }