Searched refs:cbit_space (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_maketables.c121 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7);
H A Dpcre_study.c1133 /* The cbit_space table has vertical tab as whitespace; we no longer
1138 set_nottype_bits(start_bits, cbit_space, table_limit, cd);
1143 set_type_bits(start_bits, cbit_space, table_limit, cd);
1244 /* The cbit_space table has vertical tab as whitespace; we no longer
1249 set_nottype_bits(start_bits, cbit_space, table_limit, cd);
1253 set_type_bits(start_bits, cbit_space, table_limit, cd);
H A Dpcre_compile.c313 cbit_space, -1, 1, /* blank - a GNU extension */
319 cbit_space, -1, 0, /* space */
3267 set2 = (pcre_uint8 *)(cd->cbits + cbit_space);
5118 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_space];
5123 for (c = 0; c < 32; c++) classbits[c] |= ~cbits[c+cbit_space];
H A Dpcre_jit_compile.c3338 if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE))
5287 if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, FALSE))

Completed in 61 milliseconds