Home
last modified time | relevance | path

Searched refs:hb_set_next (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-set.c40 g_assert (!hb_set_next (s, &next)); in test_empty()
51 g_assert (hb_set_next (s, &next)); in test_not_empty()
166 g_assert (hb_set_next (s, &next)); in test_set_iter()
168 g_assert (hb_set_next (s, &next)); in test_set_iter()
170 g_assert (hb_set_next (s, &next)); in test_set_iter()
171 g_assert (hb_set_next (s, &next)); in test_set_iter()
172 g_assert (hb_set_next (s, &next)); in test_set_iter()
174 g_assert (hb_set_next (s, &next)); in test_set_iter()
175 g_assert (hb_set_next (s, &next)); in test_set_iter()
177 g_assert (hb_set_next (s, &next)); in test_set_iter()
[all …]
/external/harfbuzz_ng/util/
Dhb-ot-shape-closure.cc76 for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);) in consume_line()
/external/harfbuzz_ng/src/
Dhb-set.h140 hb_set_next (const hb_set_t *set,
Dhb-set.cc216 hb_set_next (const hb_set_t *set, in hb_set_next() function
Dhb-ot-shape.cc649 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure()