Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_tables.c220 ucp_Nd, ucp_No,
H A Dpcre2_script_run.c303 if (ucd->chartype == ucp_Nd) in PRIV()
H A Dpcre2_ucp.h84 ucp_Nd, /* Decimal number */ enumerator
H A Dpcre2_compile.c753 PT_PC, ucp_Nd, /* digit */
2409 if (type == ucp_Nd) in read_name()
2417 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()
3134 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
3681 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
H A Dpcre2_ucptables.c1331 { 2261, PT_PC, ucp_Nd },
H A Dpcre2_jit_compile.c6679 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
6680 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_No - ucp_Nd); in check_wordboundary()
6725 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
6726 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_No - ucp_Nd); in check_wordboundary()
8086 SET_TYPE_OFFSET(ucp_Nd); in compile_xclass_matchingpath()
8087 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, typereg, 0, SLJIT_IMM, ucp_No - ucp_Nd); in compile_xclass_matchingpath()

Completed in 79 milliseconds