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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 318 inline void set_syllable (uint8_t syllable_) { syllable = syllable_; } function in struct:OT::hb_apply_context_t::matcher_t
393 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
396 inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); } function in struct:OT::hb_apply_context_t::skipping_forward_iterator_t
463 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
466 inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); } function in struct:OT::hb_apply_context_t::skipping_backward_iterator_t
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 318 inline void set_syllable (uint8_t syllable_) { syllable = syllable_; } function in struct:OT::hb_apply_context_t::matcher_t
393 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
396 inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); } function in struct:OT::hb_apply_context_t::skipping_forward_iterator_t
463 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
466 inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); } function in struct:OT::hb_apply_context_t::skipping_backward_iterator_t
    [all...]

Completed in 1791 milliseconds