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

/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh194 writable (false), edit_count (0),
218 this->edit_count = 0;
231 this->start, this->end, this->edit_count);
276 if (this->edit_count >= HB_SANITIZE_MAX_EDITS)
280 this->edit_count++;
284 this->edit_count,
304 unsigned int edit_count; member in struct:OT::hb_sanitize_context_t
336 if (c->edit_count) {
337 DEBUG_MSG_FUNC (SANITIZE, c->start, "passed first round with %d edits; going for second round", c->edit_count);
340 c->edit_count
348 unsigned int edit_count = c->edit_count; local
[all...]

Completed in 47 milliseconds