Home
last modified time | relevance | path

Searched refs:hb_test_add_fixture (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-unicode.c932 hb_test_add_fixture (data_fixture, NULL, test_unicode_subclassing_nil); in main()
933 hb_test_add_fixture (data_fixture, NULL, test_unicode_subclassing_default); in main()
934 hb_test_add_fixture (data_fixture, NULL, test_unicode_subclassing_deep); in main()
Dhb-test.h219 #define hb_test_add_fixture(FixturePrefix, UserData, Func) \ macro
Dtest-buffer.c875 hb_test_add_fixture (fixture, GINT_TO_POINTER (BUFFER_EMPTY), test_buffer_allocation); in main()