decompose_compatibility  182 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   len = c->buffer->unicode->decompose_compatibility (u, decomposed);
decompose_compatibility  209 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc   else if (decompose_compatibility (c, buffer->cur().codepoint))
decompose_compatibility   52 third_party/harfbuzz-ng/src/hb-unicode-private.hh   HB_UNICODE_FUNC_IMPLEMENT (decompose_compatibility) \
decompose_compatibility   92 third_party/harfbuzz-ng/src/hb-unicode-private.hh   inline unsigned int decompose_compatibility (hb_codepoint_t  u,
decompose_compatibility   95 third_party/harfbuzz-ng/src/hb-unicode-private.hh     unsigned int ret = func.decompose_compatibility (this, u, decomposed, user_data.decompose_compatibility);
decompose_compatibility  448 third_party/harfbuzz-ng/src/hb-unicode.cc   return ufuncs->decompose_compatibility (u, decomposed);