Home | History | Annotate | Download | only in api

Lines Matching refs:hb_codepoint_t

35   hb_codepoint_t next = (hb_codepoint_t) -1;
37 g_assert_cmpint (hb_set_get_min (s), ==, (hb_codepoint_t) -1);
38 g_assert_cmpint (hb_set_get_max (s), ==, (hb_codepoint_t) -1);
41 g_assert_cmpint (next, ==, (hb_codepoint_t) -1);
47 hb_codepoint_t next = (hb_codepoint_t) -1;
49 g_assert_cmpint (hb_set_get_min (s), !=, (hb_codepoint_t) -1);
50 g_assert_cmpint (hb_set_get_max (s), !=, (hb_codepoint_t) -1);
52 g_assert_cmpint (next, !=, (hb_codepoint_t) -1);
155 hb_codepoint_t next, first, last;
165 next = (hb_codepoint_t) -1;
182 first = last = (hb_codepoint_t) -1;