Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_ucp.h84 ucp_Nd, /* Decimal number */ enumerator
H A Dpcre2_tables.c217 ucp_Nd, ucp_No,
739 { 913, PT_PC, ucp_Nd },
H A Dpcre2_compile.c684 PT_PC, ucp_Nd, /* digit */
2833 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
3363 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
H A Dpcre2_jit_compile.c5617 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
5618 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_No - ucp_Nd); in check_wordboundary()
5661 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
5662 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_No - ucp_Nd); in check_wordboundary()
6839 SET_TYPE_OFFSET(ucp_Nd); in compile_xclass_matchingpath()
6840 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_No - ucp_Nd); in compile_xclass_matchingpath()

Completed in 88 milliseconds