Home
last modified time | relevance | path

Searched refs:IS_IGNORECASE (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h400 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) macro
H A Dregcomp.c1526 r = ((!IS_IGNORECASE(reg->options) && br->back_static[0] <= 2) in compile_length_tree()
1655 if (IS_IGNORECASE(reg->options)) { in compile_tree()
1676 if (IS_IGNORECASE(reg->options)) { in compile_tree()
2610 !NSTRING_IS_RAW(node) && IS_IGNORECASE(reg->options)) { in get_head_value_node()
3475 if (IS_IGNORECASE(reg->options) && !NSTRING_IS_RAW(node)) { in setup_tree()
H A Dregparse.c5024 if (IS_IGNORECASE(env->option)) { in parse_exp()

Completed in 31 milliseconds