Searched refs:hb_set_has (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-set.c | 39 g_assert (!hb_set_has (s, 13)); in test_empty() 82 g_assert (hb_set_has (s, 13)); in test_set_basic() 88 g_assert (hb_set_has (s, 13)); in test_set_basic() 95 g_assert (!hb_set_has (s, 13)); in test_set_basic() 99 g_assert (!hb_set_has (s, 100)); in test_set_basic() 100 g_assert (!hb_set_has (s, 199)); in test_set_basic() 101 g_assert (hb_set_has (s, 200)); in test_set_basic() 102 g_assert (hb_set_has (s, 201)); in test_set_basic() 103 g_assert (hb_set_has (s, 243)); in test_set_basic() 104 g_assert (hb_set_has (s, 254)); in test_set_basic() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-set.h | 82 hb_set_has (const hb_set_t *set,
|
D | hb-set.cc | 202 hb_set_has (const hb_set_t *set, in hb_set_has() function
|
D | hb-subset-plan.cc | 40 if (hb_set_has (gids_to_retain, gid)) in _add_gid_and_children()
|
D | hb-subset-cff-common.hh | 553 if (hb_set_has (closure, old_num)) in create()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 632 hb_set_has
|