Home
last modified time | relevance | path

Searched refs:ucp_gbZWJ (Results 1 – 5 of 5) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_extuni.c135 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in PRIV()
Dpcre2_tables.c186 #define ESZ (1<<ucp_gbExtend)|(1<<ucp_gbSpacingMark)|(1<<ucp_gbZWJ)
Dpcre2_ucp.h211 ucp_gbZWJ, /* 13 */ enumerator
Dpcre2_jit_compile.c8577 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_utf()
8644 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_utf_invalid()
8716 if ((rgb != ucp_gbExtend && rgb != ucp_gbZWJ) || in do_extuni_no_utf()
/third_party/pcre2/pcre2/maint/
Ducptest.c437 case ucp_gbZWJ: graphbreak = US"Zero Width Joiner"; break; in print_prop()