HomeSort by relevance Sort by last modified time
    Searched full: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, OT::GlyphID::cmp, &substitutes[0]);
129 hb_stable_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
hb-private.hh 940 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), T2 *array2) function
965 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) function
967 hb_stable_sort (array, len, compar, (int *) NULL);
hb-buffer.cc     [all...]
hb-ot-shape-complex-indic.cc 999 hb_stable_sort (info + start, end - start, compare_indic_order);
    [all...]

Completed in 378 milliseconds