Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h292 #define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE) macro
Dregcomp.c1557 r = ((!IS_IGNORECASE(reg->options) && br->back_static[0] <= 2) in compile_length_tree()
1688 if (IS_IGNORECASE(reg->options)) { in compile_tree()
1709 if (IS_IGNORECASE(reg->options)) { in compile_tree()
2619 !NSTRING_IS_RAW(node) && IS_IGNORECASE(reg->options)) { in get_head_value_node()
3706 if (IS_IGNORECASE(reg->options) && !NSTRING_IS_RAW(node)) { in setup_tree()
Dregparse.c5286 if (IS_IGNORECASE(env->option)) { in parse_exp()