Searched refs:BITSET_SET_BIT (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regparse.c | 158 BITSET_SET_BIT(bs, i); in bitset_set_range() 1171 BITSET_SET_BIT(cc->bs, j); in node_new_cclass_by_codepoint_range() 3806 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range() 3811 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range() 3866 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 3873 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 3883 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 3889 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 3906 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 4990 BITSET_SET_BIT(bs, *to); in i_apply_case_fold() [all …]
|
H A D | regint.h | 342 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) macro
|
Completed in 42 milliseconds