Home
last modified time | relevance | path

Searched refs:IS_WB_IGNORE_TAIL (Results 1 – 16 of 16) sorted by relevance

/dports/lang/php73/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dunicode.c558 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
575 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
637 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
638 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
643 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
669 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
698 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
720 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dunicode.c558 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
575 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
637 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
638 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
643 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
669 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
698 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
720 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dunicode.c560 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
577 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
639 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
640 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
645 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
671 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
700 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
722 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/www/mod_php73/php-7.3.33/ext/mbstring/oniguruma/src/
H A Dunicode.c558 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
575 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
637 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
638 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
643 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
669 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
698 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
720 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dunicode.c623 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
640 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
702 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
703 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
708 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
734 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
763 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
785 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig_sys-69.6.0/oniguruma/src/
H A Dunicode.c622 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
639 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
701 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
702 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
707 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
733 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
762 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
784 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dunicode.c623 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
640 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
702 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
703 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
708 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
734 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
763 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
785 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dunicode.c623 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
640 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
702 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
703 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
708 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
734 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
763 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
785 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dunicode.c623 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
640 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
702 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
703 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
708 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
734 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
763 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
785 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dunicode.c623 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ)
640 if (! IS_WB_IGNORE_TAIL(type)) {
702 if (IS_WB_IGNORE_TAIL(to)) return FALSE;
703 if (IS_WB_IGNORE_TAIL(from)) {
708 if (! IS_WB_IGNORE_TAIL(from))
734 if (! IS_WB_IGNORE_TAIL(from2))
763 if (! IS_WB_IGNORE_TAIL(from2))
785 if (! IS_WB_IGNORE_TAIL(from2))
/dports/textproc/bat/bat-0.18.3/cargo-crates/onig_sys-69.6.0/oniguruma/src/
H A Dunicode.c622 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
639 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
701 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
702 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
707 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
733 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
762 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
784 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/misc/broot/broot-1.7.0/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dunicode.c647 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
664 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
726 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
727 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
732 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
758 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
787 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
809 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dunicode.c647 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
664 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
726 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
727 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
732 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
758 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
787 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
809 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/devel/oniguruma/oniguruma-6.9.7.1/src/
H A Dunicode.c647 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
664 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
726 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
727 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
732 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
758 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
787 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
809 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/www/zola/zola-0.15.2/cargo-crates/onig_sys-69.7.1/oniguruma/src/
H A Dunicode.c647 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
664 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
726 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
727 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
732 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
758 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
787 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
809 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
/dports/www/xh/xh-0.14.1/cargo-crates/onig_sys-69.7.0/oniguruma/src/
H A Dunicode.c647 #define IS_WB_IGNORE_TAIL(t) ((t) == WB_Extend || (t) == WB_Format || (t) == WB_ZWJ) macro
664 if (! IS_WB_IGNORE_TAIL(type)) { in wb_get_next_main_code()
726 if (IS_WB_IGNORE_TAIL(to)) return FALSE; in onigenc_wb_is_break_position()
727 if (IS_WB_IGNORE_TAIL(from)) { in onigenc_wb_is_break_position()
732 if (! IS_WB_IGNORE_TAIL(from)) in onigenc_wb_is_break_position()
758 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
787 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()
809 if (! IS_WB_IGNORE_TAIL(from2)) in onigenc_wb_is_break_position()