Searched refs:BITSET_CLEAR_BIT (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/mbstring/oniguruma/ | ||
H A D | regint.h | 339 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) macro |
H A D | regparse.c | 5001 BITSET_CLEAR_BIT(bs, *to); in i_apply_case_fold() |
Completed in 20 milliseconds