is_char7_bitset 3330 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utf && !is_char7_bitset((const pcre_uint8 *)(cc + 1), FALSE)) return consumed; is_char7_bitset 3356 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 3365 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 3374 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 5288 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 5302 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 5315 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 5743 ext/pcre/pcrelib/pcre_jit_compile.c bit = (common->utf && is_char7_bitset((const pcre_uint8 *)cc, type == OP_NCLASS)) ? 127 : 255;