Home
last modified time | relevance | path

Searched refs:HB_SCRIPT_UNKNOWN (Results 1 – 19 of 19) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-common.c152 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x", -1)); in test_types_script()
165 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_string ("wWyZ", -1)); in test_types_script()
166 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_iso15924_tag (wWyZ)); in test_types_script()
168 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x123", -1)); in test_types_script()
169 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_iso15924_tag (x123)); in test_types_script()
Dtest-unicode.c77 return HB_SCRIPT_UNKNOWN; in simple_get_script()
381 { 0x0378, HB_SCRIPT_UNKNOWN },
401 { 0x111111, HB_SCRIPT_UNKNOWN }
431 { 0x111111, HB_SCRIPT_UNKNOWN }
475 PROPERTY (script, (unsigned int) HB_SCRIPT_UNKNOWN)
623 g_assert_cmphex (p->getter (uf, '0'), ==, HB_SCRIPT_UNKNOWN); in test_unicode_setters()
673 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_UNKNOWN); in test_unicode_subclassing_nil()
721 g_assert_cmphex (hb_unicode_script (aa, '0'), ==, HB_SCRIPT_UNKNOWN); in test_unicode_subclassing_deep()
Dtest-ot-tag.c100 test_simple_tags ("zzzz", HB_SCRIPT_UNKNOWN); in test_ot_tag_script_simple()
/external/harfbuzz_ng/src/
Dhb-glib.cc107 HB_SCRIPT_UNKNOWN,
172 return HB_SCRIPT_UNKNOWN; in hb_glib_script_to_script()
Dhb-ucdn.cc127 HB_SCRIPT_UNKNOWN,
Dhb-common.cc398 return HB_SCRIPT_UNKNOWN; in hb_script_from_iso15924_tag()
Dhb-unicode.cc78 return HB_SCRIPT_UNKNOWN; in hb_unicode_script_nil()
Dhb-common.h160 /*5.0*/ HB_SCRIPT_UNKNOWN = HB_TAG ('Z','z','z','z'), enumerator
Dhb-icu.cc161 return HB_SCRIPT_UNKNOWN; in hb_icu_unicode_script()
Dhb-ot-tag.cc117 return HB_SCRIPT_UNKNOWN; in hb_ot_new_tag_to_script()
Dhb-buffer.cc577 script != HB_SCRIPT_UNKNOWN)) { in guess_segment_properties()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-glib.cc107 HB_SCRIPT_UNKNOWN,
172 return HB_SCRIPT_UNKNOWN; in hb_glib_script_to_script()
Dhb-ucdn.cc127 HB_SCRIPT_UNKNOWN,
Dhb-unicode.cc78 return HB_SCRIPT_UNKNOWN; in hb_unicode_script_nil()
Dhb-common.h159 /*5.0*/ HB_SCRIPT_UNKNOWN = HB_TAG ('Z','z','z','z'), enumerator
Dhb-common.cc396 return HB_SCRIPT_UNKNOWN; in hb_script_from_iso15924_tag()
Dhb-icu.cc161 return HB_SCRIPT_UNKNOWN; in hb_icu_unicode_script()
Dhb-ot-tag.cc117 return HB_SCRIPT_UNKNOWN; in hb_ot_new_tag_to_script()
Dhb-buffer.cc568 script != HB_SCRIPT_UNKNOWN)) { in guess_segment_properties()