Home
last modified time | relevance | path

Searched refs:hb_direction_from_string (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-common.c93 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string (NULL, -1)); in test_types_direction()
94 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("", -1)); in test_types_direction()
95 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("t", 0)); in test_types_direction()
96 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("x", -1)); in test_types_direction()
97 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("r", -1)); in test_types_direction()
98 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("rtl", -1)); in test_types_direction()
99 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("RtL", -1)); in test_types_direction()
100 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("right-to-left", -1)); in test_types_direction()
101 g_assert_cmpint (HB_DIRECTION_TTB, ==, hb_direction_from_string ("ttb", -1)); in test_types_direction()
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dshape-options.hh47 hb_buffer_set_direction (buffer, hb_direction_from_string (direction, -1)); in setup_buffer()
H A Dhb-info.cc233 direction = hb_direction_from_string (direction_str, -1); in post_parse()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-common.h246 hb_direction_from_string (const char *str, int len);
H A Dhb-common.cc162 hb_direction_from_string (const char *str, int len) in hb_direction_from_string() function
/aosp_15_r20/external/harfbuzz_ng/docs/
H A Dharfbuzz-sections.txt129 hb_direction_from_string
/aosp_15_r20/out/soong/.intermediates/external/harfbuzz_ng/libharfbuzz_ng/android_arm64_armv8-2a_cortex-a55_shared/
Dlibharfbuzz_ng.so.toc347 342: FUNC GLOBAL DEFAULT 15 hb_direction_from_string
/aosp_15_r20/external/harfbuzz_ng/
H A DNEWS3301 hb_direction_from_string()