Home
last modified time | relevance | path

Searched refs:hb_script_from_string (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-common.c148 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 …]
H A Dtest-ot-tag.c124 …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()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-icu.cc84 return hb_script_from_string (uscript_getShortName (script), -1); in hb_icu_script_to_script()
H A Dhb-common.h778 hb_script_from_string (const char *str, int len);
H A Dhb-common.cc520 hb_script_from_string (const char *str, int len) in hb_script_from_string() function
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dshape-options.hh48 hb_buffer_set_script (buffer, hb_script_from_string (script, -1)); in setup_buffer()
H A Dhb-info.cc235 script = hb_script_from_string (script_str, -1); in post_parse()
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-sections.txt139 hb_script_from_string
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_ng/android_arm64_armv8-2a_cortex-a55_shared/
Dlibharfbuzz_ng.so.toc260 255: FUNC GLOBAL DEFAULT 15 hb_script_from_string
/aosp_15_r20/external/harfbuzz_ng/
H A DNEWS3320 hb_script_from_string()