HomeSort by relevance Sort by last modified time
    Searched refs:HB_SCRIPT_UNKNOWN (Results 1 - 12 of 12) 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-glib.cc 107 HB_SCRIPT_UNKNOWN,
172 return HB_SCRIPT_UNKNOWN;
hb-ucdn.cc 127 HB_SCRIPT_UNKNOWN,
hb-common.cc 398 return HB_SCRIPT_UNKNOWN;
hb-common.h 161 /*5.0*/ 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 117 return HB_SCRIPT_UNKNOWN;
    [all...]
hb-buffer.cc 577 script != HB_SCRIPT_UNKNOWN)) {
1312 * %HB_SCRIPT_INHERITED, and %HB_SCRIPT_UNKNOWN.
  /frameworks/minikin/libs/minikin/
Layout.cpp 440 return HB_SCRIPT_UNKNOWN;
    [all...]

Completed in 239 milliseconds