Searched refs:ucp_Nd (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_ucp.h | 84 ucp_Nd, /* Decimal number */ enumerator
|
H A D | pcre2_script_run.c | 399 if (ucd->chartype == ucp_Nd) in PRIV()
|
H A D | pcre2_tables.c | 217 ucp_Nd, ucp_No, 773 { 989, PT_PC, ucp_Nd },
|
H A D | pcre2_compile.c | 751 PT_PC, ucp_Nd, /* digit */ 2322 if (type == ucp_Nd) in read_name() 2330 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name() 3047 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex() 3594 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
|
H A D | pcre2_jit_compile.c | 6605 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary() 6606 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_No - ucp_Nd); in check_wordboundary() 6651 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary() 6652 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_No - ucp_Nd); in check_wordboundary() 7855 SET_TYPE_OFFSET(ucp_Nd); in compile_xclass_matchingpath() 7856 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_No - ucp_Nd); in compile_xclass_matchingpath()
|
Completed in 50 milliseconds