Lines Matching defs:last
155 hb_codepoint_t next, first, last;
182 first = last = (hb_codepoint_t) -1;
183 g_assert (hb_set_next_range (s, &first, &last));
185 g_assert_cmpint (last, ==, 6);
186 g_assert (hb_set_next_range (s, &first, &last));
188 g_assert_cmpint (last, ==, 15);
189 g_assert (hb_set_next_range (s, &first, &last));
191 g_assert_cmpint (last, ==, 20005);
192 g_assert (!hb_set_next_range (s, &first, &last));
194 g_assert_cmpint (last, ==, 20005);