Searched refs:BITSET_SET_BIT (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regparse.c | 154 BITSET_SET_BIT(bs, i); in bitset_set_range() 1167 BITSET_SET_BIT(cc->bs, j); in node_new_cclass_by_codepoint_range() 3569 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range() 3587 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range() 3593 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range() 3648 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 3655 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 3665 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 3671 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() 3688 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc() [all …]
|
H A D | regint.h | 446 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) macro
|
Completed in 38 milliseconds