Searched refs:combining_class (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-unicode-private.hh47 HB_UNICODE_FUNC_IMPLEMENT (combining_class) \
59 HB_UNICODE_FUNC_IMPLEMENT (hb_unicode_combining_class_t, combining_class) \
113 return _hb_modified_combining_class[combining_class (unicode)];
H A Dhb-ot-shape-fallback.cc172 unsigned int combining_class = _hb_glyph_info_get_modified_combining_class (&buffer->info[i]); local
173 combining_class = recategorize_combining_class (buffer->info[i].codepoint, combining_class);
174 _hb_glyph_info_set_modified_combining_class (&buffer->info[i], combining_class);
198 unsigned int combining_class)
214 switch (combining_class)
252 switch (combining_class)
193 position_mark(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, hb_glyph_extents_t &base_extents, unsigned int i, unsigned int combining_class) argument
/external/harfbuzz_ng/test/api/
H A Dtest-unicode.c471 PROPERTY (combining_class, 0),

Completed in 134 milliseconds