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);
87 g_assert_cmpint (hb_set_get_population (s), ==, 20);
112 g_assert_cmpint (hb_set_get_population (s), ==, 2);
117 g_assert_cmpint (hb_set_get_population (s), ==, 1);
119 g_assert_cmpint (hb_set_get_population (s), ==, 3);
130 g_assert_cmpint (hb_set_get_population (s), ==, 1);
141 g_assert_cmpint (hb_set_get_population (s), ==, 7);
153 g_assert_cmpint (hb_set_get_population (s), ==, 8)
    [all...]
  /external/harfbuzz_ng/src/
hb-set.h 133 hb_set_get_population (const hb_set_t *set);
hb-set.cc 387 * hb_set_get_population:
397 hb_set_get_population (const hb_set_t *set) function

Completed in 41 milliseconds