Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_maketables.c122 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7);
Dpcre2_study.c1245 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits()
1250 set_type_bits(re, cbit_space, table_limit); in set_start_bits()
1373 set_nottype_bits(re, cbit_space, table_limit); in set_start_bits()
1377 set_type_bits(re, cbit_space, table_limit); in set_start_bits()
Dpcre2_auto_possess.c720 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes()
Dpcre2_internal.h572 #define cbit_space 0 /* [:space:] or \s */ macro
Dpcre2_compile.c464 cbit_space, -1, 1, /* blank - a GNU extension */
470 cbit_space, -1, 0, /* space */
4629 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space]; in compile_branch()
4634 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space]; in compile_branch()
Dpcre2_jit_compile.c3640 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix()
6285 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_space, FAL… in compile_char1_matchingpath()