Searched defs:check_array (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh254 inline bool check_array (const void *base, unsigned int record_size, unsigned int len) const function in struct:OT::hb_sanitize_context_t
262 "check_array [%p..%p] (%d*%d=%d bytes) in [%p..%p] -> %s",
946 return_trace (c->check_struct (this) && c->check_array (array, Type::static_size, len));
1015 && c->check_array (this, Type::static_size, len);

Completed in 111 milliseconds