HomeSort by relevance Sort by last modified time
    Searched refs:HB_SCRIPT_ARABIC (Results 1 - 12 of 12) sorted by null

  /external/harfbuzz_ng/test/api/
test-common.c 147 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, HB_SCRIPT_LATIN);
154 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("arab", -1));
155 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("Arab", -1));
156 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("ARAB", -1));
157 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_string ("Arabic", 6));
158 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, hb_script_from_string ("Arabic", 3));
160 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (arab));
161 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (Arab));
162 g_assert_cmphex (HB_SCRIPT_ARABIC, ==, hb_script_from_iso15924_tag (ARAB));
171 g_assert_cmphex (hb_script_to_iso15924_tag (HB_SCRIPT_ARABIC), ==, Arab)
    [all...]
test-ot-tag.c 102 test_simple_tags ("arab", HB_SCRIPT_ARABIC);
test-unicode.c 92 return HB_SCRIPT_ARABIC;
316 { 0x060D, HB_SCRIPT_ARABIC },
672 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC);
691 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC);
719 g_assert_cmphex (hb_unicode_script (aa, 'a'), ==, HB_SCRIPT_ARABIC);
test-buffer.c 124 hb_buffer_set_script (b, HB_SCRIPT_ARABIC);
125 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_ARABIC);
157 hb_buffer_set_script (b, HB_SCRIPT_ARABIC);
158 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_ARABIC);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 164 case HB_SCRIPT_ARABIC:
184 planner->props.script == HB_SCRIPT_ARABIC)
hb-ot-shape-complex-arabic.cc 175 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]);
181 if (plan->props.script == HB_SCRIPT_ARABIC)
222 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC;
hb-ucdn.cc 31 HB_SCRIPT_ARABIC,
hb-common.cc 451 case HB_SCRIPT_ARABIC:
hb-common.h 163 /*1.1*/ HB_SCRIPT_ARABIC = HB_TAG ('A','r','a','b'),
hb-glib.cc 42 HB_SCRIPT_ARABIC,
  /external/freetype/src/autofit/
afscript.h 31 HB_SCRIPT_ARABIC,
  /frameworks/minikin/libs/minikin/
Layout.cpp 526 script == HB_SCRIPT_ARABIC ||
    [all...]

Completed in 169 milliseconds