Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c622 if (IS_NCCLASS_NOT(cc)) in compile_cclass_node()
631 if (IS_NCCLASS_NOT(cc)) in compile_cclass_node()
639 if (IS_NCCLASS_NOT(cc)) in compile_cclass_node()
2460 if (IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) { in is_not_included()
2473 if (!IS_NCCLASS_NOT(xc)) { in is_not_included()
2499 if ((v != 0 && !IS_NCCLASS_NOT(xc)) || in is_not_included()
2500 (v == 0 && IS_NCCLASS_NOT(xc))) { in is_not_included()
2502 if ((v != 0 && !IS_NCCLASS_NOT(yc)) || in is_not_included()
2503 (v == 0 && IS_NCCLASS_NOT(yc))) in is_not_included()
2507 if ((IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) || in is_not_included()
[all …]
Dregparse.c1996 not1 = IS_NCCLASS_NOT(dest); in and_cclass()
1999 not2 = IS_NCCLASS_NOT(cc); in and_cclass()
2054 not1 = IS_NCCLASS_NOT(dest); in or_cclass()
2057 not2 = IS_NCCLASS_NOT(cc); in or_cclass()
4480 if (IS_NCCLASS_NOT(cc) && in parse_char_class()
4942 if (IS_NCCLASS_NOT(cc)) { in clear_not_flag_cclass()
4984 if ((is_in != 0 && !IS_NCCLASS_NOT(cc)) || in i_apply_case_fold()
4985 (is_in == 0 && IS_NCCLASS_NOT(cc))) { in i_apply_case_fold()
4996 if (IS_NCCLASS_NOT(cc)) clear_not_flag_cclass(cc, env->enc); in i_apply_case_fold()
5000 if (IS_NCCLASS_NOT(cc)) { in i_apply_case_fold()
[all …]
Dregint.h678 #define IS_NCCLASS_NOT(nd) IS_NCCLASS_FLAG_ON(nd, FLAG_NCCLASS_NOT) macro