Searched refs:hb_script_from_string (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 148 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string (NULL, -1)); in test_types_script() 149 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string ("", -1)); in test_types_script() 150 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string ("x", 0)); in test_types_script() 151 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x", -1)); in test_types_script() 153 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("arab", -1)); in test_types_script() 154 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("Arab", -1)); in test_types_script() 155 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("ARAB", -1)); in test_types_script() 156 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("Arabic", 6)); in test_types_script() 157 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, hb_script_from_string ("Arabic", 3)); in test_types_script() 164 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_string ("wWyZ", -1)); in test_types_script() [all …]
|
D | test-ot-tag.c | 124 …g_assert_cmphex (hb_ot_tag_to_script (HB_TAG_CHAR4 ("be ")), ==, hb_script_from_string ("Beee", -… in test_ot_tag_script_degenerate() 131 test_simple_tags ("wwyz", hb_script_from_string ("wWyZ", -1)); in test_ot_tag_script_simple()
|
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 66 return hb_script_from_string (uscript_getShortName (script), -1); in hb_icu_script_to_script()
|
D | hb-common.h | 394 hb_script_from_string (const char *str, int len);
|
D | hb-common.cc | 484 hb_script_from_string (const char *str, int len) in hb_script_from_string() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 122 hb_script_from_string
|
/external/harfbuzz_ng/util/ |
D | options.hh | 182 hb_buffer_set_script (buffer, hb_script_from_string (script, -1)); in setup_buffer()
|
/external/harfbuzz_ng/ |
D | NEWS | 2106 hb_script_from_string()
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 372 <!-- hb_script_from_string --> 373 …<elf-symbol name='hb_script_from_string' type='func-type' binding='global-binding' visibility='def… 2846 <!-- hb_script_t hb_script_from_string(const char*, int) --> 2847 …hb_script_from_string' mangled-name='hb_script_from_string' filepath='/tmp/legendre/spack-stage/sp…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 193 …<elf-symbol name='hb_script_from_string' type='func-type' binding='global-binding' visibility='def… 1828 …hb_script_from_string' mangled-name='hb_script_from_string' filepath='/tmp/legendre/spack-stage/sp…
|