Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-common.c94 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string (NULL, -1)); in test_types_direction()
95 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("", -1)); in test_types_direction()
96 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("t", 0)); in test_types_direction()
97 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("x", -1)); in test_types_direction()
98 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("r", -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 ("RtL", -1)); in test_types_direction()
101 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("right-to-left", -1)); in test_types_direction()
102 g_assert_cmpint (HB_DIRECTION_TTB, ==, hb_direction_from_string ("ttb", -1)); in test_types_direction()
/external/harfbuzz_ng/src/
Dhb-common.h121 hb_direction_from_string (const char *str, int len);
Dhb-common.cc128 hb_direction_from_string (const char *str, int len) in hb_direction_from_string() function
/external/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt92 hb_direction_from_string
/external/harfbuzz_ng/util/
Doptions.hh198 hb_buffer_set_direction (buffer, hb_direction_from_string (direction, -1)); in setup_buffer()
/external/harfbuzz_ng/
DNEWS862 hb_direction_from_string()