Searched refs:is_char7_bitset (Results 1 – 1 of 1) sorted by relevance
2570 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) in is_char7_bitset() function3303 if (common->utf && !is_char7_bitset((const pcre_uint8 *)(cc + 1), FALSE)) return consumed; in scan_prefix()3329 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit,… in scan_prefix()3338 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space,… in scan_prefix()3347 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, … in scan_prefix()5273 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, F… in compile_char1_matchingpath()5287 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, F… in compile_char1_matchingpath()5300 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FA… in compile_char1_matchingpath()5728 bit = (common->utf && is_char7_bitset((const pcre_uint8 *)cc, type == OP_NCLASS)) ? 127 : 255; in compile_char1_matchingpath()