/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-buffer.c | 125 hb_buffer_set_script (b, HB_SCRIPT_ARABIC); 126 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_ARABIC); 152 hb_buffer_set_script (b, HB_SCRIPT_ARABIC); 153 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_ARABIC);
|
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);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-private.hh | 163 case HB_SCRIPT_ARABIC: 179 planner->props.script == HB_SCRIPT_ARABIC)
|
hb-ucdn.cc | 31 HB_SCRIPT_ARABIC,
|
hb-common.cc | 449 case HB_SCRIPT_ARABIC:
|
hb-common.h | 160 /*1.1*/ HB_SCRIPT_ARABIC = HB_TAG ('A','r','a','b'),
|
hb-glib.cc | 42 HB_SCRIPT_ARABIC,
|
hb-ot-shape-complex-arabic.cc | 229 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC;
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-private.hh | 161 case HB_SCRIPT_ARABIC: 175 planner->props.script == HB_SCRIPT_ARABIC)
|
hb-ucdn.cc | 31 HB_SCRIPT_ARABIC,
|
hb-common.cc | 335 case HB_SCRIPT_ARABIC:
|
hb-common.h | 158 HB_SCRIPT_ARABIC = HB_TAG ('A','r','a','b'),
|
hb-glib.cc | 42 HB_SCRIPT_ARABIC,
|
hb-old.cc | 51 case HB_SCRIPT_ARABIC: return HB_Script_Arabic;
|
hb-ot-shape-complex-arabic.cc | 223 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC;
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigInterface_android.cpp | 808 {HB_Script_Arabic, HB_SCRIPT_ARABIC, 0x0600}, [all...] |
/external/skia/src/ports/ |
SkFontConfigInterface_android.cpp | 808 {HB_Script_Arabic, HB_SCRIPT_ARABIC, 0x0600}, [all...] |