Searched refs:LRE_FLAG_IGNORECASE (Results 1 – 3 of 3) sorted by relevance
34 #define LRE_FLAG_IGNORECASE (1 << 1) macro
1830 s->ignore_case = ((re_flags & LRE_FLAG_IGNORECASE) != 0); in lre_compile()2502 s->ignore_case = (re_flags & LRE_FLAG_IGNORECASE) != 0; in lre_exec()
41432 mask = LRE_FLAG_IGNORECASE; in js_compile_regexp()
Completed in 101 milliseconds