Home
last modified time | relevance | path

Searched refs:UCD_BIDICLASS_SHIFT (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_ucd.c106 0 | (ucp_bidiL << UCD_BIDICLASS_SHIFT), /* script extension and bidi class */
H A Dpcre2_internal.h1843 #define UCD_BIDICLASS_SHIFT 11 macro
1847 #define UCD_BIDICLASS_PROP(prop) ((prop)->scriptx_bidiclass >> UCD_BIDICLASS_SHIFT)
H A Dpcre2_jit_compile.c7748 OP2(SLJIT_LSHR, TMP1, 0, TMP1, 0, SLJIT_IMM, UCD_BIDICLASS_SHIFT); in compile_xclass_matchingpath()

Completed in 81 milliseconds