Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_ucp.h84 ucp_Nd, /* Decimal number */ enumerator
H A Dpcre2_script_run.c399 if (ucd->chartype == ucp_Nd) in PRIV()
H A Dpcre2_tables.c217 ucp_Nd, ucp_No,
762 { 976, PT_PC, ucp_Nd },
H A Dpcre2_compile.c751 PT_PC, ucp_Nd, /* digit */
2301 if (type == ucp_Nd) in read_name()
2309 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()
3026 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
3573 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
H A Dpcre2_jit_compile.c6528 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
6529 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_No - ucp_Nd); in check_wordboundary()
6574 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
6575 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_No - ucp_Nd); in check_wordboundary()
7778 SET_TYPE_OFFSET(ucp_Nd); in compile_xclass_matchingpath()
7779 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_No - ucp_Nd); in compile_xclass_matchingpath()

Completed in 61 milliseconds