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

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc176 decompose_compatibility (const hb_ot_shape_normalize_context_t *c, hb_codepoint_t u) function
182 len = c->buffer->unicode->decompose_compatibility (u, decomposed);
209 else if (decompose_compatibility (c, buffer->cur().codepoint))
H A Dhb-unicode-private.hh52 HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility) \
92 inline unsigned int decompose_compatibility (hb_codepoint_t u, function in struct:hb_unicode_funcs_t
95 unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatibility);

Completed in 67 milliseconds