HomeSort by relevance Sort by last modified time
    Searched full:decompose_compatibility (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode-private.hh 54 HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility) \
94 inline unsigned int decompose_compatibility (hb_codepoint_t u, function in struct:hb_unicode_funcs_t
97 unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatibility);
hb-ot-shape-normalize.cc 174 decompose_compatibility (const hb_ot_shape_normalize_context_t *c, hb_codepoint_t u) function
180 len = c->buffer->unicode->decompose_compatibility (u, decomposed);
207 else if (decompose_compatibility (c, buffer->cur().codepoint))
hb-unicode.cc 320 return ufuncs->decompose_compatibility (u, decomposed);
  /external/harfbuzz_ng/src/
hb-unicode-private.hh 54 HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility) \
94 inline unsigned int decompose_compatibility (hb_codepoint_t u, function in struct:hb_unicode_funcs_t
97 unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatibility);
hb-ot-shape-normalize.cc 174 decompose_compatibility (const hb_ot_shape_normalize_context_t *c, hb_codepoint_t u) function
180 len = c->buffer->unicode->decompose_compatibility (u, decomposed);
208 else if (decompose_compatibility (c, buffer->cur().codepoint))
hb-unicode.cc 320 return ufuncs->decompose_compatibility (u, decomposed);
  /external/harfbuzz_ng/test/api/
test-unicode.c 854 /* Test decompose_compatibility() */
872 * compatibility decomposition against the decompose_compatibility() function as that we

Completed in 1072 milliseconds