Home
last modified time | relevance | path

Searched refs:HB_SCRIPT_LATIN (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-unicode.c75 return HB_SCRIPT_LATIN; in simple_get_script()
276 { 0x0061, HB_SCRIPT_LATIN },
558 g_assert_cmphex (p->getter (uf, 'a'), ==, HB_SCRIPT_LATIN); in test_unicode_setters()
628 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_LATIN); in test_unicode_subclassing_default()
656 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_LATIN); in test_unicode_subclassing_deep()
Dtest-ot-tag.c141 test_simple_tags ("latn", HB_SCRIPT_LATIN); in test_ot_tag_script_simple()
498 …test_tags (HB_SCRIPT_LATIN, "en", HB_OT_MAX_TAGS_PER_SCRIPT, HB_OT_MAX_TAGS_PER_LANGUAGE, 1, 1, "l… in test_ot_tag_full()
499 test_tags (HB_SCRIPT_LATIN, "en", 0, 0, 0, 0); in test_ot_tag_full()
Dtest-common.c146 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, HB_SCRIPT_LATIN); in test_types_script()
173 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_LATIN), ==, HB_DIRECTION_LTR); in test_types_script()
/external/harfbuzz_ng/src/
Dhb-ucdn.cc26 HB_SCRIPT_LATIN,
Dhb-common.cc453 case HB_TAG('L','a','t','f'): return HB_SCRIPT_LATIN; in hb_script_from_iso15924_tag()
454 case HB_TAG('L','a','t','g'): return HB_SCRIPT_LATIN; in hb_script_from_iso15924_tag()
Dhb-glib.cc75 HB_SCRIPT_LATIN,
Dhb-common.h201 /*1.1*/ HB_SCRIPT_LATIN = HB_TAG ('L','a','t','n'), enumerator
/external/freetype/src/autofit/
Dafscript.h218 HB_SCRIPT_LATIN,
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp61 hb_buffer_set_script(buffer, HB_SCRIPT_LATIN); in runTest()