Searched refs:hb_unicode_compose (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-unicode.c | 878 g_assert (!hb_unicode_compose (uf, 0x0041, 0x0042, &ab) && ab == 0); in test_unicode_normalization() 879 g_assert (!hb_unicode_compose (uf, 0x0041, 0, &ab) && ab == 0); in test_unicode_normalization() 880 g_assert (!hb_unicode_compose (uf, 0x0066, 0x0069, &ab) && ab == 0); in test_unicode_normalization() 883 g_assert (!hb_unicode_compose (uf, 0x212B, 0, &ab) && ab == 0); in test_unicode_normalization() 884 g_assert (!hb_unicode_compose (uf, 0x00C5, 0, &ab) && ab == 0); in test_unicode_normalization() 885 g_assert (!hb_unicode_compose (uf, 0x2126, 0, &ab) && ab == 0); in test_unicode_normalization() 886 g_assert (!hb_unicode_compose (uf, 0x03A9, 0, &ab) && ab == 0); in test_unicode_normalization() 889 g_assert (!hb_unicode_compose (uf, 0x0308, 0x0301, &ab) && ab == 0); /* !0x0344 */ in test_unicode_normalization() 890 g_assert (!hb_unicode_compose (uf, 0x0F71, 0x0F72, &ab) && ab == 0); /* !0x0F73 */ in test_unicode_normalization() 893 g_assert (hb_unicode_compose (uf, 0x0041, 0x030A, &ab) && ab == 0x00C5); in test_unicode_normalization() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-unicode.h | 391 hb_unicode_compose (hb_unicode_funcs_t *ufuncs,
|
D | hb-unicode.cc | 404 hb_unicode_compose (hb_unicode_funcs_t *ufuncs, in hb_unicode_compose() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 718 hb_unicode_compose
|
/external/harfbuzz_ng/ |
D | NEWS | 2053 hb_unicode_compose()
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 464 <!-- hb_unicode_compose --> 465 …<elf-symbol name='hb_unicode_compose' type='func-type' binding='global-binding' visibility='defaul… 27565 …<!-- hb_bool_t hb_unicode_compose(hb_unicode_funcs_t*, hb_codepoint_t, hb_codepoint_t, hb_codepoin… 27566 …hb_unicode_compose' mangled-name='hb_unicode_compose' filepath='/tmp/legendre/spack-stage/spack-st…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 239 …<elf-symbol name='hb_unicode_compose' type='func-type' binding='global-binding' visibility='defaul… 17938 …hb_unicode_compose' mangled-name='hb_unicode_compose' filepath='/tmp/legendre/spack-stage/spack-st…
|