/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 | 400 * hb_script_from_string: 411 hb_script_from_string (const char *s, int len) function
|
hb-icu.cc | 48 return hb_script_from_string (uscript_getShortName (script), -1);
|
hb-common.h | 312 hb_script_from_string (const char *s, int len);
|
/external/harfbuzz_ng/src/ |
hb-icu.cc | 48 return hb_script_from_string (uscript_getShortName (script), -1);
|
hb-common.cc | 317 hb_script_from_string (const char *s, int len) function
|
hb-common.h | 296 hb_script_from_string (const char *s, int len);
|
/external/harfbuzz_ng/util/ |
options.hh | 167 hb_buffer_set_script (buffer, hb_script_from_string (script, -1));
|
/external/chromium_org/third_party/harfbuzz-ng/ |
NEWS | 615 hb_script_from_string()
|
/external/harfbuzz_ng/ |
NEWS | 456 hb_script_from_string()
|