Searched refs:wWyZ (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/test/api/
H A Dtest-common.c141 hb_tag_t wWyZ = HB_TAG_CHAR4 ("wWyZ"); local
165 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_string ("wWyZ", -1));
166 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_iso15924_tag (wWyZ));
172 g_assert_cmphex (hb_script_to_iso15924_tag (hb_script_from_iso15924_tag (wWyZ)), ==, Wwyz);
176 g_assert_cmpint (hb_script_get_horizontal_direction (hb_script_from_iso15924_tag (wWyZ)), ==, HB_DIRECTION_LTR);

Completed in 153 milliseconds