Searched refs:is_char7_bitset (Results 1 – 1 of 1) sorted by relevance
2621 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) in is_char7_bitset() function3359 if (common->utf && !is_char7_bitset((const pcre_uint8 *)(cc + 1), FALSE)) return consumed; in scan_prefix()3385 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_digit,… in scan_prefix()3394 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_space,… in scan_prefix()3403 …if (common->utf && !is_char7_bitset((const pcre_uint8 *)common->ctypes - cbit_length + cbit_word, … in scan_prefix()5325 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_digit, F… in compile_char1_matchingpath()5339 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_space, F… in compile_char1_matchingpath()5352 …if (common->utf && is_char7_bitset((const pcre_uint8*)common->ctypes - cbit_length + cbit_word, FA… in compile_char1_matchingpath()5780 bit = (common->utf && is_char7_bitset((const pcre_uint8 *)cc, type == OP_NCLASS)) ? 127 : 255; in compile_char1_matchingpath()