Home
last modified time | relevance | path

Searched refs:BitSetRef (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c154 bitset_set_range(BitSetRef bs, int from, int to) in bitset_set_range()
164 bitset_set_all(BitSetRef bs)
172 bitset_invert(BitSetRef bs) in bitset_invert()
179 bitset_invert_to(BitSetRef from, BitSetRef to) in bitset_invert_to()
186 bitset_and(BitSetRef dest, BitSetRef bs) in bitset_and()
193 bitset_or(BitSetRef dest, BitSetRef bs) in bitset_or()
200 bitset_copy(BitSetRef dest, BitSetRef bs) in bitset_copy()
1977 BitSetRef bsr1, bsr2; in and_cclass()
2035 BitSetRef bsr1, bsr2; in or_cclass()
4961 BitSetRef bs; in i_apply_case_fold()
H A Dregint.h325 typedef Bits* BitSetRef; typedef
H A Dregexec.c1645 if (BITSET_AT(((BitSetRef )p), *s) == 0) goto fail; in match_at()
1687 if (BITSET_AT(((BitSetRef )p), *s) == 0) in match_at()
1700 if (BITSET_AT(((BitSetRef )p), *s) != 0) goto fail; in match_at()
1754 if (BITSET_AT(((BitSetRef )p), *s) != 0) in match_at()
H A Dregcomp.c115 bitset_is_empty(BitSetRef bs) in bitset_is_empty()
126 bitset_on_num(BitSetRef bs) in bitset_on_num()
289 add_bitset(regex_t* reg, BitSetRef bs) in add_bitset()
5925 n = bitset_on_num((BitSetRef )bp); in onig_print_compiled_byte_code()
5931 n = bitset_on_num((BitSetRef )bp); in onig_print_compiled_byte_code()
5950 n = bitset_on_num((BitSetRef )bp); in onig_print_compiled_byte_code()

Completed in 43 milliseconds