Searched refs:hb_direction_from_string (Results 1 - 4 of 4) sorted by relevance
/external/harfbuzz_ng/test/api/ |
H A D | test-common.c | 94 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string (NULL, -1)); 95 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("", -1)); 96 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("t", 0)); 97 g_assert_cmpint (HB_DIRECTION_INVALID, ==, hb_direction_from_string ("x", -1)); 98 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("r", -1)); 99 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("rtl", -1)); 100 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("RtL", -1)); 101 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("right-to-left", -1)); 102 g_assert_cmpint (HB_DIRECTION_TTB, ==, hb_direction_from_string ("ttb", -1));
|
/external/harfbuzz_ng/src/ |
H A D | hb-common.cc | 117 * hb_direction_from_string: 128 hb_direction_from_string (const char *str, int len) function
|
H A D | hb-common.h | 127 hb_direction_from_string (const char *str, int len);
|
/external/harfbuzz_ng/util/ |
H A D | options.hh | 207 hb_buffer_set_direction (buffer, hb_direction_from_string (direction, -1));
|
Completed in 421 milliseconds