• Home
  • Raw
  • Download

Lines Matching refs:cp

35   hb_codepoint_t cp;  in test_collect_unicodes_format4()  local
39 cp = HB_SET_VALUE_INVALID; in test_collect_unicodes_format4()
40 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4()
41 g_assert_cmpuint (0x61, ==, cp); in test_collect_unicodes_format4()
42 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4()
43 g_assert_cmpuint (0x62, ==, cp); in test_collect_unicodes_format4()
44 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4()
45 g_assert_cmpuint (0x63, ==, cp); in test_collect_unicodes_format4()
46 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4()
57 hb_codepoint_t cp; in test_collect_unicodes_format12() local
61 cp = HB_SET_VALUE_INVALID; in test_collect_unicodes_format12()
62 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12()
63 g_assert_cmpuint (0x61, ==, cp); in test_collect_unicodes_format12()
64 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12()
65 g_assert_cmpuint (0x62, ==, cp); in test_collect_unicodes_format12()
66 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12()
67 g_assert_cmpuint (0x63, ==, cp); in test_collect_unicodes_format12()
68 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12()
79 hb_codepoint_t cp; in test_collect_unicodes() local
83 cp = HB_SET_VALUE_INVALID; in test_collect_unicodes()
84 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes()
85 g_assert_cmpuint (0x61, ==, cp); in test_collect_unicodes()
86 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes()
87 g_assert_cmpuint (0x62, ==, cp); in test_collect_unicodes()
88 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes()
89 g_assert_cmpuint (0x63, ==, cp); in test_collect_unicodes()
90 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes()