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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-fallback.hh 85 hb_bubble_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
134 hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
hb-ot-shape-complex-sea.cc 235 hb_bubble_sort (info + start, end - start, compare_sea_order);
hb-ot-shape-normalize.cc 333 hb_bubble_sort (buffer->info + i, end - i, compare_combining_class);
hb-private.hh 815 hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), T2 *array2) function
848 hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) function
850 hb_bubble_sort (array, len, compar, (int *) NULL);
hb-ot-shape-complex-myanmar.cc 396 hb_bubble_sort (info + start, end - start, compare_myanmar_order);
hb-buffer.cc 1044 hb_bubble_sort (buffer->info + start, end - start - 1, compare_info_codepoint, buffer->pos + start);
1053 hb_bubble_sort (buffer->info + start + 1, end - start - 1, compare_info_codepoint, buffer->pos + start + 1);
hb-ot-shape-complex-indic.cc 924 hb_bubble_sort (info + start, end - start, compare_indic_order);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 85 hb_bubble_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
134 hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
hb-ot-shape-complex-sea.cc 235 hb_bubble_sort (info + start, end - start, compare_sea_order);
hb-ot-shape-normalize.cc 335 hb_bubble_sort (buffer->info + i, end - i, compare_combining_class);
hb-private.hh 815 hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), T2 *array2) function
848 hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) function
850 hb_bubble_sort (array, len, compar, (int *) NULL);
hb-ot-shape-complex-myanmar.cc 396 hb_bubble_sort (info + start, end - start, compare_myanmar_order);
hb-buffer.cc 1044 hb_bubble_sort (buffer->info + start, end - start - 1, compare_info_codepoint, buffer->pos + start);
1053 hb_bubble_sort (buffer->info + start + 1, end - start - 1, compare_info_codepoint, buffer->pos + start + 1);
hb-ot-shape-complex-indic.cc 924 hb_bubble_sort (info + start, end - start, compare_indic_order);
    [all...]

Completed in 251 milliseconds