Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_ucd.c106 0 | (ucp_bidiL << UCD_BIDICLASS_SHIFT), /* script extension and bidi class */
Dpcre2_ucp.h178 ucp_bidiL, /* Left to right */ enumerator
Dpcre2_ucptables.c1073 { 291, PT_BIDICL, ucp_bidiL },
/third_party/pcre2/pcre2/maint/
Ducptest.c447 case ucp_bidiL: bidiclass = US"L "; break; in print_prop()