is_char7_bitset  3359 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)(cc + 1), FALSE)) return consumed;
is_char7_bitset  3385 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit, FALSE))
is_char7_bitset  3394 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space, FALSE))
is_char7_bitset  3403 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, FALSE))
is_char7_bitset  5325 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, FALSE))
is_char7_bitset  5339 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, FALSE))
is_char7_bitset  5352 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FALSE))
is_char7_bitset  5780 ext/pcre/pcrelib/pcre_jit_compile.c   bit = (common->utf && is_char7_bitset((const pcre_uint8 *)cc, type == OP_NCLASS)) ? 127 : 255;