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

  /external/harfbuzz_ng/test/api/
test-set.c 36 g_assert_cmpint (hb_set_get_population (s), ==, 0);
53 g_assert_cmpint (hb_set_get_population (s), !=, 0);
83 g_assert_cmpint (hb_set_get_population (s), ==, 20);
89 g_assert_cmpint (hb_set_get_population (s), ==, 20);
159 g_assert_cmpint (hb_set_get_population (s), ==, 2);
164 g_assert_cmpint (hb_set_get_population (s), ==, 1);
166 g_assert_cmpint (hb_set_get_population (s), ==, 3);
172 g_assert_cmpint (hb_set_get_population (s), ==, 0);
174 g_assert_cmpint (hb_set_get_population (s), ==, 1);
184 g_assert_cmpint (hb_set_get_population (s), ==, 1)
    [all...]
  /external/harfbuzz_ng/src/
hb-set.h 132 hb_set_get_population (const hb_set_t *set);
hb-set.cc 408 * hb_set_get_population:
418 hb_set_get_population (const hb_set_t *set) function

Completed in 152 milliseconds