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);
49 g_assert_cmpint (hb_set_get_population (s), !=, 0);
75 g_assert_cmpint (hb_set_get_population (s), ==, 20);
81 g_assert_cmpint (hb_set_get_population (s), ==, 20);
140 g_assert_cmpint (hb_set_get_population (s), ==, 2);
145 g_assert_cmpint (hb_set_get_population (s), ==, 1);
147 g_assert_cmpint (hb_set_get_population (s), ==, 3);
158 g_assert_cmpint (hb_set_get_population (s), ==, 1);
169 g_assert_cmpint (hb_set_get_population (s), ==, 7);
181 g_assert_cmpint (hb_set_get_population (s), ==, 8)
    [all...]
  /external/harfbuzz_ng/src/
hb-set.h 130 hb_set_get_population (const hb_set_t *set);
hb-set.cc 388 * hb_set_get_population:
398 hb_set_get_population (const hb_set_t *set) function

Completed in 49 milliseconds