Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6776 #define UCPCAT(bit) (1 << (bit)) macro
6777 #define UCPCAT2(bit1, bit2) (UCPCAT(bit1) | UCPCAT(bit2))
6778 #define UCPCAT3(bit1, bit2, bit3) (UCPCAT(bit1) | UCPCAT(bit2) | UCPCAT(bit3))
7748 items = UCPCAT(cc[1]); in compile_xclass_matchingpath()
8330 OP2U(SLJIT_AND | SLJIT_SET_Z, typereg, 0, SLJIT_IMM, UCPCAT(ucp_Cf)); in compile_xclass_matchingpath()
8356 OP2U(SLJIT_AND | SLJIT_SET_Z, typereg, 0, SLJIT_IMM, UCPCAT(ucp_Cf)); in compile_xclass_matchingpath()

Completed in 34 milliseconds