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.hh199 struct hb_sorted_array_t : hb_array_t<Type> struct
201 hb_sorted_array_t () : hb_array_t<Type> () {} in hb_sorted_array_t() function
202 hb_sorted_array_t (const hb_array_t<Type> &o) : hb_array_t<Type> (o) {} in hb_sorted_array_t() function
203 hb_sorted_array_t (Type *array_, unsigned int len_) : hb_array_t<Type> (array_, len_) {} in hb_sorted_array_t() function
205hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */… in sub_array() argument
207 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() argument
211 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
217 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
223 bool bfind (const T &x, unsigned int *i = nullptr, in bfind()