HomeSort by relevance Sort by last modified time
    Searched defs:add_sorted_array (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-set-digest.hh 90 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) function in struct:hb_set_digest_lowest_bits_t
138 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) function in struct:hb_set_digest_combiner_t
140 head.add_sorted_array (array, count, stride);
141 tail.add_sorted_array (array, count, stride);
hb-set.hh 314 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) function in struct:hb_set_t

Completed in 215 milliseconds