HomeSort by relevance Sort by last modified time
    Searched refs:hb_script_from_iso15924_tag (Results 1 - 5 of 5) 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 383 * hb_script_from_iso15924_tag:
394 hb_script_from_iso15924_tag (hb_tag_t tag) function
435 * hb_script_from_iso15924_tag().
445 return hb_script_from_iso15924_tag (hb_tag_from_string (str, len));
452 * See hb_script_from_iso15924_tag().
hb-common.h 337 hb_script_from_iso15924_tag (hb_tag_t tag);
  /frameworks/minikin/tests/unittest/
FontFamilyTest.cpp 243 hb_script_t script = hb_script_from_iso15924_tag(

Completed in 573 milliseconds