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

/external/harfbuzz_ng/src/
H A Dhb-buffer.cc143 hb_buffer_t::shift_forward (unsigned int count) function in class:hb_buffer_t
389 if (unlikely (idx < count && !shift_forward (count + 32))) return false;

Completed in 119 milliseconds