Searched defs:add_sorted_array (Results 1 – 4 of 4) sorted by relevance
| /external/harfbuzz_ng/src/ |
| D | hb-set-digest.hh | 107 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 113 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function 163 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 169 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
|
| D | hb-set.hh | 97 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 100 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
|
| D | hb-bit-set-invertible.hh | 114 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 117 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
|
| D | hb-bit-set.hh | 249 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function 252 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
|