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

  /external/harfbuzz_ng/test/api/
test-unicode.c 795 g_assert (!hb_unicode_compose (uf, 0x0041, 0x0042, &ab) && ab == 0);
796 g_assert (!hb_unicode_compose (uf, 0x0041, 0, &ab) && ab == 0);
797 g_assert (!hb_unicode_compose (uf, 0x0066, 0x0069, &ab) && ab == 0);
800 g_assert (!hb_unicode_compose (uf, 0x212B, 0, &ab) && ab == 0);
801 g_assert (!hb_unicode_compose (uf, 0x00C5, 0, &ab) && ab == 0);
802 g_assert (!hb_unicode_compose (uf, 0x2126, 0, &ab) && ab == 0);
803 g_assert (!hb_unicode_compose (uf, 0x03A9, 0, &ab) && ab == 0);
806 g_assert (!hb_unicode_compose (uf, 0x0308, 0x0301, &ab) && ab == 0); /* !0x0344 */
807 g_assert (!hb_unicode_compose (uf, 0x0F71, 0x0F72, &ab) && ab == 0); /* !0x0F73 */
810 g_assert (hb_unicode_compose (uf, 0x0041, 0x030A, &ab) && ab == 0x00C5)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode.h 428 hb_unicode_compose (hb_unicode_funcs_t *ufuncs,
hb-unicode.cc 393 * hb_unicode_compose:
406 hb_unicode_compose (hb_unicode_funcs_t *ufuncs, function
  /external/harfbuzz_ng/src/
hb-unicode.h 428 hb_unicode_compose (hb_unicode_funcs_t *ufuncs,
hb-unicode.cc 393 * hb_unicode_compose:
406 hb_unicode_compose (hb_unicode_funcs_t *ufuncs, function

Completed in 883 milliseconds