Searched refs:HB_SCRIPT_ARABIC (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/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() 321 { 0x060D, HB_SCRIPT_ARABIC }, 784 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC); in test_unicode_subclassing_nil() 803 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC); in test_unicode_subclassing_default() 831 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()
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
D | perf-shaping.hh | 41 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC, 45 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC, 50 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC, 54 HB_DIRECTION_RTL, HB_SCRIPT_ARABIC,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex.hh | 186 case HB_SCRIPT_ARABIC: in hb_ot_shape_complex_categorize() 196 planner->props.script == HB_SCRIPT_ARABIC) && in hb_ot_shape_complex_categorize()
|
D | hb-ot-shape-complex-arabic-joining-list.hh | 25 case HB_SCRIPT_ARABIC: in has_arabic_joining()
|
D | hb-ot-shape-complex-arabic.cc | 212 …bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[… in collect_features_arabic() 223 if (plan->props.script == HB_SCRIPT_ARABIC) in collect_features_arabic() 266 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC; in data_create_arabic()
|
D | hb-common.cc | 455 case HB_TAG('A','r','a','n'): return HB_SCRIPT_ARABIC; in hb_script_from_iso15924_tag() 536 case HB_SCRIPT_ARABIC: in hb_script_get_horizontal_direction()
|
D | hb-common.h | 500 HB_SCRIPT_ARABIC = HB_TAG ('A','r','a','b'), /*1.1*/ enumerator
|
D | hb-ucd-table.hh | 19 HB_SCRIPT_UNKNOWN, HB_SCRIPT_ARABIC,
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afscript.h | 41 HB_SCRIPT_ARABIC,
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 751 <enumerator name='HB_SCRIPT_ARABIC' value='1098015074'/>
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 1261 <enumerator name='HB_SCRIPT_ARABIC' value='1098015074'/>
|