HomeSort by relevance Sort by last modified time
    Searched defs:bfind (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-array.hh 214 return bfind (x, &i) ? &this->arrayZ[i] : not_found;
220 return bfind (x, &i) ? &this->arrayZ[i] : not_found;
223 bool bfind (const T &x, unsigned int *i = nullptr, function in struct:hb_sorted_array_t
hb-open-type.hh 500 bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr, function in struct:OT::SortedUnsizedArrayOf
503 { return as_array (len).bfind (x, i, not_found, to_store); }
820 bool bfind (const T &x, unsigned int *i = nullptr, function in struct:OT::SortedArrayOf
823 { return as_array ().bfind (x, i, not_found, to_store); }

Completed in 189 milliseconds