Searched refs:cbit_space (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_study.c | 1294 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits() 1299 set_type_bits(re, cbit_space, table_limit); in set_start_bits() 1422 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits() 1426 set_type_bits(re, cbit_space, table_limit); in set_start_bits()
|
D | pcre2_maketables.c | 122 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7);
|
D | pcre2_auto_possess.c | 752 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes()
|
D | pcre2_internal.h | 556 #define cbit_space 0 /* [:space:] or \s */ macro
|
D | pcre2_compile.c | 660 cbit_space, -1, 1, /* blank - a GNU extension */ 666 cbit_space, -1, 0, /* space */ 5423 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch() 5428 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_space]; in compile_branch()
|
D | pcre2_jit_compile.c | 4034 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix() 7373 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_space, FAL… in compile_char1_matchingpath()
|