Home
last modified time | relevance | path

Searched refs:ucp_gbExtended_Pictographic (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c113 if (lgb == ucp_gbZWJ && rgb == ucp_gbExtended_Pictographic && !was_ep_ZWJ) in PRIV()
146 was_ep_ZWJ = (lgb == ucp_gbExtended_Pictographic && rgb == ucp_gbZWJ); in PRIV()
151 if (rgb != ucp_gbExtend || lgb != ucp_gbExtended_Pictographic) lgb = rgb; in PRIV()
H A Dpcre2_tables.c206 ESZ|(1u<<ucp_gbExtended_Pictographic), /* 13 ZWJ */
H A Dpcre2_ucp.h212 ucp_gbExtended_Pictographic, /* 14 */ enumerator
H A Dpcre2_jit_compile.c8735 if (lgb == ucp_gbZWJ && rgb == ucp_gbExtended_Pictographic && !was_ep_ZWJ) in do_extuni_utf()
8765 was_ep_ZWJ = (lgb == ucp_gbExtended_Pictographic && rgb == ucp_gbZWJ); in do_extuni_utf()
8770 if (rgb != ucp_gbExtend || lgb != ucp_gbExtended_Pictographic) in do_extuni_utf()
8818 if (lgb == ucp_gbZWJ && rgb == ucp_gbExtended_Pictographic && !was_ep_ZWJ) in do_extuni_utf_invalid()
8847 was_ep_ZWJ = (lgb == ucp_gbExtended_Pictographic && rgb == ucp_gbZWJ); in do_extuni_utf_invalid()
8852 if (rgb != ucp_gbExtend || lgb != ucp_gbExtended_Pictographic) in do_extuni_utf_invalid()
8901 if (lgb == ucp_gbZWJ && rgb == ucp_gbExtended_Pictographic && !was_ep_ZWJ) in do_extuni_no_utf()
8934 was_ep_ZWJ = (lgb == ucp_gbExtended_Pictographic && rgb == ucp_gbZWJ); in do_extuni_no_utf()
8939 if (rgb != ucp_gbExtend || lgb != ucp_gbExtended_Pictographic) in do_extuni_no_utf()

Completed in 62 milliseconds