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

  /external/harfbuzz_ng/test/api/
test-common.c 149 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string (NULL, -1));
150 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string ("", -1));
151 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string ("x", 0));
152 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x", -1));
154 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("arab", -1));
155 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("Arab", -1));
156 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("ARAB", -1));
157 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("Arabic", 6));
158 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, hb_script_from_string ("Arabic", 3));
165 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_string ("wWyZ", -1))
    [all...]
test-ot-tag.c 88 g_assert_cmphex (hb_ot_tag_to_script (HB_TAG_CHAR4 ("be ")), ==, hb_script_from_string ("Beee", -1));
95 test_simple_tags ("wwyz", hb_script_from_string ("wWyZ", -1));
  /external/harfbuzz_ng/src/
hb-common.h 340 hb_script_from_string (const char *str, int len);
hb-icu.cc 49 return hb_script_from_string (uscript_getShortName (script), -1);
hb-common.cc 428 * hb_script_from_string:
443 hb_script_from_string (const char *str, int len) function
  /external/harfbuzz_ng/util/
options.hh 180 hb_buffer_set_script (buffer, hb_script_from_string (script, -1));

Completed in 98 milliseconds