hb_bubble_sort   1460 third_party/harfbuzz-ng/src/hb-buffer.cc     hb_bubble_sort (buffer->info + start, end - start - 1, compare_info_codepoint, buffer->pos + start);
hb_bubble_sort   1469 third_party/harfbuzz-ng/src/hb-buffer.cc     hb_bubble_sort (buffer->info + start + 1, end - start - 1, compare_info_codepoint, buffer->pos + start + 1);
hb_bubble_sort     85 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh   hb_bubble_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]);
hb_bubble_sort    134 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh   hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
hb_bubble_sort    988 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc     hb_bubble_sort (info + start, end - start, compare_indic_order);
hb_bubble_sort    405 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc   hb_bubble_sort (info + start, end - start, compare_myanmar_order);
hb_bubble_sort    235 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc   hb_bubble_sort (info + start, end - start, compare_sea_order);
hb_bubble_sort    352 third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc     hb_bubble_sort (buffer->info + i, end - i, compare_combining_class);
hb_bubble_sort    867 third_party/harfbuzz-ng/src/hb-private.hh   hb_bubble_sort (array, len, compar, (int *) NULL);