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

  /external/harfbuzz_ng/test/api/
test-common.c 152 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x", -1));
165 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_string ("wWyZ", -1));
166 g_assert_cmphex (HB_SCRIPT_UNKNOWN, !=, hb_script_from_iso15924_tag (wWyZ));
168 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x123", -1));
169 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_iso15924_tag (x123));
test-unicode.c 77 return HB_SCRIPT_UNKNOWN;
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);
673 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_UNKNOWN);
721 g_assert_cmphex (hb_unicode_script (aa, '0'), ==, HB_SCRIPT_UNKNOWN);
test-ot-tag.c 100 test_simple_tags ("zzzz", HB_SCRIPT_UNKNOWN);
  /external/harfbuzz_ng/src/
hb-ucdn.cc 127 HB_SCRIPT_UNKNOWN,
hb-glib.cc 107 HB_SCRIPT_UNKNOWN,
172 return HB_SCRIPT_UNKNOWN;
hb-common.cc 313 return HB_SCRIPT_UNKNOWN;
hb-common.h 237 HB_SCRIPT_UNKNOWN = HB_TAG ('Z','z','z','z'),
hb-icu.cc 161 return HB_SCRIPT_UNKNOWN;
hb-unicode.cc 78 return HB_SCRIPT_UNKNOWN;
hb-ot-tag.cc 118 return HB_SCRIPT_UNKNOWN;
hb-buffer.cc 516 script != HB_SCRIPT_UNKNOWN)) {

Completed in 70 milliseconds