Lines Matching refs:codepoints
34 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format4() local
37 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format4()
40 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4()
42 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4()
44 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4()
46 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4()
48 hb_set_destroy (codepoints); in test_collect_unicodes_format4()
56 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format12_notdef() local
59 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format12_notdef()
62 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12_notdef()
64 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12_notdef()
66 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12_notdef()
69 hb_set_destroy (codepoints); in test_collect_unicodes_format12_notdef()
77 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format12() local
80 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format12()
83 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12()
85 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12()
87 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12()
89 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12()
91 hb_set_destroy (codepoints); in test_collect_unicodes_format12()
99 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes() local
102 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes()
105 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes()
107 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes()
109 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes()
111 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes()
113 hb_set_destroy (codepoints); in test_collect_unicodes()