Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_ucd.c103 ucp_gbOther, /* grapheme break property */
Dpcre2_tables.c195 (1u<<ucp_gbLV)|(1u<<ucp_gbLVT)|(1u<<ucp_gbOther)|
Dpcre2_ucp.h210 ucp_gbOther, /* 12 */ enumerator
Dpcre2_jit_compile.c5137 …SERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_gbOther); in do_getucd()
5177 …SERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_gbOther); in do_getucdtype()
/third_party/pcre2/pcre2/maint/
Ducptest.c436 case ucp_gbOther: graphbreak = US"Other"; break; in print_prop()