HomeSort by relevance Sort by last modified time
    Searched refs:hb_script_from_iso15924_tag (Results 1 - 6 of 6) 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/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 358 * hb_script_from_iso15924_tag:
368 hb_script_from_iso15924_tag (hb_tag_t tag) function
415 return hb_script_from_iso15924_tag (hb_tag_from_string (s, len));
hb-common.h 318 hb_script_from_iso15924_tag (hb_tag_t tag);
  /external/harfbuzz_ng/src/
hb-common.cc 358 * hb_script_from_iso15924_tag:
368 hb_script_from_iso15924_tag (hb_tag_t tag) function
415 return hb_script_from_iso15924_tag (hb_tag_from_string (s, len));
hb-common.h 317 hb_script_from_iso15924_tag (hb_tag_t tag);

Completed in 192 milliseconds