OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_test_add_fixture
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/test/api/
hb-test.h
222
#define
hb_test_add_fixture
(FixturePrefix, UserData, Func) \
macro
test-unicode.c
932
hb_test_add_fixture
(data_fixture, NULL, test_unicode_subclassing_nil);
933
hb_test_add_fixture
(data_fixture, NULL, test_unicode_subclassing_default);
934
hb_test_add_fixture
(data_fixture, NULL, test_unicode_subclassing_deep);
test-buffer.c
804
hb_test_add_fixture
(fixture, GINT_TO_POINTER (BUFFER_EMPTY), test_buffer_allocation);
Completed in 69 milliseconds