Searched refs:HB_SCRIPT_ARABIC (Results 1 – 12 of 12) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 146 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, HB_SCRIPT_LATIN); 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() 159 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (arab)); in test_types_script() 160 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (Arab)); in test_types_script() 161 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (ARAB)); in test_types_script() 170 g_assert_cmphex (hb_script_to_iso15924_tag (HB_SCRIPT_ARABIC), ==, Arab); in test_types_script() [all …]
|
D | test-unicode.c | 92 return HB_SCRIPT_ARABIC; in a_is_for_arabic_get_script() 253 { 0x060D, HB_SCRIPT_ARABIC }, 608 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC); in test_unicode_subclassing_nil() 627 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC); in test_unicode_subclassing_default() 655 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC); in test_unicode_subclassing_deep()
|
D | test-buffer.c | 124 hb_buffer_set_script (b, HB_SCRIPT_ARABIC); in test_buffer_properties() 125 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_ARABIC); in test_buffer_properties() 157 hb_buffer_set_script (b, HB_SCRIPT_ARABIC); in test_buffer_properties() 158 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_ARABIC); in test_buffer_properties()
|
D | test-ot-tag.c | 138 test_simple_tags ("arab", HB_SCRIPT_ARABIC); in test_ot_tag_script_simple()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex.hh | 185 case HB_SCRIPT_ARABIC: in hb_ot_shape_complex_categorize() 214 planner->props.script == HB_SCRIPT_ARABIC) && in hb_ot_shape_complex_categorize()
|
D | hb-ot-shape-complex-arabic.cc | 209 …bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[… in collect_features_arabic() 220 if (plan->props.script == HB_SCRIPT_ARABIC) in collect_features_arabic() 265 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC; in data_create_arabic()
|
D | hb-ucdn.cc | 31 HB_SCRIPT_ARABIC,
|
D | hb-glib.cc | 52 HB_SCRIPT_ARABIC,
|
D | hb-common.h | 185 /*1.1*/ HB_SCRIPT_ARABIC = HB_TAG ('A','r','a','b'), enumerator
|
D | hb-ot-shape-complex-use.cc | 186 case HB_SCRIPT_ARABIC: in has_arabic_joining()
|
D | hb-common.cc | 523 case HB_SCRIPT_ARABIC: in hb_script_get_horizontal_direction()
|
/external/freetype/src/autofit/ |
D | afscript.h | 41 HB_SCRIPT_ARABIC,
|