HomeSort by relevance Sort by last modified time
    Searched refs:bitset_t (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 193 /* Number of bitset_word_t values in a bitset_t. */
196 typedef bitset_word_t bitset_t[BITSET_WORDS]; typedef
697 bitset_t word_char;
737 /* Inline functions for bitset_t operation. */
740 bitset_set (bitset_t set, Idx i)
746 bitset_clear (bitset_t set, Idx i)
752 bitset_contain (const bitset_t set, Idx i)
758 bitset_empty (bitset_t set)
760 memset (set, '\0', sizeof (bitset_t));
764 bitset_set_all (bitset_t set
    [all...]
regcomp.c 92 static reg_errcode_t build_equiv_class (bitset_t sbcset,
97 bitset_t sbcset,
103 static reg_errcode_t build_equiv_class (bitset_t sbcset,
106 bitset_t sbcset,
592 static const bitset_t utf8_sb_map =
920 dfa->sb_char = (re_bitset_ptr_t) calloc (sizeof (bitset_t), 1);
    [all...]
regexec.c 202 bitset_t *states_ch) internal_function;
    [all...]

Completed in 276 milliseconds