Searched refs:cbit_digit (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_maketables.c | 117 if (isdigit(i)) p[cbit_digit + i/8] |= 1 << (i&7);
|
D | pcre2_study.c | 1235 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()
|
D | pcre2_auto_possess.c | 713 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes()
|
D | pcre2_internal.h | 574 #define cbit_digit 64 /* [:digit:] or \d */ macro
|
D | pcre2_compile.c | 459 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()
|
D | pcre2_jit_compile.c | 3631 …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()
|