HomeSort by relevance Sort by last modified time
    Searched refs:hb_script_from_iso15924_tag (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/test/api/
test-common.c 160 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (arab));
161 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (Arab));
162 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (ARAB));
166 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_iso15924_tag (wWyZ));
169 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_iso15924_tag (x123));
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);
test-unicode.c 732 return hb_script_from_iso15924_tag (hb_script_to_iso15924_tag (script));
  /external/harfbuzz_ng/src/
hb-common.cc 283 hb_script_from_iso15924_tag (hb_tag_t tag) function
319 return hb_script_from_iso15924_tag (hb_tag_from_string (s, len));
hb-common.h 291 hb_script_from_iso15924_tag (hb_tag_t tag);

Completed in 397 milliseconds