Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_tables.c220 ucp_Nd, ucp_No,
Dpcre2_script_run.c303 if (ucd->chartype == ucp_Nd) in PRIV()
Dpcre2_ucp.h84 ucp_Nd, /* Decimal number */ enumerator
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()
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()
Dpcre2_ucptables.c1331 { 2261, PT_PC, ucp_Nd },
/third_party/pcre2/pcre2/maint/
Ducptest.c402 case ucp_Nd: fulltypename = US"Decimal number"; break; in print_prop()