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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 80 hb_stable_sort (&glyphs[0], num_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::GlyphID::cmp, &substitutes[0]);
129 hb_stable_sort (&first_glyphs[0], num_first_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::GlyphID::cmp, &first_glyphs_indirection[0]);
hb-private.hh 725 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), T2 *array2) function
750 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) function
752 hb_stable_sort (array, len, compar, (int *) nullptr);
hb-buffer.cc     [all...]
hb-ot-shape-complex-indic.cc     [all...]

Completed in 73 milliseconds