Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-array.hh251 struct hb_sorted_array_t : struct
255 typedef hb_iter_t<hb_sorted_array_t, Type&> iter_base_t; argument
260 hb_sorted_array_t () : hb_array_t<Type> () {} in hb_sorted_array_t() argument
261 hb_sorted_array_t (Type *array_, unsigned int length_) : hb_array_t<Type> (array_, length_) {} in hb_sorted_array_t() function
263 hb_sorted_array_t (Type (&array_)[length_]) : hb_array_t<Type> (array_) {} in hb_sorted_array_t() function
267 hb_sorted_array_t (const hb_array_t<U> &o) : in hb_sorted_array_t() argument
272 hb_sorted_array_t& operator = (const hb_array_t<U> &o) in operator =() argument
276 bool operator != (const hb_sorted_array_t& o) const in operator !=() argument
279hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() argument
281 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() argument
[all …]