Home
last modified time | relevance | path

Searched refs:HB_SCRIPT_INVALID (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-common.c146 g_assert_cmpint (HB_SCRIPT_INVALID, ==, (hb_script_t) HB_TAG_NONE); in test_types_script()
149 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string (NULL, -1)); in test_types_script()
150 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string ("", -1)); in test_types_script()
151 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string ("x", 0)); in test_types_script()
Dtest-buffer.c111 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_INVALID); in test_buffer_properties()
142 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_INVALID); in test_buffer_properties()
165 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_INVALID); in test_buffer_properties()
Dtest-ot-tag.c85 test_simple_tags ("DFLT", HB_SCRIPT_INVALID); in test_ot_tag_script_degenerate()
Dtest-unicode.c777 g_assert_cmphex (HB_SCRIPT_INVALID, ==, roundtrip_func (HB_SCRIPT_INVALID)); in test_unicode_script_roundtrip()
/external/harfbuzz_ng/src/
Dhb-glib.cc170 return HB_SCRIPT_INVALID; in hb_glib_script_to_script()
187 if (unlikely (script == HB_SCRIPT_INVALID)) in hb_glib_script_from_script()
Dhb-icu.cc46 return HB_SCRIPT_INVALID; in hb_icu_script_to_script()
54 if (unlikely (script == HB_SCRIPT_INVALID)) in hb_icu_script_from_script()
Dhb-ot-tag.cc44 case HB_SCRIPT_INVALID: return HB_OT_TAG_DEFAULT_SCRIPT; in hb_ot_old_tag_from_script()
68 return HB_SCRIPT_INVALID; in hb_ot_old_tag_to_script()
Dhb-buffer.h75 HB_SCRIPT_INVALID, \
Dhb-common.h284 HB_SCRIPT_INVALID = HB_TAG_NONE enumerator
Dhb-common.cc286 return HB_SCRIPT_INVALID; in hb_script_from_iso15924_tag()
Dhb-buffer.cc511 if (props.script == HB_SCRIPT_INVALID) { in guess_segment_properties()
Dhb-ot-shape-complex-indic.cc310 {HB_SCRIPT_INVALID, false, 0,BASE_POS_LAST, REPH_POS_DEFAULT, REPH_MODE_IMPLICIT},
/external/skia/src/ports/
DSkFontHost_android.cpp1165 hb_script_t script = HB_SCRIPT_INVALID; in getHBScriptFromHBScriptOld()