Searched refs:hb_unicode_decompose (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-unicode.c | 942 g_assert (!hb_unicode_decompose (uf, 0x0041, &a, &b) && a == 0x0041 && b == 0); in test_unicode_normalization() 943 g_assert (!hb_unicode_decompose (uf, 0xFB01, &a, &b) && a == 0xFB01 && b == 0); in test_unicode_normalization() 944 g_assert (!hb_unicode_decompose (uf, 0x1F1EF, &a, &b) && a == 0x1F1EF && b == 0); in test_unicode_normalization() 947 g_assert (hb_unicode_decompose (uf, 0x212B, &a, &b) && a == 0x00C5 && b == 0); in test_unicode_normalization() 948 g_assert (hb_unicode_decompose (uf, 0x2126, &a, &b) && a == 0x03A9 && b == 0); in test_unicode_normalization() 951 g_assert (hb_unicode_decompose (uf, 0x0344, &a, &b) && a == 0x0308 && b == 0x0301); in test_unicode_normalization() 952 g_assert (hb_unicode_decompose (uf, 0x0F73, &a, &b) && a == 0x0F71 && b == 0x0F72); in test_unicode_normalization() 955 g_assert (hb_unicode_decompose (uf, 0x00C5, &a, &b) && a == 0x0041 && b == 0x030A); in test_unicode_normalization() 956 g_assert (hb_unicode_decompose (uf, 0x00F4, &a, &b) && a == 0x006F && b == 0x0302); in test_unicode_normalization() 957 g_assert (hb_unicode_decompose (uf, 0x1E69, &a, &b) && a == 0x1E63 && b == 0x0307); in test_unicode_normalization() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-unicode.h | 636 hb_unicode_decompose (hb_unicode_funcs_t *ufuncs,
|
D | hb-unicode.cc | 454 hb_unicode_decompose (hb_unicode_funcs_t *ufuncs, in hb_unicode_decompose() function
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 666 hb_unicode_decompose
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 2323 hb_unicode_decompose()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 466 <!-- hb_unicode_decompose --> 467 …<elf-symbol name='hb_unicode_decompose' type='func-type' binding='global-binding' visibility='defa… 32149 …<!-- hb_bool_t hb_unicode_decompose(hb_unicode_funcs_t*, hb_codepoint_t, hb_codepoint_t*, hb_codep… 32150 …hb_unicode_decompose' mangled-name='hb_unicode_decompose' filepath='/tmp/legendre/spack-stage/spac…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 240 …<elf-symbol name='hb_unicode_decompose' type='func-type' binding='global-binding' visibility='defa… 20513 …hb_unicode_decompose' mangled-name='hb_unicode_decompose' filepath='/tmp/legendre/spack-stage/spac…
|