HomeSort by relevance Sort by last modified time
    Searched refs:hb_script_from_string (Results 1 - 11 of 11) 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/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 402 * hb_script_from_string:
413 hb_script_from_string (const char *s, int len) function
hb-common.h 323 hb_script_from_string (const char *s, int len);
hb-icu.cc 48 return hb_script_from_string (uscript_getShortName (script), -1);
  /external/harfbuzz_ng/src/
hb-common.cc 402 * hb_script_from_string:
413 hb_script_from_string (const char *s, int len) function
hb-common.h 322 hb_script_from_string (const char *s, int len);
hb-icu.cc 48 return hb_script_from_string (uscript_getShortName (script), -1);
  /external/harfbuzz_ng/util/
options.hh 200 hb_buffer_set_script (buffer, hb_script_from_string (script, -1));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 788 return hb_script_from_string(uscript_getShortName(script), -1);
    [all...]
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 428 return hb_script_from_string(uscript_getShortName(script), -1);
    [all...]

Completed in 392 milliseconds