Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-set.c977 hb_bool_t a_has_page, in check_set_operations() argument
986 hb_set_t* a = prepare_set (a_has_x, a_inverted, a_has_page, a_is_null); in check_set_operations()
1023 a_has_page ? "p" : " ", in check_set_operations()
1048 for (hb_bool_t a_has_page = 0; a_has_page <= !(a_has_x ^ a_inverted); a_has_page++) { in test_set_inverted_operations() local
1050 …for (hb_bool_t a_is_null = 0; a_is_null <= (!a_has_x && !a_has_page && !a_inverted); a_is_null++) { in test_set_inverted_operations()
1053 … all_succeeded = check_set_operations (a_has_x, a_inverted, a_has_page, a_is_null, in test_set_inverted_operations()