Home
last modified time | relevance | path

Searched refs:BITSET_SET_BIT (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c158 BITSET_SET_BIT(bs, i); in bitset_set_range()
1160 BITSET_SET_BIT(cc->bs, j); in node_new_cclass_by_codepoint_range()
3796 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range()
3801 BITSET_SET_BIT(cc->bs, j); in add_ctype_to_cc_by_range()
3856 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
3863 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
3873 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
3879 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
3896 BITSET_SET_BIT(cc->bs, c); in add_ctype_to_cc()
4977 BITSET_SET_BIT(bs, *to); in i_apply_case_fold()
[all …]
H A Dregint.h338 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) macro

Completed in 27 milliseconds