Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-unicode.c691 roundtrip_func_t roundtrip_func = (roundtrip_func_t) user_data; in test_unicode_script_roundtrip() local
700 g_assert_cmphex (script, ==, roundtrip_func (script)); in test_unicode_script_roundtrip()
707 if (script != roundtrip_func (script)) { in test_unicode_script_roundtrip()
708 g_test_message ("Soft fail: Received %x, expected %x", roundtrip_func (script), script); in test_unicode_script_roundtrip()
713 g_assert_cmphex (HB_SCRIPT_INVALID, ==, roundtrip_func (HB_SCRIPT_INVALID)); in test_unicode_script_roundtrip()