Searched refs:ucp_Nd (Results 1 – 7 of 7) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_tables.c | 220 ucp_Nd, ucp_No,
|
D | pcre2_script_run.c | 303 if (ucd->chartype == ucp_Nd) in PRIV()
|
D | pcre2_ucp.h | 84 ucp_Nd, /* Decimal number */ enumerator
|
D | pcre2_compile.c | 753 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()
|
D | pcre2_jit_compile.c | 6679 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()
|
D | pcre2_ucptables.c | 1331 { 2261, PT_PC, ucp_Nd },
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 402 case ucp_Nd: fulltypename = US"Decimal number"; break; in print_prop()
|