Home
last modified time | relevance | path

Searched defs:add_sorted_array (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-set-digest.hh118 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
124 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
173 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
179 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
Dhb-set.hh98 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
101 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
Dhb-bit-set-invertible.hh119 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
122 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
Dhb-bit-set.hh266 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
269 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function