Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_maketables.c121 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7); in pcre_maketables()
Dpcre_study.c1138 set_nottype_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
1143 set_type_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
1249 set_nottype_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
1253 set_type_bits(start_bits, cbit_space, table_limit, cd); in set_start_bits()
Dpcre_compile.c313 cbit_space, -1, 1, /* blank - a GNU extension */
319 cbit_space, -1, 0, /* space */
3263 set2 = (pcre_uint8 *)(cd->cbits + cbit_space); in compare_opcodes()
5114 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space]; in compile_branch()
5119 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space]; in compile_branch()
Dpcre_internal.h2579 #define cbit_space 0 /* [:space:] or \s */ macro
Dpcre_jit_compile.c3338 …mon->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE)) in scan_prefix()
5287 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, F… in compile_char1_matchingpath()