Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-bit-set.hh235 bool set_sorted_array (bool v, const T *array, unsigned int count, unsigned int stride=sizeof(T)) in set_sorted_array() function
267 { return set_sorted_array (true, array, count, stride); } in add_sorted_array()
273 { return set_sorted_array (false, array, count, stride); } in del_sorted_array()