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

  /external/harfbuzz_ng/test/api/
test-ot-tag.c 42 g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s);
59 g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s1, s2);
test-common.c 171 g_assert_cmphex (hb_script_to_iso15924_tag (HB_SCRIPT_ARABIC), ==, Arab);
172 g_assert_cmphex (hb_script_to_iso15924_tag (hb_script_from_iso15924_tag (wWyZ)), ==, Wwyz);
test-unicode.c 732 return hb_script_from_iso15924_tag (hb_script_to_iso15924_tag (script));
  /external/harfbuzz_ng/src/
hb-common.cc 430 * hb_script_to_iso15924_tag:
441 hb_script_to_iso15924_tag (hb_script_t script) function
hb-common.h 339 hb_script_to_iso15924_tag (hb_script_t script);

Completed in 852 milliseconds