Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_maketables.c117 if (isdigit(i)) p[cbit_digit + i/8] |= 1 << (i&7);
Dpcre2_study.c1235 set_nottype_bits(re, cbit_digit, table_limit); in set_start_bits()
1240 set_type_bits(re, cbit_digit, table_limit); in set_start_bits()
1365 set_nottype_bits(re, cbit_digit, table_limit); in set_start_bits()
1369 set_type_bits(re, cbit_digit, table_limit); in set_start_bits()
Dpcre2_auto_possess.c713 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes()
Dpcre2_internal.h574 #define cbit_digit 64 /* [:digit:] or \d */ macro
Dpcre2_compile.c459 cbit_word, cbit_digit, -2, /* alpha */
466 cbit_digit, -1, 0, /* digit */
4604 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_digit]; in compile_branch()
4609 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_digit]; in compile_branch()
Dpcre2_jit_compile.c3631 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_digit, F… in scan_prefix()
6270 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_digit, FAL… in compile_char1_matchingpath()