Searched refs:g_unichar_compose (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/tests/ |
D | unicode.c | 1224 g_assert_false (g_unichar_compose (0x0041, 0x0042, &ch) && ch == 0); in test_compose() 1225 g_assert_false (g_unichar_compose (0x0041, 0, &ch) && ch == 0); in test_compose() 1226 g_assert_false (g_unichar_compose (0x0066, 0x0069, &ch) && ch == 0); in test_compose() 1229 g_assert_false (g_unichar_compose (0x0308, 0x0301, &ch) && ch == 0); /* !0x0344 */ in test_compose() 1230 g_assert_false (g_unichar_compose (0x0F71, 0x0F72, &ch) && ch == 0); /* !0x0F73 */ in test_compose() 1233 g_assert_false (g_unichar_compose (0x212B, 0, &ch) && ch == 0); in test_compose() 1234 g_assert_false (g_unichar_compose (0x00C5, 0, &ch) && ch == 0); in test_compose() 1235 g_assert_false (g_unichar_compose (0x2126, 0, &ch) && ch == 0); in test_compose() 1236 g_assert_false (g_unichar_compose (0x03A9, 0, &ch) && ch == 0); in test_compose() 1239 g_assert_true (g_unichar_compose (0x0041, 0x030A, &ch) && ch == 0x00C5); in test_compose() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-glib.cc | 131 return g_unichar_compose (a, b, ab); in hb_glib_unicode_compose()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-glib.cc | 131 return g_unichar_compose (a, b, ab); in hb_glib_unicode_compose()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-glib.cc | 249 return g_unichar_compose (a, b, ab); in hb_glib_unicode_compose()
|
/third_party/glib/glib/ |
D | gunicode.h | 715 gboolean g_unichar_compose (gunichar a,
|
D | gunidecomp.c | 688 g_unichar_compose (gunichar a, in g_unichar_compose() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3299 g_unichar_compose
|
/third_party/glib/ |
D | NEWS | 1626 - #1811 Introspection info for g_unichar_compose's 3rd arg should be OUT 8056 654195 Add g_unichar_compose() and g_unichar_decompose()
|